Skip to content

Commit 4f714e3

Browse files
author
Wei Tie
committed
No need to wait pods up in during setting up test
There's a step wait all pods in running status when checking netmaster ready, function called `waitUntilAllPodsReady`
1 parent 92cd7d5 commit 4f714e3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/systemtests/util_test.go

-8
Original file line numberDiff line numberDiff line change
@@ -1248,10 +1248,6 @@ func (s *systemtestSuite) SetUpSuiteVagrant(c *C) {
12481248
contivNodes = 4 // 3 contiv nodes + 1 k8master
12491249
c.Assert(s.vagrant.Setup(false, []string{"CONTIV_L3=1 VAGRANT_CWD=" + topDir + "/src/github.com/contiv/netplugin/vagrant/k8s/"}, contivNodes), IsNil)
12501250

1251-
// Sleep to give enough time for the netplugin pods to come up
1252-
logrus.Infof("Sleeping for 1 minute for pods to come up")
1253-
time.Sleep(time.Minute)
1254-
12551251
case swarmScheduler:
12561252
c.Assert(s.vagrant.Setup(false, append([]string{"CONTIV_NODES=3 CONTIV_L3=1"}, s.basicInfo.SwarmEnv), contivNodes+contivL3Nodes), IsNil)
12571253
default:
@@ -1275,10 +1271,6 @@ func (s *systemtestSuite) SetUpSuiteVagrant(c *C) {
12751271

12761272
c.Assert(s.vagrant.Setup(false, []string{"VAGRANT_CWD=" + topDir + "/src/github.com/contiv/netplugin/vagrant/k8s/"}, contivNodes), IsNil)
12771273

1278-
// Sleep to give enough time for the netplugin pods to come up
1279-
logrus.Infof("Sleeping for 1 minute for pods to come up")
1280-
time.Sleep(time.Minute)
1281-
12821274
case swarmScheduler:
12831275
c.Assert(s.vagrant.Setup(false, append([]string{}, s.basicInfo.SwarmEnv), contivNodes), IsNil)
12841276
default:

0 commit comments

Comments
 (0)