From 2806f566f3740bc65553d343c7dbffd4b3e523c1 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Thu, 20 Nov 2025 10:49:57 +0100 Subject: [PATCH] Workaround for the OVN/OVS directories in functional job This patch is overriding the OVN_SRCDIR, OVS_SRCDIR and VTEP_SRCDIR directories until the proper fix lands in ``ovsdbapp``. This patch will unblock the zuul gate temporarily. Related-Bug: #2131994 Signed-off-by: Rodolfo Alonso Hernandez Change-Id: I0fc4b92a8dbaf5631470a9d74860fe76d8dd6109 --- tox.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8282848b751..f2a0541e309 100644 --- a/tox.ini +++ b/tox.ini @@ -108,7 +108,12 @@ commands = [testenv:dsvm-functional-gate] description = Run functional gate tests that require sudo privileges. -setenv = {[testenv:dsvm-functional]setenv} +setenv = + {[testenv:dsvm-functional]setenv} + # NOTE(ralonsoh): remove these three directories once LP#2131994 is fixed. + OVN_SRCDIR=/home/zuul/src/opendev.org/openstack/ovn + OVS_SRCDIR=/home/zuul/src/opendev.org/openstack/ovn/ovs + VTEP_SRCDIR=/home/zuul/src/opendev.org/openstack/ovn/ovs/vtep passenv = {[testenv:dsvm-functional]passenv} deps = {[testenv:dsvm-functional]deps} 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.*