Merge "Disable I18N in Nova's test suites"

This commit is contained in:
Jenkins 2012-08-20 07:53:47 +00:00 committed by Gerrit Code Review
commit c1abf87fec
2 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,10 @@ export NOSE_OPENSTACK_YELLOW=0.025
export NOSE_OPENSTACK_SHOW_ELAPSED=1
export NOSE_OPENSTACK_STDOUT=1
export LANG=en_US.UTF-8
export LANGUAGE=en_US:en
export LC_ALL=C
for arg in "$@"; do
process_option $arg
done

View File

@ -9,6 +9,10 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
NOSE_OPENSTACK_STDOUT=1
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
commands = nosetests {posargs}