Skip to content

Commit

Permalink
test(robot): fix Test Migration Confirm for v2 volume
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Chien <[email protected]>
  • Loading branch information
chriscchien committed Dec 24, 2024
1 parent f6dddde commit d4f866e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion e2e/keywords/migration.resource
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d4f866e

Please sign in to comment.