Actions
Story #9145
closedAdd backup and restore test to pulp-operator ci/cd testing
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Operator - Moved to Github Issues
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Description
The pulp-operator currently supports backup and restore via custom resources. The CI/CD pipeline should have a test that validates this continues to function.
Test steps:
- Install operator and create a Pulp custom resource
- Add content to Pulp (e.g. Ansible Collection)
- Create a backup by defining a PulpBackup custom resource
- Delete the previous Pulp custom resource to remove the Pulp instance
- Create a PulpRestore custom resource which will create a Pulp custom resource and restore the db and files
- Validate that the content is present in the "restored" Pulp instance
Actions