commit 5db7c77def326264579f8db3238372b0351407f2
Author: Henry Gessau <email address hidden>
Date: Mon Aug 4 08:47:08 2014 -0400
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.
Reviewed: https:/ /review. openstack. org/111711 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=5db7c77def3 26264579f8db323 8372b0351407f2
Committed: https:/
Submitter: Jenkins
Branch: master
commit 5db7c77def32626 4579f8db3238372 b0351407f2
Author: Henry Gessau <email address hidden>
Date: Mon Aug 4 08:47:08 2014 -0400
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: I51f05cdfa9f872 8baabaf315b71e5 defb26426b1