]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: remove unit test inheritance
authorMichael Fritch <mfritch@suse.com>
Thu, 10 Jun 2021 22:38:15 +0000 (16:38 -0600)
committerMichael Fritch <mfritch@suse.com>
Fri, 11 Jun 2021 03:23:52 +0000 (21:23 -0600)
avoid running the `TestCephAdm` tests twice

Signed-off-by: Michael Fritch <mfritch@suse.com>
src/cephadm/tests/test_cephadm.py

index 6b231573fe6316d083349bef5c797d9b601390aa..e83c7589b02349e7517e02d38138a675ad5aa7f3 100644 (file)
@@ -1024,7 +1024,7 @@ class TestMonitoring(object):
         assert mock.call().__enter__().write('bar') in _open.mock_calls
 
 
-class TestBootstrap(TestCephAdm):
+class TestBootstrap(object):
 
     @staticmethod
     def _get_cmd(*args):