neutron/neutron/tests/unit/metaplugin
Sam Betts 706deaeaed Ensure test_metaplugin handles random hashseeds
2 tests fail in test_metaplugin when using hashseed 2701526934 this is
down to the nature of using dictionaries and sets in Python having
unpredictable ordering when retrieving data stored in them. This patch
ensures that no matter the order fake1 and fake2 get placed into
self.plugins that the test can assert both possible scenarios.

Change-Id: I65fa6979cc0d6e3531e50f249c53db6be83a6cfe
Partial-Bug: 1348818
2015-01-05 10:02:15 +00:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
fake_plugin.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_basic.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_metaplugin.py Ensure test_metaplugin handles random hashseeds 2015-01-05 10:02:15 +00:00