aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-11-11 16:11:29 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2016-11-11 16:12:55 +0100
commitf9fbe4211144a556820bb0933709224ff3fa90c0 (patch)
tree56a99e467fed4b2cc6e52f73766a13732e7090ed
parentcaa06d8d7b55a1c0608a72f809785d8f418cf541 (diff)
Downgrade keystone client only for SFC testcase
Since 1.7.4 is not the right one for the rest of the test cases but it is the only version that works for tacker, downgrade it first and upgrade it later. Change-Id: I46be38a36726d9605a7a507a7ebd09d599f79ee3 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
-rw-r--r--functest/ci/exec_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh
index 564953010..234a4d241 100644
--- a/functest/ci/exec_test.sh
+++ b/functest/ci/exec_test.sh
@@ -160,11 +160,13 @@ function run_test(){
python ${FUNCTEST_TEST_DIR}/features/domino.py $report
;;
"odl-sfc")
+ pip install --upgrade python-keystoneclient==1.7.4
ODL_SFC_DIR=${FUNCTEST_TEST_DIR}/features/sfc
# pass FUNCTEST_REPO_DIR inside prepare_odl_sfc.bash
FUNCTEST_REPO_DIR=${FUNCTEST_REPO_DIR} python ${ODL_SFC_DIR}/prepare_odl_sfc.py || exit $?
source ${ODL_SFC_DIR}/tackerc
python ${ODL_SFC_DIR}/sfc.py $report
+ pip install --upgrade python-keystoneclient==3.5.0
;;
"parser")
python ${FUNCTEST_TEST_DIR}/vnf/vRNC/parser.py $report