Comment 3 for bug 1990480

Revision history for this message
yatin (yatinkarel) wrote :

<< Till it's figured out we can skip the failing test in wallaby jobs(both component/integration ones) as it used to be.
Test is skipped for both master and wallaby api jobs with https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/859074

<< The skips can be reverted once we fix jobs to get test passing, mainly need to fix extension_drivers for OVN.
Currently we have NeutronPluginExtensions: qos,port_security,dns and for that test to be passing need to include dns_domain_ports or any other driver inheriting from it like subnet_dns_publish_fixed_ip or dns_domain_keywords(it includes all other dns related extension drivers).
So question is we enable it only for CI or the defaults, will check with @slawek if we have some criteria for changing defaults in this case.