From: Dimitri Savineau Date: Mon, 14 Sep 2020 19:13:03 +0000 (-0400) Subject: tests/library: rename ceph_dashboard_user class X-Git-Tag: v5.0.2~57 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=35b488c18993f9c460c3503da3cec94baff4ee50;p=ceph-ansible.git tests/library: rename ceph_dashboard_user class Rename the test class with the right information. Signed-off-by: Dimitri Savineau (cherry picked from commit 3ba11c1434b9cad2c8276ed9baabdf23d9e30b36) --- diff --git a/tests/library/test_ceph_dashboard_user.py b/tests/library/test_ceph_dashboard_user.py index 3f8819ca5..304114334 100644 --- a/tests/library/test_ceph_dashboard_user.py +++ b/tests/library/test_ceph_dashboard_user.py @@ -31,7 +31,7 @@ fake_params = {'cluster': fake_cluster, 'roles': fake_roles} -class TestRadosgwRealmModule(object): +class TestCephDashboardUserModule(object): @patch.dict(os.environ, {'CEPH_CONTAINER_BINARY': fake_container_binary}) def test_container_exec(self):