monasca-agent/tests_to_fix
loooosy 978157fe32 Replace six.iteritems() with .items()
update  where ```iteritems``` is used
1.As mentioned in [1], we should avoid using
six.iteritems to achieve iterators. We can
use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys
will more readable. 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: Ic82c26e0f37bd3ecea98bc85bd98bd62c8d762a2
2017-04-03 22:52:26 +08:00
..
apache Updating unit tests 2015-08-20 15:04:00 -06:00
cacti Updating unit tests 2015-08-20 15:04:00 -06:00
cassandra Updating unit tests 2015-08-20 15:04:00 -06:00
functional Updating unit tests 2015-08-20 15:04:00 -06:00
jmx_yamls Updating unit tests 2015-08-20 15:04:00 -06:00
lighttpd Updating unit tests 2015-08-20 15:04:00 -06:00
performance Updating unit tests 2015-08-20 15:04:00 -06:00
badconfig.conf Updating unit tests 2015-08-20 15:04:00 -06:00
common.py Refactor agent 2016-04-13 16:50:44 -06:00
haproxy-open.cfg Updating unit tests 2015-08-20 15:04:00 -06:00
haproxy.cfg Updating unit tests 2015-08-20 15:04:00 -06:00
host-perfdata Updating unit tests 2015-08-20 15:04:00 -06:00
nginx.conf Updating unit tests 2015-08-20 15:04:00 -06:00
redisauth.cfg Updating unit tests 2015-08-20 15:04:00 -06:00
redisnoauth.cfg Updating unit tests 2015-08-20 15:04:00 -06:00
service-perfdata Updating unit tests 2015-08-20 15:04:00 -06:00
target_module.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_cacti.py Remove unused logging import 2017-02-20 17:36:07 +00:00
test_cassandra_jmx.py Change assertTrue(isinstance()) by optimal assert 2016-10-25 10:38:29 +08:00
test_check_status.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_common.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_couch.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_couchbase.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_crash.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_elastic.py Change assertTrue(isinstance()) by optimal assert 2016-10-25 10:38:29 +08:00
test_gearman.py Change assertTrue(isinstance()) by optimal assert 2016-10-25 10:38:29 +08:00
test_haproxy.py Change assertTrue(isinstance()) by optimal assert 2016-10-25 10:38:29 +08:00
test_iis.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_java_jmx.py Change assertTrue(isinstance()) by optimal assert 2016-10-25 10:38:29 +08:00
test_laconic.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_mcache.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_modules.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_mongo.py Change assertTrue(isinstance()) by optimal assert 2016-10-25 10:38:29 +08:00
test_monstatsd.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_mysql.py Migrate from MySQLDB to pymysql 2016-04-20 08:58:27 +00:00
test_postfix.py Replace six.iteritems() with .items() 2017-04-03 22:52:26 +08:00
test_redis.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_solr.py Change assertTrue(isinstance()) by optimal assert 2016-10-25 10:38:29 +08:00
test_sqlserver.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_system.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_tail.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_tomcat.py Change assertTrue(isinstance()) by optimal assert 2016-10-25 10:38:29 +08:00
test_transaction.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_varnish.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_web.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_win32.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_win32_event_log.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_zookeeper.py Updating unit tests 2015-08-20 15:04:00 -06:00
tomcat6 Updating unit tests 2015-08-20 15:04:00 -06:00
tomcat_cfg.xml Updating unit tests 2015-08-20 15:04:00 -06:00