From 692853e242bb66ba426032ecec162a840112335a Mon Sep 17 00:00:00 2001 From: "camille.rodriguez" Date: Fri, 19 Jun 2020 14:19:25 -0500 Subject: [PATCH] pep8 --- zaza/openstack/charm_tests/gnocchi/setup.py | 2 +- zaza/openstack/charm_tests/gnocchi/tests.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/zaza/openstack/charm_tests/gnocchi/setup.py b/zaza/openstack/charm_tests/gnocchi/setup.py index 086c263..4995f22 100644 --- a/zaza/openstack/charm_tests/gnocchi/setup.py +++ b/zaza/openstack/charm_tests/gnocchi/setup.py @@ -66,4 +66,4 @@ def configure_s3_backend(): } } ) - model.block_until_all_units_idle() \ No newline at end of file + model.block_until_all_units_idle() diff --git a/zaza/openstack/charm_tests/gnocchi/tests.py b/zaza/openstack/charm_tests/gnocchi/tests.py index d7d5736..680bf3c 100644 --- a/zaza/openstack/charm_tests/gnocchi/tests.py +++ b/zaza/openstack/charm_tests/gnocchi/tests.py @@ -21,7 +21,6 @@ import logging import pprint from gnocchiclient.v1 import client as gnocchi_client -import zaza.model as model import zaza.openstack.charm_tests.test_utils as test_utils import zaza.openstack.utilities.openstack as openstack_utils @@ -90,7 +89,6 @@ class GnocchiS3Test(test_utils.OpenStackBaseTest): # Create AWS compatible application credentials in Keystone cls.ec2_creds = ks_client.ec2.create(user_id, project_id) - def test_s3_list_gnocchi_buckets(self): """Verify that the gnocchi buckets were created in the S3 backend.""" kwargs = {