From 84f606a9bc17c1f12164e4b1d9fd0b89f658a07a Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Tue, 2 Sep 2025 12:58:01 +0000 Subject: [PATCH] [FT] Add all ``TestOvnNbSync|TestOvnSbSync`` classes to the regex The ``TestOvnNbSync`` class tests are executed with concurrency 1. The same must apply to all tests from child classes (``TestOvnNbSyncOverTcp``, ``TestOvnNbSyncOverSsl``). This configuration should apply to ``TestOvnSbSync`` and its derived classes (``TestOvnSbSyncOverTcp``, ``TestOvnSbSyncOverSsl``). Signed-off-by: Rodolfo Alonso Hernandez Change-Id: Ie64827a3d5212d22eff5ce48cbbb10b28de65a41 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cb2d50fe79c..3c53c213853 100644 --- a/tox.ini +++ b/tox.ini @@ -90,7 +90,7 @@ description = Run functional gate tests that require sudo privileges. setenv = {[testenv:dsvm-functional]setenv} deps = {[testenv:dsvm-functional]deps} -test_regex = .*MySQL\.|.*test_get_all_devices|.*TestMetadataAgent\.|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task|.*TestOvnNbSync.*|.*TestMaintenance|.*TestLogMaintenance|.*TestNBDbMonitor.*|.*test_ovn_client.*|.*test_initialize_network_segment_range_support_parallel_execution.*|.*test_direct_route_for_address_scope.*|.*test_fip_connection_for_address_scope.* +test_regex = .*MySQL\.|.*test_get_all_devices|.*TestMetadataAgent\.|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task|.*TestOvnNbSync.*|.*TestOvnNbSyncOverTcp.*|.*TestOvnNbSyncOverSsl.*|.*TestOvnSbSync.*|.*TestOvnSbSyncOverTcp.*|.*TestOvnSbSyncOverSsl.*|.*TestMaintenance|.*TestLogMaintenance|.*TestNBDbMonitor.*|.*test_ovn_client.*|.*test_initialize_network_segment_range_support_parallel_execution.*|.*test_direct_route_for_address_scope.*|.*test_fip_connection_for_address_scope.* commands = bash {toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin stestr run --slowest --exclude-regex ({[testenv:dsvm-functional-gate]test_regex}|neutron.tests.functional.agent.l3.*) {posargs}