tempest/tempest/api/compute
afazekas 40fcb9ba28 Add autopep8 to tox.ini
autopep8 is an automated code formatting tool for python,
it does not know everything, also not super fast,
but it is faster than I can manually reformat the code.

tools/format.sh will call the formatting,
the tox will check did you called it.

Also adding a tox -eautopep8 way to use it.

autopep8 formats the lines in one way,
where tempest used a another way it was changed.

Change-Id: I6d51b14a5a5b87761071d0927fca23ba1651aa41
2019-03-08 16:04:05 +01:00
..
admin Enable volume multiattach tests in tempest-full/slow jobs 2019-02-05 11:50:20 -05:00
certificates Remove unnecessary checks already coverd in schema 2017-08-02 13:58:53 +08:00
flavors Handle creating an image from a server with microversion > 2.35 2018-01-11 15:17:49 -05:00
floating_ips Cap compute floating IPs tests 2017-10-19 05:43:12 -04:00
images Merge "Set max_microversion 2.35 for nova image tests" 2018-09-18 16:06:40 +00:00
keypairs Mark raw strings as such 2018-07-06 14:01:28 +01:00
limits Modify limits fields according to microversion 2018-07-30 11:01:26 +08:00
security_groups Set max_microversion 2.35 for nova security group tests 2018-03-28 10:15:52 +08:00
servers Add autopep8 to tox.ini 2019-03-08 16:04:05 +01:00
volumes Conditionally mark test_attach_detach_volume as slow 2019-02-15 09:01:30 -05:00
__init__.py remove unneeded __init__ file 2013-12-22 20:40:31 -05:00
api_microversion_fixture.py Migrated microversion testing framework to tempest/lib 2016-03-11 08:17:15 +00:00
base.py Fix invalid exception module usage 2019-01-29 18:46:38 +09:00
test_extensions.py Merge "Fix class name for test extensions" 2017-08-29 05:50:46 +00:00
test_networks.py Set max_microversion 2.35 for nova network tests 2018-03-29 16:17:29 +08:00
test_quotas.py Modify quota set fields according to microversion 2018-05-31 00:06:35 +00:00
test_tenant_networks.py Set max_microversion 2.35 for nova tenant network tests 2018-03-28 15:43:33 +08:00
test_versions.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00