tempest/tempest/lib
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
..
api_schema Extend server schema for extended volume attribute 2016-07-05 19:34:32 +09:00
cli Revert "Modify --endpoint-type to --os-endpoint-type for nova" 2016-05-30 16:43:38 +00:00
cmd Removes explicit looping over dict .keys() method 2016-07-11 16:45:22 +02:00
common Fixed typo in in data_utils.py 2016-06-23 09:58:42 +02:00
services Merge "Add available params in subnets client's comment" 2016-07-06 14:18:25 +00:00
__init__.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
auth.py Removes explicit looping over dict .keys() method 2016-07-11 16:45:22 +02:00
base.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
decorators.py Use @wraps decorator 2016-05-29 13:13:49 +03:00
exceptions.py Factor up (most) CONF value in clients.Manager 2016-07-06 23:54:26 +01:00