diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-07-05 08:33:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-05 08:33:25 +0000 |
commit | 13fe51d15d96b477c67b44876b89e0405fb1b2b5 (patch) | |
tree | 089d1011b3a1c7e695167bb80918e503af7829fa /ci/exec_test.sh | |
parent | 1f4f3cc4005f8ec0b569d8002e75d67e17f417aa (diff) | |
parent | 0e3995a63d1a82fbc508dbb3ff591da2b8c0f22a (diff) |
Merge "Add interface to run sfc functests."
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 4a75bcbde..c0bdf96bf 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -115,11 +115,7 @@ function run_test(){ python ${FUNCTEST_REPO_DIR}/testcases/features/bgpvpn.py ;; "onos") - if [ "$INSTALLER_TYPE" == "joid" ]; then - python ${FUNCTEST_REPO_DIR}/testcases/Controllers/ONOS/Teston/onosfunctest.py -i joid - else - python ${FUNCTEST_REPO_DIR}/testcases/Controllers/ONOS/Teston/onosfunctest.py - fi + python ${FUNCTEST_REPO_DIR}/testcases/Controllers/ONOS/Teston/onosfunctest.py ;; "promise") python ${FUNCTEST_REPO_DIR}/testcases/features/promise.py $report |