Merge pull request #88624 from claudiubelu/tests/windows-create-pod-fix

tests: Create pod for Windows test
This commit is contained in:
Kubernetes Prow Robot 2020-03-02 16:16:46 -08:00 committed by GitHub
commit 4838ac95ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ var _ = SIGDescribe("Services", func() {
//using hybrid_network methods
ginkgo.By("creating Windows testing Pod")
windowsPod := createTestPod(f, windowsBusyBoximage, windowsOS)
windowsPod = f.PodClient().CreateSync(windowsPod)
ginkgo.By(fmt.Sprintf("checking connectivity Pod to curl http://%s:%d", nodeIP, nodePort))
assertConsistentConnectivity(f, windowsPod.ObjectMeta.Name, windowsOS, windowsCheck(fmt.Sprintf("http://%s:%d", nodeIP, nodePort)))