summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/ci-scripts
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-05-31 04:34:19 +0000
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2016-05-31 04:39:53 +0000
commit63befebdf88e599174b4e19a48acc2d18bdfcb2a (patch)
treee3318ea41c7da82ba796a79db07b2746791246da /test/scenario_test/ci-scripts
parent9f6b62a5e5abcebde0008b56edcb8f40bd762d52 (diff)
test: check (*Path).Equal() is working correctly
test ebb2c9727a4002ab1b90d43485caf9b30937f372 Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/ci-scripts')
-rw-r--r--test/scenario_test/ci-scripts/travis-build-script.sh3
1 files changed, 3 insertions, 0 deletions
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[@]}" $!)