summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-02-26 23:01:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-26 23:01:22 +0000
commit8625d61b7ef8059ecaf3fb0613888de490d31715 (patch)
tree82c9987e5d6693f501a0ce9b3668277f137d86ec
parent48fc7087653384cc83a6f89fa984ad6281e1752b (diff)
parent3bf5f7c8aa381e75ff0e6426733ff3b10bfdf135 (diff)
Merge "Remove shell Healtcheck test case"
-rwxr-xr-xfunctest/ci/testcases.yaml14
1 files changed, 1 insertions, 13 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 009f9b79d..ccf9baee9 100755
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -8,26 +8,14 @@ tiers:
operations in the VIM.
testcases:
-
- name: healthcheck
- criteria: 'status == "PASS"'
- blocking: true
- description: >-
- This test case verifies the basic OpenStack services like
- Keystone, Glance, Cinder, Neutron and Nova.
-
- dependencies:
- installer: ''
- scenario: '^((?!lxd).)*$'
- -
name: snaps_health_check
criteria: 'status == "PASS"'
- blocking: false
+ blocking: true
description: >-
This test case creates executes the SimpleHealthCheck
Python test class which creates an, image, flavor, network,
and Cirros VM instance and observes the console output to
validate the single port obtains the correct IP address.
-
dependencies:
installer: ''
scenario: '^((?!lxd).)*$'