From 851fdafe3b01e0ae80ef18c9f224912d612ff264 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Mon, 23 Dec 2019 13:45:09 -0500 Subject: [PATCH] Add failing tempest test to skip list Queens and Rocky started failing fs020 recently. Adding failing tempest tests to skip list to allow time for failure investigation. Change-Id: I7075f06923272bce67f9b5987e1a6c68c3372289 Related-Bug: #1857365 --- roles/validate-tempest/vars/tempest_skip_queens.yml | 12 ++++++++++++ roles/validate-tempest/vars/tempest_skip_rocky.yml | 3 +++ 2 files changed, 15 insertions(+) diff --git a/roles/validate-tempest/vars/tempest_skip_queens.yml b/roles/validate-tempest/vars/tempest_skip_queens.yml index c880e0af9..b55ad5bb2 100644 --- a/roles/validate-tempest/vars/tempest_skip_queens.yml +++ b/roles/validate-tempest/vars/tempest_skip_queens.yml @@ -5,6 +5,18 @@ ## the TripleO PTL, Thanks ## known_failures: + - test: 'tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers' + reason: 'Errors with servres on multiple nodes' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1857365' + - test: 'tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup' + reason: 'Failed to boot servers on different Compute nodes' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1857365' + - test: 'tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group' + reason: 'Failed to boot servers on different Compute nodes' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1857365' + - test: 'tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group' + reason: 'Failed to boot servers on different Compute nodes' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1857365' - test: 'neutron_tempest_plugin.scenario' reason: 'Neutron Tempest plugin scenario tests are not yet stable.' lp: 'https://launchpad.net/bugs/1737940' diff --git a/roles/validate-tempest/vars/tempest_skip_rocky.yml b/roles/validate-tempest/vars/tempest_skip_rocky.yml index ae4de03bc..79e9af0eb 100644 --- a/roles/validate-tempest/vars/tempest_skip_rocky.yml +++ b/roles/validate-tempest/vars/tempest_skip_rocky.yml @@ -5,6 +5,9 @@ ## the TripleO PTL, Thanks ## known_failures: + - test: 'tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers' + reason: 'Errors with servres on multiple nodes' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1857365' - test: 'neutron_tempest_plugin.scenario' reason: 'Neutron Tempest plugin scenario tests are not yet stable.' lp: 'https://launchpad.net/bugs/1737940'