From ab079c029b9a970e1cbc12b903da3d9e62d82212 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 27 Jul 2016 11:15:07 +0200 Subject: Enable odl-sfc in CI JIRA:FUNCTEST-392 Change-Id: If1c931df26062501695061e1155eb26ad007c8de Signed-off-by: Manuel Buil --- ci/exec_test.sh | 3 +++ ci/testcases.yaml | 9 +++++++++ 2 files changed, 12 insertions(+) (limited to 'ci') 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 diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 84dd8e483..2d7792cd6 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -189,6 +189,15 @@ tiers: dependencies: installer: 'joid' scenario: '' + - + name: odl-sfc + criteria: 'status == "PASS"' + blocking: false + description: >- + Test suite for odl-sfc to test two chains and two SFs + dependencies: + installer: 'fuel' + scenario: 'odl_l2-sfc' - name: openstack order: 4 -- cgit 1.2.3-korg