mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Update network_partition.go
Remaining fix for e2e test.
This commit is contained in:
parent
0f57858a14
commit
6ea8606c59
@ -407,6 +407,7 @@ var _ = framework.KubeDescribe("Network Partition [Disruptive] [Slow]", func() {
|
|||||||
Expect(err).NotTo(HaveOccurred())
|
Expect(err).NotTo(HaveOccurred())
|
||||||
|
|
||||||
pst := statefulSetTester{c: c}
|
pst := statefulSetTester{c: c}
|
||||||
|
pst.waitForRunning(ps.Spec.Replicas, ps)
|
||||||
|
|
||||||
pod := pst.getPodList(ps).Items[0]
|
pod := pst.getPodList(ps).Items[0]
|
||||||
node, err := c.Core().Nodes().Get(pod.Spec.NodeName)
|
node, err := c.Core().Nodes().Get(pod.Spec.NodeName)
|
||||||
|
Loading…
Reference in New Issue
Block a user