ironic/ironic_tempest_plugin/tests/api/admin
Vladyslav Drok e0514cb85b Add I202 to flake ignore list
Pep8 job currently fails complaining about I202 in a bunch of
modules. This change fixes the genuine errors in the module
import order, and adds I202 to the skip list so that we don't
have to add noqa comments everywhere we can not satisfy the
check. After we split out the tempest plugin, we'll remove
I202 from the ignore list and add noqa comments in the places
where it will still be needed.

Change-Id: Ia170a41d35dea8c9eda2b36c907dbc518169a824
2017-10-25 14:32:52 +03:00
..
__init__.py Migrate Tempest tests into Ironic tree 2016-01-19 18:59:14 +09:00
api_microversion_fixture.py Add Ironic standalone tests 2017-03-15 16:54:45 +02:00
base.py Add functional API tests for volume connector and volume target 2017-08-15 18:42:10 -04:00
test_api_discovery.py Switch to decorators.idempotent_id 2017-01-27 05:57:16 +00:00
test_chassis.py This adds a tempest test for creating a chassis with a specific UUID. 2017-03-13 13:33:23 +00:00
test_drivers.py Add tempest plugin API tests for driver 2017-03-01 10:57:28 +00:00
test_nodes.py Add I202 to flake ignore list 2017-10-25 14:32:52 +03:00
test_nodestates.py Switch to decorators.idempotent_id 2017-01-27 05:57:16 +00:00
test_portgroups.py Add assertion of name to test_list_portgroups test 2017-03-30 15:38:55 +03:00
test_ports.py Add tempest tests for physical networks 2017-07-21 14:31:49 +01:00
test_ports_negative.py [tempest] also catch BadRequest in negative tests with physical_network in old API 2017-08-04 12:35:37 +02:00
test_volume_connector.py Add functional API tests for volume connector and volume target 2017-08-15 18:42:10 -04:00
test_volume_target.py Add functional API tests for volume connector and volume target 2017-08-15 18:42:10 -04:00