horizon/openstack_dashboard/test/integration_tests/pages
Cady_Chen 51fe944449 Replace six.iteritems(iter) with iter.items()
As mentioned in [1], we should avoid using six.iteritems(iter) to
achieve iterators. We can use iter.items() instead, as it will
return iterators in PY3 as well.

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

Change-Id: Ieadd5fa69b3f6058c0641a5b96ef3e8e1e3f6cc2
2016-12-14 11:13:20 +08:00
..
admin Flavors panel can switch to Angular 2016-10-11 15:49:55 -07:00
identity Merge "Added tests for Identity Groups" 2016-05-24 14:25:52 +00:00
project Remove type field and type description for create volume from a snapshot 2016-10-21 17:41:54 +00:00
settings In integration tests wait 1 second after changing the password 2016-05-11 16:54:35 +03:00
__init__.py Integration tests - page objects pattern 2014-03-25 13:42:57 +02:00
basepage.py Merge "Provide an integration test for dynamic themes" 2016-06-08 21:47:08 +00:00
loginpage.py Horizon Login now inherits from Bootstrap Theme 2015-11-16 15:41:25 -07:00
navigation.py Replace six.iteritems(iter) with iter.items() 2016-12-14 11:13:20 +08:00
pageobject.py python 3.4 support for urlparse 2016-05-31 14:08:13 +00:00