oslo.messaging/oslo_messaging
ChangBo Guo(gcb) 8253617168 Try to fix TestSerializer.test_call_serializer failed randomly
dict doesn't seem always keep order on Python. we have two separate part
to prepare test data[1], calling 'for k, v in self.args.items()' and
'for arg in self.args:' may get data in different order.

This commit makes we collect test data in same order.

Change-Id: I49f0d1b9aed110ad1e59140fd70760682e944d74
Related-Bug: #1677151
2017-03-29 16:13:35 +08:00
..
2016-05-18 09:28:15 +02:00
2016-01-29 10:39:35 +00:00
2016-05-23 10:14:02 +02:00
2016-09-12 09:49:00 -04:00