** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => havana-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1182416
Title:
testr should preserve existing OS_* environment variables values
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Currently .testr.conf specifies that tests are run by executing of the
following command:
OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python}
-m subunit.run discover -t ./ ./nova/tests $LISTOPT $IDOPTION
It should be possible to override the values of OS_* environment
variables without making changes to .testr.conf, so one can specify
those env vars for each tox/runtests.sh call or for the current shell
session using export syntax.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1182416/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp