Missing "passenv" import in "dsvm-functional"

In [1], the "passenv" variables from the "testenv" section were
missing in "dsvm-functional".

[1]https://review.opendev.org/c/openstack/neutron/+/952258

Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>
Change-Id: I0cc812e0976829ea7b497782b5aec5706d5a5692
This commit is contained in:
Rodolfo Alonso Hernandez
2025-11-07 11:02:40 +00:00
parent aeee3d9b6a
commit 683da89848

View File

@@ -97,6 +97,7 @@ setenv =
{[testenv:functional]setenv}
{[testenv:dsvm]setenv}
passenv =
{[testenv]passenv}
OS_TEST_DBAPI_ADMIN_CONNECTION
deps =
{[testenv:functional]deps}