From d4f866e9b245a6d3cb6d82af52f99abe6a2fb033 Mon Sep 17 00:00:00 2001 From: Chris Chien Date: Tue, 24 Dec 2024 13:29:51 +0800 Subject: [PATCH] test(robot): fix Test Migration Confirm for v2 volume Signed-off-by: Chris Chien --- e2e/keywords/migration.resource | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/e2e/keywords/migration.resource b/e2e/keywords/migration.resource index 7379c6f87..a862a85fb 100644 --- a/e2e/keywords/migration.resource +++ b/e2e/keywords/migration.resource @@ -46,4 +46,8 @@ Volume ${volume_id} migration should fail or rollback Volume ${volume_id} migration should succeed Volume ${volume_id} engine should be different - Volume ${volume_id} replicas should be different + IF '${DATA_ENGINE}' == 'v2' + Volume ${volume_id} replicas should be the same + ELSE + Volume ${volume_id} replicas should be different + END