Functional tests work fine with random PYTHONHASHSEED
Partial-bug: #1348818 Change-Id: Iccac403585635851c6d121d6e27c1c90b0de5acb
This commit is contained in:
parent
d85799a899
commit
e50df84ef8
2
tox.ini
2
tox.ini
@ -17,7 +17,6 @@ commands =
|
||||
|
||||
[testenv:functional]
|
||||
setenv = OS_TEST_PATH=./neutron/tests/functional
|
||||
PYTHONHASHSEED=0
|
||||
commands =
|
||||
python setup.py testr --slowest --testr-args='{posargs}'
|
||||
|
||||
@ -26,7 +25,6 @@ setenv = OS_TEST_PATH=./neutron/tests/functional
|
||||
OS_SUDO_TESTING=1
|
||||
OS_ROOTWRAP_CMD=sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
OS_FAIL_ON_MISSING_DEPS=1
|
||||
PYTHONHASHSEED=0
|
||||
commands =
|
||||
python setup.py testr --slowest --testr-args='{posargs}'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user