Fix all errors introduced by new flake8 release

Change-Id: I395df5ec3404e5b675c5e42d5cf2bd880b51810a
This commit is contained in:
Andrey Kurilin 2020-05-12 12:56:35 +03:00
parent 15faca7ffb
commit 86bbea9db1
3 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class CreateAndDeleteShare(utils.ManilaScenario):
self.sleep_between(min_sleep, max_sleep)
self._delete_share(share)
@types.convert(image={"type": "glance_image"},
flavor={"type": "nova_flavor"})
@validation.add("image_valid_on_flavor", flavor_param="flavor",

View File

@ -537,6 +537,7 @@ class DDLoadTest(BootRuncommandDelete):
wait_for_ping=wait_for_ping, max_log_length=max_log_length,
**kwargs)
@types.convert(image={"type": "glance_image"},
flavor={"type": "nova_flavor"})
@validation.add("image_valid_on_flavor", flavor_param="flavor",

View File

@ -123,5 +123,7 @@ filterwarnings =
ignore:::.*netaddr.strategy.*
ignore:Using or importing the ABCs:DeprecationWarning:.*oslo_context.*
ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning
# raised by designateclient?!
ignore:dns.hash module will be removed in future versions. Please use hashlib instead.:DeprecationWarning
# should be fixed at rally framework (raised by functional job)
ignore:.*EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade*: