Merge pull request #359 from gnuoy/set-default-app-name

Set application_name for ceph-radosgw tests
This commit is contained in:
David Ames
2020-07-13 07:53:06 -07:00
committed by GitHub
+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):