From 3774d9d027c0229c7bec52b247b656a846921369 Mon Sep 17 00:00:00 2001 From: Jose Lausuch Date: Wed, 18 Oct 2017 11:26:21 +0200 Subject: Switch from BashFeature to Feature of bgpvpn testcase With the adaptation in SDNVPN project [1], Functest can run the tests within python instead of a bash call. This also fixes pushing the details section to the DB: JIRA: SDNVPN-183 [1] https://gerrit.opnfv.org/gerrit/#/c/45491/ Change-Id: I7116aa9d5ffe2a816719997771e4f4ecebbcd083 Signed-off-by: Jose Lausuch --- functest/ci/testcases.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'functest') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index cb9f21e08..207d747b1 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -278,10 +278,8 @@ tiers: installer: '(fuel)|(apex)|(netvirt)' scenario: 'bgpvpn' run: - module: 'functest.core.feature' - class: 'BashFeature' - args: - cmd: 'run_sdnvpn_tests.py' + module: 'sdnvpn.test.functest.run_sdnvpn_tests' + class: 'SdnvpnFunctest' - case_name: functest-odl-sfc -- cgit 1.2.3-korg