Functional tests work fine with random PYTHONHASHSEED

Partial-bug: #1348818

Change-Id: Iccac403585635851c6d121d6e27c1c90b0de5acb
This commit is contained in:
Henry Gessau 2014-07-27 21:01:46 -04:00
parent b750dce1e3
commit c83207ec97
1 changed files with 0 additions and 2 deletions

View File

@ -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}'