]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: s/fsid/mirror_uuid/ 33348/head
authorKefu Chai <kchai@redhat.com>
Sat, 15 Feb 2020 04:29:07 +0000 (12:29 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 15 Feb 2020 04:29:09 +0000 (12:29 +0800)
to fix the broken rbd-mirror test. it's a regression introduced by
7b07e3c9dcf1eda325fc4fe7960765c019243076

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

index 598648f6a76f308ec95baad1cf7cd3d12a4341e8..39e5f895f11085271b22a7d1f1dcf9db007ef8b9 100644 (file)
@@ -145,7 +145,7 @@ class RbdMirroringTest(DashboardTestCase):
             'mon_host': '',
             'key': '',
             'direction': 'rx-tx',
-            'fsid': ''
+            'mirror_uuid': ''
         }
         peer = self.get_peer('rbd', uuid)
         self.assertEqual(expected_peer, peer)