ironic/ironic_tempest_plugin/tests
Luong Anh Tuan 57f28e44b9 Replace six iteration methods with standard ones
1.As mentioned in [1], we should avoid using six.iterXXX
to achieve iterators. We can use dict.XXX instead, as it will
return iterators in PY3 as well.

2.In py2, the performance about list should be negligible,
see the link [2].

[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I801290be0a2afa929a657821c419f935a908c5b4
2016-09-12 10:46:12 +00:00
..
api Replace six iteration methods with standard ones 2016-09-12 10:46:12 +00:00
scenario Remove unused LOG and CONF 2016-09-01 15:34:16 +08:00
__init__.py Use Tempest plugin interface 2016-01-18 19:37:42 +00:00