Skip to content

Commit fba5e5b

Browse files
committed
updating godeps
goftm
1 parent cc1c1f7 commit fba5e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

systemtests/init_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ func (s *systemtestSuite) SetUpSuite(c *C) {
8080
}
8181

8282
s.nodes = []*node{}
83-
83+
8484
if s.fwdMode == "routing" {
85-
contivL3Nodes := 2
85+
contivL3Nodes := 2
8686
c.Assert(s.vagrant.Setup(false, "CONTIV_NODES=3 CONTIV_L3=2", contivNodes+contivL3Nodes), IsNil)
8787
} else {
8888
c.Assert(s.vagrant.Setup(false, "", contivNodes), IsNil)

0 commit comments

Comments
 (0)