diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-11-10 15:20:36 +0200 |
---|---|---|
committer | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-11-17 15:46:00 +0200 |
commit | 030ecb69ba91a37d6066819111acfa461378e1ec (patch) | |
tree | 8aa25209d28b053969b952918f3cc383dc578c76 /ci | |
parent | 8a0f9f8d8210500b59cd0290e527bd70e401998e (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 'ci')
-rwxr-xr-x | ci/exec_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 6fdc42666..915152df5 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -163,7 +163,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_REPO_DIR}/testcases/vnf/vRNC/parser.py $report |