summaryrefslogtreecommitdiffstats
path: root/ci/testcases.yaml
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-05-04 11:47:40 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2016-05-04 14:35:07 +0200
commit6790e17eb7c1a3eaaccfe97ac90932e3c15eea6d (patch)
tree06697206e1323dd3acdce742a2e1e5d5bb4b232f /ci/testcases.yaml
parent7ad2ce42a2bc2c8dc17fbc9423da71a95fed4d87 (diff)
Refactor improvements
JIRA: FUNCTEST-190 - Deleted unnecessary old scripts - Fixed healtcheck logging - Moved config_functest.yaml to /ci/ - Created env var CONFIG_FUNCTEST_YAML pointing to that new location - Modified all scripts which open config_functest.yaml using the new env var Change-Id: Ic4f0e40a70c02ac08287a1d621956f602bdee177 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'ci/testcases.yaml')
-rw-r--r--ci/testcases.yaml57
1 files changed, 28 insertions, 29 deletions
diff --git a/ci/testcases.yaml b/ci/testcases.yaml
index 8dc22a640..51c43fcb1 100644
--- a/ci/testcases.yaml
+++ b/ci/testcases.yaml
@@ -26,45 +26,44 @@ tiers:
testcases:
-
name: vping_ssh
- description: |-
- This test case verifies:
- ····1) SSH to an instance using floating IPs over the public network.
- ····2) Connectivity between 2 instances over a private network.
+ description: >-
+ This test case verifies: 1) SSH to an instance using floating
+ IPs over the public network. 2) Connectivity between 2 instances
+ over a private network.
dependencies:
installer: ''
scenario: '^((?!bgpvpn).)*$'
-
name: vping_userdata
- description: |-
- This test case verifies:
- ····1) Boot a VM with given userdata.
- ····2) Connectivity between 2 instances over a private network.
- dependencies:
- installer: ''
- scenario: ''
-
- -
- name: tempest_smoke_serial
- description: >-
- This test case runs the smoke subset of the OpenStack
- Tempest suite. The list of test cases is generated by
- Tempest automatically and depend on the parameters of
- the OpenStack deplopyment.
- dependencies:
- installer: ''
- scenario: ''
-
- -
- name: rally_sanity
description: >-
- This test case runs a sub group of tests of the OpenStack
- Rally suite in smoke mode.
+ This test case verifies: 1) Boot a VM with given userdata.
+ 2) Connectivity between 2 instances over a private network.
dependencies:
installer: ''
scenario: ''
#-
+ # name: tempest_smoke_serial
+ # description: >-
+ # This test case runs the smoke subset of the OpenStack
+ # Tempest suite. The list of test cases is generated by
+ # Tempest automatically and depend on the parameters of
+ # the OpenStack deplopyment.
+ # dependencies:
+ # installer: ''
+ # scenario: ''
+ #
+ #-
+ # name: rally_sanity
+ # description: >-
+ # This test case runs a sub group of tests of the OpenStack
+ # Rally suite in smoke mode.
+ # dependencies:
+ # installer: ''
+ # scenario: ''
+ #
+ #-
# name: security_groups
# description: >-
# This test case verifies the functionality of the OpenStack
@@ -151,7 +150,7 @@ tiers:
This test case runs the full set of the OpenStack Tempest suite.
testcases:
-
- name: tempest_full_parallel
+ name: tempest
description: >-
The list of test cases is generated by
Tempest automatically and depend on the parameters of
@@ -168,7 +167,7 @@ tiers:
Rally suite from the OpenStack community.
testcases:
-
- name: rally_full
+ name: rally
description: >-
This test case runs the full suite of scenarios of the OpenStack
Rally suite using several threads and iterations.