diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-11-10 15:20:36 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-11-10 17:54:58 +0100 |
commit | 2b1313c15909a7a709f9836c32003b809ce323b0 (patch) | |
tree | 5fe23ce816aad16bdf0cf2bb7f486bb16c5e9e04 /functest/ci | |
parent | d9cecf6576de1115252f78e78ff987f3a1ebb340 (diff) |
Phase out sfc_colorado1 from the CI
Now that the upstream ODL Netvirt & SFC communities have resolved the
blocking issues for the OPNFV SFC is a good time to phase out the
workaround testcase we had for C1 and use the original again
Change-Id: Ifcc66612a21821d684b336129059da500068e67c
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/exec_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh index 64018005..56495301 100644 --- a/functest/ci/exec_test.sh +++ b/functest/ci/exec_test.sh @@ -164,7 +164,7 @@ function run_test(){ # 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_colorado1.py $report + python ${ODL_SFC_DIR}/sfc.py $report ;; "parser") python ${FUNCTEST_TEST_DIR}/vnf/vRNC/parser.py $report |