]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add a tox test environment for random hashseed testing
authorHenry Gessau <gessau@cisco.com>
Mon, 4 Aug 2014 12:47:08 +0000 (08:47 -0400)
committerHenry Gessau <gessau@cisco.com>
Mon, 4 Aug 2014 12:55:14 +0000 (08:55 -0400)
commit5db7c77def326264579f8db3238372b0351407f2
treeaed4190c0c2d605241e1e733f75354f4a90aa680
parent8307be7a9ef83c66eee8f2e6816aed8774df74d1
Add a tox test environment for random hashseed testing

The newer versions of tox by default enable a random PYTHONHASHSEED. However,
this breaks many Neutron unit tests, so PYTHONHASHSEED=0 is currently hard-
coded for Neutron's unit test environments.

We want to clean up the unit test cases that break with a random hashseed
(there are many). To be able to find the broken tests and then verify them,
we need to have an easy way of enabling random hashseed testing.

Partial-bug: #1348818

Change-Id: I51f05cdfa9f8728baabaf315b71e5defb26426b1
tox.ini