Skip to content

Commit

Permalink
Exclude neutron whitebox test_ovn_fdb tests
Browse files Browse the repository at this point in the history
test_ovn_fdb test is failing and required a fix in the plugin.
Moving it to single thread test also didn't work[1], so the best
is to remove it from multi-thread test list.

[1] #2347
  • Loading branch information
viroel committed Sep 16, 2024
1 parent 15f7512 commit cba3087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zuul.d/whitebox_neutron_tempest_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
^whitebox_neutron_tempest_plugin.tests.scenario.test_security_group_logging
^whitebox_neutron_tempest_plugin.tests.scenario.test_router_flavors
^whitebox_neutron_tempest_plugin.tests.scenario.test_dvr_ovn
^whitebox_neutron_tempest_plugin.tests.scenario.test_ovn_fdb
# https://review.opendev.org/892839
# - neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest
# It's in Blacklist before, FWaaS tests are not executed in any of our setups so there is no need to keep them whitelisted
Expand Down Expand Up @@ -155,3 +156,4 @@
whitebox_neutron_tempest_plugin.tests.scenario.test_security_group_logging.StatefulSecGroupLoggingTest.test_only_accepted_traffic_logged
whitebox_neutron_tempest_plugin.tests.scenario.test_security_group_logging.StatelessSecGroupLoggingTest.test_only_accepted_traffic_logged
whitebox_neutron_tempest_plugin.tests.scenario.test_security_group_logging.*test_dropped_and_accepted_traffic_logged
^whitebox_neutron_tempest_plugin.tests.scenario.test_ovn_fdb

0 comments on commit cba3087

Please sign in to comment.