From 32efcccb9ac10b8105ff00dfe5c5b04b4a8575e1 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Tue, 22 Nov 2016 18:15:34 +0800 Subject: bugfix: domino test can not be executed fix args is type Namespace problem Change-Id: I4e3786d86bd9fca6697c900f60f4c0f357dcb2bd Signed-off-by: SerenaFeng --- functest/ci/exec_test.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'functest/ci') diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index 234a4d24..87216201 100644 --- a/functest/ci/exec_test.sh +++ b/functest/ci/exec_test.sh @@ -156,9 +156,6 @@ function run_test(){ $clean_flag -s -m feature_multisite $report \ -c ${FUNCTEST_TEST_DIR}/OpenStack/tempest/tempest_multisite.conf ;; - "domino") - 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 -- cgit 1.2.3-korg