]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/mgr: drop commented code
authorKefu Chai <kchai@redhat.com>
Mon, 17 Aug 2020 07:41:27 +0000 (15:41 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 19 Aug 2020 03:08:39 +0000 (11:08 +0800)
the test for diskprediction_cloud is never enabled, and the used
cloud-based service is not reachable anymore. let's just remove the dead
code.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/mgr/test_module_selftest.py

index bc056559965b641e6ea15be32958ac1cc6c06ee8..59f91d43c1494893e5d4c0bf38a3f43439a58808 100644 (file)
@@ -58,10 +58,6 @@ class TestModuleSelftest(MgrTestCase):
             self.skipTest(f'{python_version} not compatible with diskprediction_local')
         self._selftest_plugin("diskprediction_local")
 
-    # Not included in qa/packages/packages.yaml
-    #def test_diskprediction_cloud(self):
-    #    self._selftest_plugin("diskprediction_cloud")
-
     def test_telegraf(self):
         self._selftest_plugin("telegraf")