Skip dns related tests

In ovn recently dns dependent tests were enabled.
For some of them we need to add additional configuration
and for another one we are waiting for OVS 2.12 to be
released.

Change-Id: I8c5a316145dda6497971be46f75370511a8f2103
Partial-Bug: #1832166
This commit is contained in:
Kamil Sambor 2019-06-10 11:24:31 +02:00 committed by Ronelle Landy
parent 58b04b03da
commit 26f3127b2e
1 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,15 @@
## the TripleO PTL, Thanks ##
known_failures:
- test: 'neutron_tempest_plugin.scenario.test_dns_integration.DNSIntegrationTests'
reason: 'Remove this blacklist when OVS 2.12 will be released and https://patchwork.ozlabs.org/patch/1102717/ merged.'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1832166'
- test: 'neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_dns_domain_bumps_revision'
reason: 'This test was enabled recently on ovn and we miss configuration in tripleo jobs, for sake of CI skipping them for now, but we will enabled them as fast as possible'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1832166'
- test: 'neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name'
reason: 'This test was enabled recently on ovn and we miss configuration in tripleo jobs, for sake of CI skipping them for now, but we will enabled them as fast as possible'
lp: 'https://bugs.launchpad.net/tripleo/+bug/1832166'
- test: 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port'
reason: 'It can be removed when bug for OVN is repaired'
lp: 'https://bugs.launchpad.net/tempest/+bug/1728886'