From: Henry Gessau Date: Mon, 28 Jul 2014 01:01:46 +0000 (-0400) Subject: Functional tests work fine with random PYTHONHASHSEED X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c83207ec9726bee2ba295f2a25228b2ac5a89b6d;p=openstack-build%2Fneutron-build.git Functional tests work fine with random PYTHONHASHSEED Partial-bug: #1348818 Change-Id: Iccac403585635851c6d121d6e27c1c90b0de5acb --- diff --git a/tox.ini b/tox.ini index f7248a78e..9d47907ec 100644 --- 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}'