Adding test to the skiplist for OVN related updates

full tempest job is currently failing on 6 tests related to neutron and
DHCPAgent. Disabling until we have a solution

Related-Bug: #1817705
Change-Id: If4b2e776600c5c1601116555fd42dac708a52e26
This commit is contained in:
Gabriele Cerami 2019-02-26 16:57:38 +00:00 committed by yatin
parent 05351828e9
commit 42dd32e606
1 changed files with 18 additions and 0 deletions

View File

@ -137,6 +137,24 @@ known_failures:
- test: 'tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip'
reason: 'Got error: Class PyRoute2 cannot be found '
lp: 'https://bugs.launchpad.net/tripleo/+bug/1810325'
- test: 'tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent'
reason: 'DHCP Agent is disabled by default in OVN'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1817705'
- test: 'tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp'
reason: 'DHCP Agent is disabled by default in OVN'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1817705'
- test: 'neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent'
reason: 'DHCP Agent is disabled by default in OVN'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1817705'
- test: 'neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_dhcp_port_status_active'
reason: 'DHCP Agent is disabled by default in OVN'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1817705'
- test: 'neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp'
reason: 'DHCP Agent is disabled by default in OVN'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1817705'
- test: 'neutron_tempest_plugin.scenario.test_qos.QoSTest.test_qos_basic_and_update'
reason: 'Possible bug for QoS + FIP in OVN'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1817705'
# skip list for undercloud
- test: 'tempest.api.network.test_networks.NetworksTest.test_external_network_visibility'
reason: 'Running on undercloud'