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 committed Aug 14, 2024
1 parent f4d1a3c commit 726c0f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ env:
KUBECTL_VERSION: "1.30.0"
TILT_VERSION: "0.23.4"
KIND_VERSION: "v0.12.0"
DRCTL_TAG: "v1.0.2"
DRCTL_TAG: "0a1ef864194e8e43c20fb0577538101ee1305d23"
ZENKO_ENABLE_SOSAPI: false
TIME_PROGRESSION_FACTOR: 1
EXPIRE_ONE_DAY_EARLIER: true
Expand Down
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 726c0f6

Please sign in to comment.