Merge pull request #98940 from ii/remove-conformance-metadata

Update conformance metadata for relocated test
This commit is contained in:
Kubernetes Prow Robot 2021-02-11 11:02:15 -08:00 committed by GitHub
commit 2ebd3b99ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 9 deletions

View File

@ -1634,7 +1634,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)