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.
This commit is contained in:
Liam Young
2020-07-13 14:33:35 +00:00
parent 9b01f9016b
commit f6e2a40166
+1 -1
View File
@@ -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):