diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-02-03 13:29:20 -0700 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-02-07 07:10:59 -0700 |
commit | cae6958108c290ef87f613ac62ac138ecd47b1b5 (patch) | |
tree | 6614ad3f56504ad3f30938db7939603d60c684aa /functest/ci | |
parent | ec94112aa52507727425005458264335352ac6e8 (diff) |
Integrating PyTest contained in SNAPS as a replacement to the old
bash healthcheck.
JIRA: FUNCTEST-570
Change-Id: Ia90dc152d48144c9c53967d5c30256389793ce91
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'functest/ci')
-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 6397f764..3ca8bdfd 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 |