From c922dd575ac2c35afe3c6fb3ffea66e9b621c23e Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Thu, 2 Jul 2015 19:56:44 +0900 Subject: test: run pip install in jenkins script Signed-off-by: ISHIDA Wataru --- test/scenario_test/ci-scripts/jenkins-build-script.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/scenario_test/ci-scripts/jenkins-build-script.sh b/test/scenario_test/ci-scripts/jenkins-build-script.sh index 0d18f678..e76e967a 100644 --- a/test/scenario_test/ci-scripts/jenkins-build-script.sh +++ b/test/scenario_test/ci-scripts/jenkins-build-script.sh @@ -19,6 +19,8 @@ $GOROOT/bin/go get -v cd $GOBGP/test/scenario_test set +e +sudo -E pip install -r pip-requires.txt + # route server test sudo -E python route_server_test.py --use-local --go-path $GOROOT/bin -s --with-xunit RET1=$? @@ -47,4 +49,4 @@ mv nosetests.xml ${WS}/nosetest_policy.xml if [ $RET1 != 0 ] || [ $RET2 != 0 ] || [ $RET3 != 0 ] || [ $RET4 != 0 ] || [ $RET5 != 0 ]; then exit 1 fi -exit 0 \ No newline at end of file +exit 0 -- cgit v1.2.3