mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #88624 from claudiubelu/tests/windows-create-pod-fix
tests: Create pod for Windows test
This commit is contained in:
commit
4838ac95ca
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user