oslo.messaging/tests
Clark Boylan 220ccb816c Make tests pass with random python hashseed
Under python3 and latest tox a random python hashseed is used. Currently
oslo.messaging tests do not pass this because one test assumes the
resulting list conversion from a list of lists has a specific order.
Sort both lists so that the order is explicit when checking for equality
in this test. Doing so makes the test pass with a random python hash
seed.

Note I am not actually familiar enough with oslo.messaging to know if
this failure is correct and the drivers or something deeper should be
returning lists with an explicit order. This would be the case if order
in these lists is important.

Change-Id: Id54ca1f448f466304b72b1695a5c646311bbd453
2014-08-14 00:56:59 +00:00
..
drivers Enable check for E226 2014-08-04 12:15:34 +00:00
executors Enabled hacking checks H305 and H307 2014-07-17 12:41:21 +02:00
notify Make tests pass with random python hashseed 2014-08-14 00:56:59 +00:00
rpc Enabled hacking checks H305 and H307 2014-07-17 12:41:21 +02:00
__init__.py Remove copyright from empty files 2014-01-04 10:33:58 +08:00
test_exception_serialization.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_expected_exceptions.py Enabled hacking checks H305 and H307 2014-07-17 12:41:21 +02:00
test_opts.py Set correct group for matchmaker_redis options 2014-06-20 19:03:35 +02:00
test_target.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_transport.py Enabled hacking checks H305 and H307 2014-07-17 12:41:21 +02:00
test_urls.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_utils.py Fix test case name typo 2014-01-27 10:39:20 +00:00
utils.py Enabled hacking checks H305 and H307 2014-07-17 12:41:21 +02:00