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