]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests/library: rename ceph_dashboard_user class
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 14 Sep 2020 19:13:03 +0000 (15:13 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 14 Sep 2020 19:33:46 +0000 (15:33 -0400)
Rename the test class with the right information.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 3ba11c1434b9cad2c8276ed9baabdf23d9e30b36)

tests/library/test_ceph_dashboard_user.py

index 3f8819ca5b6cdfe97914f517ab6df00cd38745e4..304114334996d4635a7f749e7e4a94a05c4c7a0e 100644 (file)
@@ -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):