diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-03-05 14:49:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-05 14:49:55 +0000 |
commit | 125ad8bb51d3921351a648a3d1b53b6487a6ba51 (patch) | |
tree | 8c1f54403aca373fe7d0921b5a0fb5d31251b15c | |
parent | 5de084c996d949deb1b6804a1c244d9aeb4e6ea6 (diff) | |
parent | 486541838abbb2e565b294d7e43cd0ac763b7a33 (diff) |
Merge "Load SfcFunctest instead of running a bash script"
-rw-r--r-- | docker/features/testcases.yaml | 6 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 1fbc27539..676356d5b 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -50,10 +50,8 @@ tiers: installer: '' scenario: 'odl.*sfc' run: - module: 'xtesting.core.feature' - class: 'BashFeature' - args: - cmd: 'run_sfc_tests.py' + module: 'sfc.tests.functest.run_sfc_tests' + class: 'SfcFunctest' - case_name: barometercollectd diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index dc421ef4f..b07566b66 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -262,10 +262,8 @@ tiers: installer: '' scenario: 'odl.*sfc' run: - module: 'xtesting.core.feature' - class: 'BashFeature' - args: - cmd: 'run_sfc_tests.py' + module: 'sfc.tests.functest.run_sfc_tests' + class: 'SfcFunctest' - case_name: barometercollectd |