neutron-fwaas/neutron/tests/unit/vmware
Jacek Swiderski d5b90315d2 Do not assume order of body and tags elements
This fixes the l2gateway unit test that breaks with a randomized PYTHONHASHSEED
(see the bug report).

The test assumed that the body dict from self._create_expected_req_body
had elements (including contents of tags list) in a particular order.
Found with PYTHONHASHSEED=2455351445.
The fix ensures that body is in predictable order.

Partial-bug: #1348818
Note: There are several other unrelated unit tests that also break with a
randomized PYTHONHASHSEED, but they are not addressed here. They will be
addressed in separate patches.

Change-Id: I423b68aff58486c113d0e5c5f4726f9eabf6920e
2014-09-23 17:46:20 +00:00
..
apiclient correct getLoggers to use __name__ in code 2014-08-14 23:55:27 -07:00
db Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
etc Refresh rpc_backend values in unit tests to those from oslo.messaging 2014-08-22 11:02:25 +02:00
extensions Merge "NSX: Correct allowed_address_pair return value on create_port" 2014-09-11 15:34:26 +00:00
nsxlib Do not assume order of body and tags elements 2014-09-23 17:46:20 +00:00
vshield Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
__init__.py Remove nvplib and move utility methods into nsxlib 2014-03-03 06:37:59 -08:00
test_agent_scheduler.py Make sure we call BaseTestCase.setUp() first 2014-06-17 21:56:24 +02:00
test_dhcpmeta.py Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
test_nsx_opts.py NSX: Correct default timeout params 2014-08-01 15:32:04 -07:00
test_nsx_plugin.py NSX plugin: set VNIC_TYPE port binding attribute 2014-09-16 17:28:55 +02:00
test_nsx_sync.py Remove auto-generation of db schema from models at startup 2014-08-15 17:21:17 -04:00
test_nsx_utils.py Make _build_uri_path output predictable 2014-08-05 13:47:03 +00:00