tempest/tools
Joe H. Rahme a72f2c6fb7 Removes explicit looping over dict .keys() method
Looping over the .keys() method of a dictionary is an anti-pattern. In
fact, the method is actually creating a new list which is redundant and
unnecessary. Looping over a dictionary implicitly loops over its keys.

Change-Id: I937d3f060bf95bb86e50fcb5dec8def524f6208e
2016-07-11 16:45:22 +02:00
..
check_logs.py Keep py3.X compatibility for urllib 2016-05-30 22:50:15 +05:30
find_stack_traces.py Keep py3.X compatibility for urllib 2016-05-30 22:50:15 +05:30
generate-tempest-plugins-list.py Prepare for dynamic generation of tempest plugin registry 2016-03-28 20:11:23 -04:00
generate-tempest-plugins-list.sh Prepare for dynamic generation of tempest plugin registry 2016-03-28 20:11:23 -04:00
pretty_tox.sh Fix slowest test output after test run 2014-12-18 15:14:39 +00:00
pretty_tox_serial.sh Switch to using subunit-trace from tempest-lib 2014-10-23 15:07:49 +00:00
skip_tracker.py Removes explicit looping over dict .keys() method 2016-07-11 16:45:22 +02:00
with_venv.sh Sync venv scripts from oslo-incubator 2015-07-10 11:53:58 +09:00