Skip to content

Commit 4838ac9

Browse files
authored
Merge pull request kubernetes#88624 from claudiubelu/tests/windows-create-pod-fix
tests: Create pod for Windows test
2 parents f221dbb + fdec0ee commit 4838ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/windows/service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var _ = SIGDescribe("Services", func() {
6262
//using hybrid_network methods
6363
ginkgo.By("creating Windows testing Pod")
6464
windowsPod := createTestPod(f, windowsBusyBoximage, windowsOS)
65+
windowsPod = f.PodClient().CreateSync(windowsPod)
6566

6667
ginkgo.By(fmt.Sprintf("checking connectivity Pod to curl http://%s:%d", nodeIP, nodePort))
6768
assertConsistentConnectivity(f, windowsPod.ObjectMeta.Name, windowsOS, windowsCheck(fmt.Sprintf("http://%s:%d", nodeIP, nodePort)))

0 commit comments

Comments
 (0)