Update conformance metadata for relocated test

This commit is contained in:
Stephen Heywood 2021-02-10 13:32:58 +13:00
parent 93d288e2a4
commit ee7ee85669
3 changed files with 2 additions and 9 deletions

View File

@ -1627,7 +1627,7 @@
description: Pods with the same HostPort value MUST be able to be scheduled to the
same node if the HostIP or Protocol is different. This test is marked LinuxOnly
since hostNetwork is not supported on Windows.
release: v1.16, v1.20
release: v1.16, v1.21
file: test/e2e/network/hostport.go
- testname: Ingress API
codename: '[sig-network] Ingress API should support creating Ingress API operations

View File

@ -49,7 +49,7 @@ var _ = SIGDescribe("HostPort", func() {
})
/*
Release: v1.16, v1.20
Release: v1.16, v1.21
Testname: Scheduling, HostPort matching and HostIP and Protocol not-matching
Description: Pods with the same HostPort value MUST be able to be scheduled to the same node
if the HostIP or Protocol is different. This test is marked LinuxOnly since hostNetwork is not supported on

View File

@ -651,13 +651,6 @@ var _ = SIGDescribe("SchedulerPredicates [Serial]", func() {
verifyResult(cs, 1, 0, ns)
})
/*
Release: v1.16
Testname: Scheduling, HostPort matching and HostIP and Protocol not-matching
Description: Pods with the same HostPort value MUST be able to be scheduled to the same node
if the HostIP or Protocol is different. This test doesn´t test the HostPort functionality.
xref: https://github.com/kubernetes/kubernetes/issues/98075
*/
ginkgo.It("validates that there is no conflict between pods with same hostPort but different hostIP and protocol", func() {
nodeName := GetNodeThatCanRunPod(f)