diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-07-27 11:15:07 +0200 |
---|---|---|
committer | Manuel Buil <manuel.buil@ericsson.com> | 2016-07-27 11:15:07 +0200 |
commit | ab079c029b9a970e1cbc12b903da3d9e62d82212 (patch) | |
tree | ced0d5cabaf38ebf4454008c8b77fd5a5a197548 /ci/exec_test.sh | |
parent | a44eb1f63018e005c4c631d664ce4939aa78fad4 (diff) |
Enable odl-sfc in CI
JIRA:FUNCTEST-392
Change-Id: If1c931df26062501695061e1155eb26ad007c8de
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 7e57cd5e4..26067a5d3 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -166,6 +166,9 @@ function run_test(){ "domino") python ${FUNCTEST_REPO_DIR}/testcases/features/domino.py ;; + "odl-sfc") + python ${FUNCTEST_REPO_DIR}/testcases/features/sfc/sfc.py + ;; *) echo "The test case '${test_name}' does not exist." exit 1 |