aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke/testcases.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-07-12 14:30:21 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-07-12 16:39:49 +0200
commitcb33fa13d1a58dfa52b218e4e5aaf6cfa09b0cae (patch)
treee76cf9dc3ff1956eba46a8665cc60a4cec4cd1c6 /docker/smoke/testcases.yaml
parent06b9ace7a0333d723972502ab3ce5784b6cba689 (diff)
Leverage to Xtesting 0.51
It removes ci_loop which has been useless from Docker slicing. It can filter now on any env var (e.g. CI_LOOP if required by XCI). Change-Id: Ibd685edf4636bd251c85466e8b4febcd1e20d312 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke/testcases.yaml')
-rw-r--r--docker/smoke/testcases.yaml29
1 files changed, 3 insertions, 26 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml
index 916aa2919..aed2a64ec 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -3,7 +3,6 @@ tiers:
-
name: smoke
order: 1
- ci_loop: '(daily)|(weekly)'
description: >-
Set of basic Functional tests to validate the OPNFV scenarios.
testcases:
@@ -17,9 +16,6 @@ tiers:
Tempest suite. The list of test cases is generated by
Tempest automatically and depends on the parameters of
the OpenStack deplopyment.
- dependencies:
- installer: ''
- scenario: ''
run:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
class: 'TempestCommon'
@@ -34,9 +30,6 @@ tiers:
description: >-
This test case runs a sub group of tests of the OpenStack
Rally suite in smoke mode.
- dependencies:
- installer: ''
- scenario: ''
run:
module: 'functest.opnfv_tests.openstack.rally.rally'
class: 'RallySanity'
@@ -50,9 +43,6 @@ tiers:
description: >-
This test case runs a sub group of tests of the OpenStack
Defcore testcases.
- dependencies:
- installer: ''
- scenario: ''
run:
module:
'functest.opnfv_tests.openstack.refstack.refstack'
@@ -65,9 +55,6 @@ tiers:
blocking: false
description: >-
Test suite from Patrole project.
- dependencies:
- installer: ''
- scenario: ''
run:
module: 'functest.opnfv_tests.openstack.patrole.patrole'
class: 'Patrole'
@@ -88,9 +75,6 @@ tiers:
VMTP is a small python application that will automatically
perform ping connectivity, round trip time measurement
(latency) and TCP/UDP throughput
- dependencies:
- installer: ''
- scenario: ''
run:
module:
'functest.opnfv_tests.openstack.vmtp.vmtp'
@@ -106,9 +90,6 @@ tiers:
like iperf, iperf3 and netperf (with help of flent). Shaker
is able to deploy OpenStack instances and networks in
different topologies.
- dependencies:
- installer: ''
- scenario: ''
run:
module:
'functest.opnfv_tests.openstack.shaker.shaker'
@@ -127,10 +108,8 @@ tiers:
this functionality. When the config value of
snaps.use_keystone is True, functest must have access to
the cloud's private network.
-
dependencies:
- installer: ''
- scenario: '^((?!lxd).)*$'
+ - DEPLOY_SCENARIO: '^((?!lxd).)*$'
run:
module: 'functest.opnfv_tests.openstack.snaps.smoke'
class: 'SnapsSmoke'
@@ -146,8 +125,7 @@ tiers:
generated by Tempest having as input the relevant
testcase list file.
dependencies:
- installer: '(fuel)|(apex)|(compass)'
- scenario: ''
+ - INSTALLER_TYPE: '(fuel)|(apex)|(compass)'
run:
module: 'functest.opnfv_tests.openstack.trunk.trunk'
class: 'TempestNeutronTrunk'
@@ -163,8 +141,7 @@ tiers:
It leverages on the tempest plugin containing tests used to
verify the functionality of a barbican installation
dependencies:
- installer: '^((?!fuel|apex|compass|daisy|osa).)*$'
- scenario: ''
+ - INSTALLER_TYPE: '^((?!fuel|apex|compass|daisy|osa).)*$'
run:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
class: 'TempestCommon'