qa/tasks/mgr: Don't disable cephadm module

Fixes: https://tracker.ceph.com/issues/45596
Signed-off-by: Varsha Rao <varao@redhat.com>
This commit is contained in:
Varsha Rao 2020-05-22 11:50:50 +00:00
parent faba12a7c8
commit 261c769333

View File

@ -73,7 +73,7 @@ class MgrTestCase(CephTestCase):
# Unload all non-default plugins
loaded = json.loads(cls.mgr_cluster.mon_manager.raw_cluster_cmd(
"mgr", "module", "ls"))['enabled_modules']
unload_modules = set(loaded) - {"restful"}
unload_modules = set(loaded) - {"cephadm", "restful"}
for m in unload_modules:
cls.mgr_cluster.mon_manager.raw_cluster_cmd(