-
Notifications
You must be signed in to change notification settings - Fork 687
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
Testinfra runs failing in Qubes staging #5640
Comments
rocodes
changed the title
Testinfra runs failing in Qubes staging due to network configuration
Testinfra runs failing in Qubes staging
Nov 17, 2020
This should be relatively straightforward to implement: the testinfra tests load environmental information from a vars file - so if you can detect that you're in Qubes before loading the vars file you can just load a Qubes-specific one with the network values as per the docs. Also tests can be marked to be skipped if they're not env-appropriate - see the prod testinfra changes for an example. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Differences in the Qubes staging environment (such as internal IP addresses used for app and mon qubes) lead to
testinfra
failures.Steps to Reproduce
Set up Qubes Staging environment according to docs, build debs,
make staging
, thenmake testinfra
.Expected Behavior
Testinfra tests can be run successfully
Actual Behavior
testinfra
tests on debs built from latest develop:Comments
I will look into this as part of my ansible and Qubes staging environment learning.
The text was updated successfully, but these errors were encountered: