Merge pull request #100189 from aramase/update-dualstack-test
update dual-stack test description to remove alpha
This commit is contained in:
		| @@ -41,8 +41,8 @@ import ( | ||||
| 	netutils "k8s.io/utils/net" | ||||
| ) | ||||
|  | ||||
| // Tests for ipv6 dual stack feature | ||||
| var _ = common.SIGDescribe("[Feature:IPv6DualStackAlphaFeature] [LinuxOnly]", func() { | ||||
| // Tests for ipv4-ipv6 dual-stack feature | ||||
| var _ = common.SIGDescribe("[Feature:IPv6DualStack] [LinuxOnly]", func() { | ||||
| 	f := framework.NewDefaultFramework("dualstack") | ||||
|  | ||||
| 	var cs clientset.Interface | ||||
| @@ -119,9 +119,8 @@ var _ = common.SIGDescribe("[Feature:IPv6DualStackAlphaFeature] [LinuxOnly]", fu | ||||
| 	}) | ||||
|  | ||||
| 	// takes close to 140s to complete, so doesn't need to be marked [SLOW] | ||||
| 	// this test is tagged with phase2 so we can skip this until phase 2 is completed and merged | ||||
| 	// TODO (aramase) remove phase 2 tag once phase 2 of dual stack is merged | ||||
| 	ginkgo.It("should be able to reach pod on ipv4 and ipv6 ip [Feature:IPv6DualStackAlphaFeature:Phase2]", func() { | ||||
| 	ginkgo.It("should be able to reach pod on ipv4 and ipv6 ip [Feature:IPv6DualStack]", func() { | ||||
| 		serverDeploymentName := "dualstack-server" | ||||
| 		clientDeploymentName := "dualstack-client" | ||||
|  | ||||
| @@ -210,7 +209,7 @@ var _ = common.SIGDescribe("[Feature:IPv6DualStackAlphaFeature] [LinuxOnly]", fu | ||||
| 		assertNetworkConnectivity(f, *serverPods, *clientPods, "dualstack-test-client", "80") | ||||
| 	}) | ||||
|  | ||||
| 	ginkgo.It("should create a single stack service with cluster ip from primary service range [Feature:IPv6DualStackAlphaFeature:Phase2]", func() { | ||||
| 	ginkgo.It("should create a single stack service with cluster ip from primary service range [Feature:IPv6DualStack]", func() { | ||||
| 		serviceName := "defaultclusterip" | ||||
| 		ns := f.Namespace.Name | ||||
| 		jig := e2eservice.NewTestJig(cs, ns, serviceName) | ||||
| @@ -257,7 +256,7 @@ var _ = common.SIGDescribe("[Feature:IPv6DualStackAlphaFeature] [LinuxOnly]", fu | ||||
| 		} | ||||
| 	}) | ||||
|  | ||||
| 	ginkgo.It("should create service with ipv4 cluster ip [Feature:IPv6DualStackAlphaFeature:Phase2]", func() { | ||||
| 	ginkgo.It("should create service with ipv4 cluster ip [Feature:IPv6DualStack]", func() { | ||||
| 		serviceName := "ipv4clusterip" | ||||
| 		ns := f.Namespace.Name | ||||
|  | ||||
| @@ -302,7 +301,7 @@ var _ = common.SIGDescribe("[Feature:IPv6DualStackAlphaFeature] [LinuxOnly]", fu | ||||
| 		} | ||||
| 	}) | ||||
|  | ||||
| 	ginkgo.It("should create service with ipv6 cluster ip [Feature:IPv6DualStackAlphaFeature:Phase2]", func() { | ||||
| 	ginkgo.It("should create service with ipv6 cluster ip [Feature:IPv6DualStack]", func() { | ||||
| 		serviceName := "ipv6clusterip" | ||||
| 		ns := f.Namespace.Name | ||||
| 		ipv6 := v1.IPv6Protocol | ||||
| @@ -347,7 +346,7 @@ var _ = common.SIGDescribe("[Feature:IPv6DualStackAlphaFeature] [LinuxOnly]", fu | ||||
| 		} | ||||
| 	}) | ||||
|  | ||||
| 	ginkgo.It("should create service with ipv4,v6 cluster ip [Feature:IPv6DualStackAlphaFeature:Phase2]", func() { | ||||
| 	ginkgo.It("should create service with ipv4,v6 cluster ip [Feature:IPv6DualStack]", func() { | ||||
| 		serviceName := "ipv4ipv6clusterip" | ||||
| 		ns := f.Namespace.Name | ||||
|  | ||||
| @@ -392,7 +391,7 @@ var _ = common.SIGDescribe("[Feature:IPv6DualStackAlphaFeature] [LinuxOnly]", fu | ||||
| 		} | ||||
| 	}) | ||||
|  | ||||
| 	ginkgo.It("should create service with ipv6,v4 cluster ip [Feature:IPv6DualStackAlphaFeature:Phase2]", func() { | ||||
| 	ginkgo.It("should create service with ipv6,v4 cluster ip [Feature:IPv6DualStack]", func() { | ||||
| 		serviceName := "ipv6ipv4clusterip" | ||||
| 		ns := f.Namespace.Name | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot