-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perform post upgrade checks/verification using a Pulp Smash script #517
Comments
As I mentioned in issue #520 I am working on this, here are the tests of the populated content If you can take look I'm sure I could benefit from some code review. |
I have a few suggestions:
Nice work. |
Great, thanks for the feedback. I'll ping you when I have made some more progress! |
We need to fully switch over to using the new code. |
Our existing upgrade process relies on a shell script that calls
pulp-admin
to loop through some expected content populated by a prior task. However, there is no reliable way to usepulp-admin
to assert that the content populated prior to the upgrade is actually still available and migrated to the newer version.It would be great to write a Python script which can import Pulp Smash to perform these post upgrade checks and therefore increase our trust in the upgrade jobs.
The text was updated successfully, but these errors were encountered: