From 83b6f07be76a5f5f8ae5b53b664bb8b902dcbf05 Mon Sep 17 00:00:00 2001 From: Wataru Ishida Date: Mon, 12 Sep 2016 07:35:40 +0000 Subject: test: test monitor feature in unit test instead of scenario test Signed-off-by: Wataru Ishida --- test/scenario_test/ci-scripts/travis-build-script.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/scenario_test/ci-scripts') diff --git a/test/scenario_test/ci-scripts/travis-build-script.sh b/test/scenario_test/ci-scripts/travis-build-script.sh index 283716c0..3ea28407 100644 --- a/test/scenario_test/ci-scripts/travis-build-script.sh +++ b/test/scenario_test/ci-scripts/travis-build-script.sh @@ -84,9 +84,6 @@ PIDS=("${PIDS[@]}" $!) sudo PYTHONPATH=$GOBGP/test python bgp_zebra_test.py --gobgp-image $GOBGP_IMAGE --test-prefix z -x & PIDS=("${PIDS[@]}" $!) -sudo PYTHONPATH=$GOBGP/test python monitor_test.py --gobgp-image $GOBGP_IMAGE --test-prefix mon -x & -PIDS=("${PIDS[@]}" $!) - for (( i = 0; i < ${#PIDS[@]}; ++i )) do -- cgit v1.2.3