From a3836e06e2f25cacd10fb2b1f788e3f48b06e635 Mon Sep 17 00:00:00 2001 From: "camille.rodriguez" Date: Thu, 18 Jun 2020 16:13:27 -0500 Subject: [PATCH] pep8 --- zaza/openstack/charm_tests/gnocchi/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/openstack/charm_tests/gnocchi/tests.py b/zaza/openstack/charm_tests/gnocchi/tests.py index 6f7b986..0a0a0cc 100644 --- a/zaza/openstack/charm_tests/gnocchi/tests.py +++ b/zaza/openstack/charm_tests/gnocchi/tests.py @@ -64,7 +64,7 @@ class GnocchiTest(test_utils.OpenStackBaseTest): class GnocchiS3Test(test_utils.OpenStackBaseTest): - """Test object storage S3 API.""" + """Test Gnocchi with S3 storage backend.""" @classmethod def setUpClass(cls): @@ -91,7 +91,7 @@ class GnocchiS3Test(test_utils.OpenStackBaseTest): cls.ec2_creds = ks_client.ec2.create(user_id, project_id) def test_s3_connection_for_gnocchi(self): - """Use S3 API to list buckets.""" + """Set S3 config for gnocchi-upgrade.""" logging.info('Changing charm config to connect to swift S3 backend') model.set_application_config( 'gnocchi',