Skip to content

Commit

Permalink
End2End PRA add uninstall re-install test
Browse files Browse the repository at this point in the history
Issue: ZENKO-4775
  • Loading branch information
KillianG authored and francoisferrand committed Aug 16, 2024
1 parent 3566493 commit 430604f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions tests/ctst/features/pra.feature
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,19 @@ Feature: PRA operations
And object "obj-1" should "" be "transitioned" and have the storage class "e2e-cold" on "DR" site

# Uninstall DR
#When I uninstall DR
#Then the DR custom resources should be deleted
When I uninstall DR
Then the DR custom resources should be deleted

# Re-add objects to bucket
Given <objectCount> objects "obj3" of size <objectSize> bytes on "Primary" site
Then object "obj3-1" should "" be "transitioned" and have the storage class "e2e-cold" on "Primary" site

# Deploy PRA again
Given a DR installed
Then the DR source should be in phase "Running"
And the DR sink 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

Examples:
| versioningConfiguration | objectCount | objectSize |
Expand Down

0 comments on commit 430604f

Please sign in to comment.