From: Kefu Chai Date: Sat, 15 Feb 2020 04:29:07 +0000 (+0800) Subject: mgr/dashboard: s/fsid/mirror_uuid/ X-Git-Tag: v15.1.1~408^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F33348%2Fhead;p=ceph.git mgr/dashboard: s/fsid/mirror_uuid/ to fix the broken rbd-mirror test. it's a regression introduced by 7b07e3c9dcf1eda325fc4fe7960765c019243076 Signed-off-by: Kefu Chai --- diff --git a/qa/tasks/mgr/dashboard/test_rbd_mirroring.py b/qa/tasks/mgr/dashboard/test_rbd_mirroring.py index 598648f6a76f3..39e5f895f1108 100644 --- a/qa/tasks/mgr/dashboard/test_rbd_mirroring.py +++ b/qa/tasks/mgr/dashboard/test_rbd_mirroring.py @@ -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)