From f6e2a40166caefcdd9b8ce0bc9e2389791551a11 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Mon, 13 Jul 2020 14:33:35 +0000 Subject: [PATCH] Set application_name for ceph-radosgw tests Set application_name for ceph-radosgw tests so that the tests can be run without relying on getting the application name from the tests.yaml. --- zaza/openstack/charm_tests/ceph/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/ceph/tests.py b/zaza/openstack/charm_tests/ceph/tests.py index ff79820..c25df2a 100644 --- a/zaza/openstack/charm_tests/ceph/tests.py +++ b/zaza/openstack/charm_tests/ceph/tests.py @@ -544,7 +544,7 @@ class CephRGWTest(test_utils.OpenStackBaseTest): @classmethod def setUpClass(cls): """Run class setup for running ceph low level tests.""" - super(CephRGWTest, cls).setUpClass() + super(CephRGWTest, cls).setUpClass(application_name='ceph-radosgw') @property def expected_apps(self):