mirror of https://github.com/ceph/ceph-ansible.git
tests/library: rename ceph_dashboard_user class
Rename the test class with the right information. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/5784/head
parent
5650a6d7d0
commit
3ba11c1434
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue