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 <ralonsoh@redhat.com> Change-Id: I0fc4b92a8dbaf5631470a9d74860fe76d8dd6109
This commit is contained in:
committed by
Rodolfo Alonso
parent
98af2f898a
commit
2806f566f3
7
tox.ini
7
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.*
|
||||
|
||||
Reference in New Issue
Block a user