From 86ff7d4f2fbe563f4b6ca781909c7c9d8681f39a Mon Sep 17 00:00:00 2001 From: wuwenbin2 Date: Fri, 29 Jul 2016 17:18:53 +0800 Subject: Add onos_sfc scenario JIRA:ONOSFW-172 Change-Id: I019edf79f8d343f794aa7af151d8e30c18e2c5f6 Signed-off-by: wuwenbin2 --- ci/exec_test.sh | 3 +++ ci/testcases.yaml | 10 ++++++++++ 2 files changed, 13 insertions(+) (limited to 'ci') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index c48bde99f..cd5ae1822 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -121,6 +121,9 @@ function run_test(){ "onos") python ${FUNCTEST_REPO_DIR}/testcases/Controllers/ONOS/Teston/onosfunctest.py ;; + "onos_sfc") + python ${FUNCTEST_REPO_DIR}/testcases/Controllers/ONOS/Teston/onosfunctest.py -t sfc + ;; "promise") python ${FUNCTEST_REPO_DIR}/testcases/features/promise.py $report sleep 10 # to let the instances terminate diff --git a/ci/testcases.yaml b/ci/testcases.yaml index befcdd406..315969ae7 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -198,6 +198,16 @@ tiers: dependencies: installer: 'fuel' scenario: 'odl_l2-sfc' + - + name: onos_sfc + criteria: 'status == "PASS"' + blocking: true + description: >- + Test Suite for onos-sfc to test sfc function. + dependencies: + installer: '' + scenario: 'onos-sfc' + - name: openstack order: 4 -- cgit 1.2.3-korg