]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/mgr: mgr_test_case: raise SkipTest instead of calling skipTest() 37992/head
authorRishabh Dave <ridave@redhat.com>
Mon, 9 Nov 2020 11:02:39 +0000 (16:32 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 9 Nov 2020 15:19:42 +0000 (20:49 +0530)
commiteb70274fa2c8d341585c21a274c91f9328c97a72
treebd26f47fa14a9740f485b2eb39a224e7f031e352
parentc5f8bb268ecdf9acda4f6f418d4c068307969b14
qa/mgr: mgr_test_case: raise SkipTest instead of calling skipTest()

skipTest() is being used as a class method which is not correct since
it's an instance method. Replace call to skipTest() by a raising
SkipTest instead.

Fixes: https://tracker.ceph.com/issues/48152
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/mgr/mgr_test_case.py