Skip to content

Commit 7a3bc31

Browse files
authored
Merge pull request #535 from abhinandanpb/service_l3lb
enabling service tests in all modes
2 parents 3e88d6f + 4d0ccd0 commit 7a3bc31

File tree

4 files changed

+148
-50
lines changed

4 files changed

+148
-50
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ l3-test:
178178
CONTIV_L3=2 CONTIV_NODES=3 make stop
179179
CONTIV_L3=2 CONTIV_NODES=3 make start
180180
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
182182
CONTIV_L3=2 CONTIV_NODES=3 make stop
183183
l3-demo:
184184
CONTIV_L3=1 CONTIV_NODES=3 vagrant up

test/systemtests/bgp_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ package systemtests
33
import (
44
"errors"
55
"fmt"
6+
"strings"
7+
"time"
8+
69
"github.com/Sirupsen/logrus"
710
"github.com/contiv/contivmodel/client"
811
"github.com/contiv/remotessh"
912
. "gopkg.in/check.v1"
10-
"strings"
11-
"time"
1213
)
1314

1415
/*TestBgpContainerToContainerPing tests the following:

0 commit comments

Comments
 (0)