diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-02-10 08:48:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-10 08:48:43 +0000 |
commit | 7ddaeed03b3360ec1041a50836bbd063a1533aed (patch) | |
tree | 7eb1d7032936852ee0e791f0a40aff336827c848 /functest/ci/testcases.yaml | |
parent | a34f23295ba75694d2837687df3ada5541489a25 (diff) | |
parent | cae6958108c290ef87f613ac62ac138ecd47b1b5 (diff) |
Merge "Integrating PyTest contained in SNAPS as a replacement to the old bash healthcheck."
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 7a3dc229..fc3bd6b7 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 |