File tree 4 files changed +148
-50
lines changed
4 files changed +148
-50
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ l3-test:
178
178
CONTIV_L3=2 CONTIV_NODES=3 make stop
179
179
CONTIV_L3=2 CONTIV_NODES=3 make start
180
180
CONTIV_L3=2 CONTIV_NODES=3 make ssh-build
181
- CONTIV_L3=2 CONTIV_NODES=3 go test -v -timeout 540m ./test/systemtests -check.v
181
+ CONTIV_L3=2 CONTIV_NODES=3 go test -v -timeout 720m ./test/systemtests -check.v
182
182
CONTIV_L3=2 CONTIV_NODES=3 make stop
183
183
l3-demo :
184
184
CONTIV_L3=1 CONTIV_NODES=3 vagrant up
Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ package systemtests
3
3
import (
4
4
"errors"
5
5
"fmt"
6
+ "strings"
7
+ "time"
8
+
6
9
"github.com/Sirupsen/logrus"
7
10
"github.com/contiv/contivmodel/client"
8
11
"github.com/contiv/remotessh"
9
12
. "gopkg.in/check.v1"
10
- "strings"
11
- "time"
12
13
)
13
14
14
15
/*TestBgpContainerToContainerPing tests the following:
You can’t perform that action at this time.
0 commit comments