-
Notifications
You must be signed in to change notification settings - Fork 115
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
Update provisioning tests for IPv6 provisoning #17479
Update provisioning tests for IPv6 provisoning #17479
Conversation
0a6f954
to
a2acf2b
Compare
8f62dae
to
57923bd
Compare
if pxe_loader.vm_firmware == 'bios': | ||
pytest.skip('BIOS is not supported with IPv6') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why skipping here explicitely, when we're skipping it in the test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are skipping bios for IPv6, provisioning host being the function scoped fixture I don't want the host to be created unnecessarily for bios as it would run teardown as well which is a waste of execution time for us. I missed the IPv6 condition here which I will update
65cbcbf
to
99afb6a
Compare
d7f9410
to
f4121da
Compare
8810ae9
to
b7e7202
Compare
Signed-off-by: Shubham Ganar <[email protected]>
b7e7202
to
f2954a4
Compare
Problem Statement
Provisioning tests are not updated to run on IPv6 satellite
Solution
Update the tests to run on IPv6 satellite
Related Issues