X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Frun.sh;h=abdad58ccc332f543478da80ec0dcfc0c02254b5;hb=82dccaf2306779f70bf443c917120bc1992b2ee3;hp=5c922265d3724143d077df4f27d2c1c615832176;hpb=9549a92ad62fbbad00e355b707809e6409b9e085;p=doctor.git diff --git a/tests/run.sh b/tests/run.sh index 5c922265..abdad58c 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -478,6 +478,13 @@ cleanup() { done } +setup_python_packages() { + sudo pip install flask==0.10.1 + command -v openstack || sudo pip install python-openstackclient==2.3.0 + command -v ceilometer || sudo pip install python-ceilometerclient==2.6.2 + command -v congress || sudo pip install python-congressclient==1.5.0 +} + # Main process if [[ $PYTHON_ENABLE == [Tt]rue ]]; then @@ -499,6 +506,8 @@ git log --oneline -1 || true # ignore even you don't have git installed trap cleanup EXIT +setup_python_packages + source $TOP_DIR/functions-common source $TOP_DIR/lib/installer source $TOP_DIR/lib/inspector