diff options
author | Jose Lausuch <jalausuch@suse.com> | 2017-10-18 11:26:21 +0200 |
---|---|---|
committer | Jose Lausuch <jalausuch@suse.com> | 2017-10-18 17:18:35 +0000 |
commit | 3774d9d027c0229c7bec52b247b656a846921369 (patch) | |
tree | 762d08e2c3120eb160a2aec2ce8c4b65652b9dc9 /functest/ci/testcases.yaml | |
parent | 613c672ac166ca92ce1284131ec06446e07e0023 (diff) |
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 <jalausuch@suse.com>
Diffstat (limited to 'functest/ci/testcases.yaml')
-rw-r--r-- | functest/ci/testcases.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index cb9f21e0..207d747b 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 |