commit 0d603a7e105d2cbe8ca21a1ee752e1f3c81879e0
Author: Jakub Libosvar <email address hidden>
Date: Tue Dec 10 17:36:49 2019 +0100
tox: Pass OVN and OVS source directories
Some of networking-ovn functional tests inherit from ovsdbapp base
class. ovsdbapp uses environment variables to define directories
containing database schemas. This patch passes environment variable to
tox if it's defined. If it's not defined, an empty string is used and
code later uses its own defaults.
This patch doesn't go to master as it's frozen now because of the code
being merged to Neutron. The patch will be sent to master Neutron once
code migration is finished.
Reviewed: https:/ /review. opendev. org/698293 /git.openstack. org/cgit/ openstack/ networking- ovn/commit/ ?id=0d603a7e105 d2cbe8ca21a1ee7 52e1f3c81879e0
Committed: https:/
Submitter: Zuul
Branch: stable/train
commit 0d603a7e105d2cb e8ca21a1ee752e1 f3c81879e0
Author: Jakub Libosvar <email address hidden>
Date: Tue Dec 10 17:36:49 2019 +0100
tox: Pass OVN and OVS source directories
Some of networking-ovn functional tests inherit from ovsdbapp base
class. ovsdbapp uses environment variables to define directories
containing database schemas. This patch passes environment variable to
tox if it's defined. If it's not defined, an empty string is used and
code later uses its own defaults.
This patch doesn't go to master as it's frozen now because of the code
being merged to Neutron. The patch will be sent to master Neutron once
code migration is finished.
Change-Id: I5ccfc625352505 c5b53f18e051e4d 18598d5e286
Closes-bug: #1855903