diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-11 13:55:40 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-12 19:00:47 +0100 |
commit | e44841210c53290207db9b958c66cb8019910cb7 (patch) | |
tree | 5b2693803938d0c1b3314c4d4f84d9ee17adf0f7 /docker/healthcheck/testcases.yaml | |
parent | d217430315c5ac571c0006c1178ff6ac50bd3d3a (diff) |
Remove Snaps-based testcases
Snaps hasn't been synchronized for a while regarding requirements.
We do remove it due to the inactivity.
All test result tabs will be updated in a second change.
Change-Id: I834afd902829ed3883b0e88e92aa806ec43d6fcf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/healthcheck/testcases.yaml')
-rw-r--r-- | docker/healthcheck/testcases.yaml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index e3eb028c9..5aac7010e 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/testcases.yaml @@ -146,33 +146,6 @@ tiers: - /src/odl_test/csit/suites/openstack/neutron - - case_name: api_check - project_name: functest - criteria: 100 - blocking: true - description: >- - This test case verifies the retrieval of OpenStack clients: - Keystone, Glance, Neutron and Nova and may perform some - simple queries. When the config value of - snaps.use_keystone is True, functest must have access to - the cloud's private network. - run: - name: api_check - - - - case_name: snaps_health_check - project_name: functest - criteria: 100 - 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. - run: - name: snaps_health_check - - - case_name: tempest_smoke project_name: functest criteria: 100 |