summaryrefslogtreecommitdiffstats
path: root/functest/ci/testcases.yaml
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-02-10 08:48:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-10 08:48:43 +0000
commit7ddaeed03b3360ec1041a50836bbd063a1533aed (patch)
tree7eb1d7032936852ee0e791f0a40aff336827c848 /functest/ci/testcases.yaml
parenta34f23295ba75694d2837687df3ada5541489a25 (diff)
parentcae6958108c290ef87f613ac62ac138ecd47b1b5 (diff)
Merge "Integrating PyTest contained in SNAPS as a replacement to the old bash healthcheck."
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-xfunctest/ci/testcases.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 7a3dc229f..fc3bd6b7a 100755
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -19,6 +19,22 @@ tiers:
installer: ''
scenario: '^((?!lxd).)*$'
-
+ name: snaps_health_check
+ criteria: 'status == "PASS"'
+ blocking: false
+ 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).)*$'
+ run:
+ module: 'functest.opnfv_tests.openstack.snaps.health_check'
+ class: 'HealthCheck'
+ -
name: connection_check
criteria: 'status == "PASS"'
blocking: true