mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Update conformance metadata for relocated test
This commit is contained in:
parent
93d288e2a4
commit
ee7ee85669
2
test/conformance/testdata/conformance.yaml
vendored
2
test/conformance/testdata/conformance.yaml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user