Skip to content

Commit

Permalink
the DR
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Aug 19, 2024
1 parent a636d64 commit 10ed988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ctst/features/pra.feature
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Feature: PRA operations
And object "obj2-1" should "" be "transitioned" and have the storage class "e2e-cold" on "Primary" site

# Pause / Resume DR
When i pause DR
When I pause the DR
Then the DR source should be in phase "Paused"

Given <objectCount> objects "obj3" of size <objectSize> bytes on "Pimary" site
Expand All @@ -50,7 +50,7 @@ Feature: PRA operations
Then object "obj3-1" should "not" be "transitioned" and have the storage class "e2e-cold" on "DR" site
And object "obj3-2" should "not" be "transitioned" and have the storage class "e2e-cold" on "DR" site

When i resume DR
When I resume the DR
Then the DR source should be in phase "Running"
Then object "obj3-1" should "" be "transitioned" and have the storage class "e2e-cold" on "DR" site
And object "obj3-2" should "" be "transitioned" and have the storage class "e2e-cold" on "DR" site
Expand Down

0 comments on commit 10ed988

Please sign in to comment.