Remove shell Healtcheck test case
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 22 Feb 2017 23:31:16 +0000 (00:31 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Wed, 22 Feb 2017 23:31:16 +0000 (00:31 +0100)
The healthcheck tier has grown thanks to the
adoption of SNAPs library. Now we have a SNAPs test
case that checks that creating a Network, a VM
and making sure it gets an IP from the DHCP agent
works. Basically, we are duplicating both test cases.

This patch removes the execution of the former test
without eliminating the code.

Change-Id: Iad6fec10fa1c247151c68313dc3760a55e511555
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
functest/ci/testcases.yaml

index a2633fc..9a38b02 100755 (executable)
@@ -7,27 +7,15 @@ tiers:
             First tier to be executed to verify the basic
             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).)*$'