From e44841210c53290207db9b958c66cb8019910cb7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 11 Mar 2019 13:55:40 +0100 Subject: Remove Snaps-based testcases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docker/healthcheck/testcases.yaml | 27 --------------------------- docker/smoke/testcases.yaml | 16 ---------------- 2 files changed, 43 deletions(-) (limited to 'docker') 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 @@ -145,33 +145,6 @@ tiers: - /src/odl_test/csit/suites/integration/basic - /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 diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 878db7059..aa936fec7 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -105,22 +105,6 @@ tiers: - 'test_networks_multiprovider_rbac' - 'test_auto_allocated_topology_rbac' - - - case_name: snaps_smoke - project_name: functest - criteria: 100 - blocking: false - description: >- - This test case contains tests that setup and destroy - environments with VMs with and without Floating IPs - with a newly created user and project. Set the config - value snaps.use_floating_ips (True|False) to toggle - this functionality. When the config value of - snaps.use_keystone is True, functest must have access to - the cloud's private network. - run: - name: snaps_smoke - - case_name: neutron_trunk project_name: functest -- cgit 1.2.3-korg