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
This commit is contained in:
Ronelle Landy 2019-12-23 13:45:09 -05:00
parent cf45652713
commit 851fdafe3b
2 changed files with 15 additions and 0 deletions

View File

@ -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'

View File

@ -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'