From 5caca0dab09ebda751103364ec9778bd8de0b07e Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Fri, 20 Jun 2025 11:42:46 +0530 Subject: [PATCH] [FT] Isolate randomly failing address scope tests These tests randomly failing for different reasons as described in the bug, moving these to run with concurrency 1 will help. Partial-Bug: #2115026 Change-Id: I21f0993356fe4d1ad518bd5b991541cc9c3fb425 (cherry picked from commit 5c6a10003e08850655fc8ed026df43e39bd26bb7) Signed-off-by: yatinkarel (cherry picked from commit c8076daaa462bb8477732f466b57f6b39818df8b) Conflicts: tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3cc1d5e5537..985e99456d9 100644 --- a/tox.ini +++ b/tox.ini @@ -86,7 +86,7 @@ description = Run functional gate tests that require sudo privileges. setenv = {[testenv:dsvm-functional]setenv} deps = {[testenv:dsvm-functional]deps} -test_regex = .*MySQL\.|.*PostgreSQL\.|.*test_get_all_devices|.*TestMetadataAgent\.|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task|.*TestOvnNbSync.*|.*TestMaintenance|.*TestLogMaintenance|.*TestNBDbMonitor.*|.*test_ovn_client.* +test_regex = .*MySQL\.|.*test_get_all_devices|.*TestMetadataAgent\.|.*BaseOVSTestCase\.|.*test_periodic_sync_routers_task|.*TestOvnNbSync.*|.*TestMaintenance|.*TestLogMaintenance|.*TestNBDbMonitor.*|.*test_ovn_client.*|.*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}