From 87172bcf631f532164c0e1376c9fb93c71960d82 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 15 Feb 2020 12:29:07 +0800 Subject: [PATCH] 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 --- qa/tasks/mgr/dashboard/test_rbd_mirroring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3