From 63befebdf88e599174b4e19a48acc2d18bdfcb2a Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Tue, 31 May 2016 04:34:19 +0000 Subject: test: check (*Path).Equal() is working correctly test ebb2c9727a4002ab1b90d43485caf9b30937f372 Signed-off-by: ISHIDA Wataru --- test/scenario_test/ci-scripts/travis-build-script.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/scenario_test/ci-scripts/travis-build-script.sh') diff --git a/test/scenario_test/ci-scripts/travis-build-script.sh b/test/scenario_test/ci-scripts/travis-build-script.sh index 1bf4c67c..ef436303 100644 --- a/test/scenario_test/ci-scripts/travis-build-script.sh +++ b/test/scenario_test/ci-scripts/travis-build-script.sh @@ -39,6 +39,9 @@ PIDS=("${PIDS[@]}" $!) sudo PYTHONPATH=$GOBGP/test python route_server_test2.py --gobgp-image $GOBGP_IMAGE --test-prefix rs2 -x & PIDS=("${PIDS[@]}" $!) +sudo PYTHONPATH=$GOBGP/test python route_server_test3.py --gobgp-image $GOBGP_IMAGE --test-prefix rs3 -x & +PIDS=("${PIDS[@]}" $!) + sudo PYTHONPATH=$GOBGP/test python route_server_ipv4_v6_test.py --gobgp-image $GOBGP_IMAGE --test-prefix v6 -x & PIDS=("${PIDS[@]}" $!) -- cgit v1.2.3