Comment 2 for bug 1855903

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-ovn (stable/train)

Reviewed: https://review.opendev.org/698293
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=0d603a7e105d2cbe8ca21a1ee752e1f3c81879e0
Submitter: Zuul
Branch: stable/train

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.

    Change-Id: I5ccfc625352505c5b53f18e051e4d18598d5e286
    Closes-bug: #1855903