]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr/dashboard: drop test for diskprediction_cloud
authorKefu Chai <kchai@redhat.com>
Mon, 17 Aug 2020 07:42:46 +0000 (15:42 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 19 Aug 2020 03:08:39 +0000 (11:08 +0800)
this module is removed, so no need to test its settings

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/mgr-modules.e2e-spec.ts

index e829df00e79d80504188807bf93d0b9fe2d5f32d..c1ea297610f40c5e9c6b62c88114d0b77253e8b6 100644 (file)
@@ -15,22 +15,6 @@ describe('Manager modules page', () => {
   });
 
   describe('verifies editing functionality for manager modules', () => {
-    it('should test editing on diskprediction_cloud module', () => {
-      const diskpredCloudArr: Input[] = [
-        {
-          id: 'diskprediction_cert_context',
-          newValue: 'Foo',
-          oldValue: ''
-        },
-        {
-          id: 'sleep_interval',
-          newValue: '456',
-          oldValue: '60'
-        }
-      ];
-      mgrmodules.editMgrModule('diskprediction_cloud', diskpredCloudArr);
-    });
-
     it('should test editing on balancer module', () => {
       const balancerArr: Input[] = [
         {