commit | 906d824a1985332949090583fdc3f4a5ce30125a | [log] [tgz] |
---|---|---|
author | Luigi Toscano <ltoscano@redhat.com> | Sun Oct 11 21:59:07 2020 +0200 |
committer | Luigi Toscano <ltoscano@redhat.com> | Sun Oct 11 21:59:07 2020 +0200 |
tree | d98c46377660bfc4efadbd2625c4abf3487efa10 | |
parent | 8e74a617df7d53732c1ef395a97479ce58122731 [diff] |
Fix: do not lose the tox_environment value in func tests The current code always overrides tox_environment when running functional tests, but the correct behavior is to add the discovered environment variables to tox_environments, while keeping the user-specified value for it. The current behavior breaks the devstack-tox-functional children jobs, like openstacksdk-functional-devstack-ironic, which set tox_environment. Change-Id: I5dc9054a1495ca0ef7745c08316441ab153956f4