diff options
Diffstat (limited to 'functest/ci/exec_test.sh')
-rw-r--r-- | functest/ci/exec_test.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index 8dc409d3..4d913c52 100644 --- a/functest/ci/exec_test.sh +++ b/functest/ci/exec_test.sh @@ -84,12 +84,6 @@ function run_test(){ "healthcheck") ${FUNCTEST_TEST_DIR}/OpenStack/healthcheck/healthcheck.sh ;; - "vping_ssh") - python ${FUNCTEST_TEST_DIR}/OpenStack/vPing/vping.py -m ssh $report - ;; - "vping_userdata") - python ${FUNCTEST_TEST_DIR}/OpenStack/vPing/vping.py -m userdata $report - ;; "odl") odl_tests [[ "$report" == "-r" ]] && args=-p |