From 4151722a50e5cd821113183bf4a88d1e8c0ee877 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 2 Sep 2018 14:09:42 +0200 Subject: Update Xtesting to 0.60 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Xtesting leverages on stevedore [1] which will bring much more flexibility (discovery, module or class renaming, etc). OPNFV Features have to be updated as well: - https://gerrit.opnfv.org/gerrit/61713 - https://gerrit.opnfv.org/gerrit/61715 - https://gerrit.opnfv.org/gerrit/61717 - https://gerrit.opnfv.org/gerrit/61719 [1] https://docs.openstack.org/stevedore/latest/ Change-Id: I0ce45eb6c9af66546c2c020eb962fa457f6c7e1a Signed-off-by: Cédric Ollivier --- docker/features/testcases.yaml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'docker/features') diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 138451174..74c420bc7 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -18,8 +18,7 @@ tiers: - INSTALLER_TYPE: '(apex)|(fuel)|(daisy)' - DEPLOY_SCENARIO: '^((?!fdio|nofeature).)*$' run: - module: 'xtesting.core.feature' - class: 'BashFeature' + name: bashfeature args: cmd: 'doctor-test' @@ -33,8 +32,7 @@ tiers: dependencies: - DEPLOY_SCENARIO: 'bgpvpn' run: - module: 'sdnvpn.test.functest.run_sdnvpn_tests' - class: 'SdnvpnFunctest' + name: bgpvpn - case_name: functest-odl-sfc @@ -47,8 +45,7 @@ tiers: dependencies: - DEPLOY_SCENARIO: 'odl.*sfc' run: - module: 'sfc.tests.functest.run_sfc_tests' - class: 'SfcFunctest' + name: functest-odl-sfc - case_name: barometercollectd @@ -62,8 +59,7 @@ tiers: dependencies: - DEPLOY_SCENARIO: 'bar' run: - module: 'baro_tests.barometer' - class: 'BarometerCollectd' + name: barometercollectd - case_name: fds @@ -77,8 +73,7 @@ tiers: dependencies: - DEPLOY_SCENARIO: 'odl.*-fdio' run: - module: 'functest.opnfv_tests.sdn.odl.odl' - class: 'ODLTests' + name: odl args: suites: - /src/fds/testing/robot @@ -92,8 +87,7 @@ tiers: dependencies: - DEPLOY_SCENARIO: 'vgpu' run: - module: 'functest.opnfv_tests.openstack.vgpu.vgpu' - class: 'vGPU' + name: vgpu - case_name: stor4nfv_os @@ -106,5 +100,4 @@ tiers: dependencies: - DEPLOY_SCENARIO: 'stor4nfv' run: - module: 'stor4nfv_tests.stor4nfv_os' - class: 'OsStor4nfvTest' + name: stor4nfv_os -- cgit 1.2.3-korg