]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Functional tests work fine with random PYTHONHASHSEED
authorHenry Gessau <gessau@cisco.com>
Mon, 28 Jul 2014 01:01:46 +0000 (21:01 -0400)
committerHenry Gessau <gessau@cisco.com>
Mon, 28 Jul 2014 01:03:10 +0000 (21:03 -0400)
Partial-bug: #1348818

Change-Id: Iccac403585635851c6d121d6e27c1c90b0de5acb

tox.ini

diff --git a/tox.ini b/tox.ini
index f7248a78e5888654bf79229f015d3c75ac3ac592..9d47907eca6d3ad19c177b708c5927dd4be893b9 100644 (file)
--- a/tox.ini
+++ b/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}'