Enable Python hash randomization for tests

This should be enabled for all tests to ensure
we don't introduce bugs related to code relying
on ordering of unordered types.

Change-Id: I7150e6f222c8b7a264da2d497ea879028ab24b12
This commit is contained in:
Eric Harney 2017-09-08 10:18:15 -04:00
parent d9c9c58fc2
commit e9422a730a

View File

@ -9,7 +9,6 @@ setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=os-brick
PYTHONHASHSEED=0
OS_TEST_PATH=./os_brick/tests
OS_TEST_TIMEOUT=60
OS_STDOUT_CAPTURE=1