-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
None
-
None
-
None
-
None
User Story
As a HyperShift developer
I want comprehensive E2E tests for backup/restore on AWS
So that we validate OADP functionality on our primary cloud provider
Context
AWS is the primary platform for HyperShift. Need comprehensive coverage for both same-cluster and cross-cluster backup/restore scenarios with S3 storage backend.
Tasks
- Implement same-management cluster backup/restore tests
- Implement cross-management cluster restore tests
- Configure AWS-specific OADP settings (S3 buckets, IAM roles)
- Add AWS-specific validation steps
- Configure CI job for AWS backup/restore tests
- Document AWS-specific test configuration
Acceptance Criteria
- Same-cluster backup/restore tests implemented for AWS
- Cross-cluster restore tests implemented for AWS
- AWS S3 configuration and cleanup automated in tests
- IAM roles and permissions properly configured for tests
- AWS-specific validation steps implemented
- CI job configuration completed for AWS tests
- Test documentation updated with AWS specifics