-
Notifications
You must be signed in to change notification settings - Fork 168
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
virtual_network/connectivity: fix test case for s390x #5225
Conversation
fc68403
to
2f9ddea
Compare
@@ -50,6 +50,8 @@ | |||
iface_attrs_driver = {'driver_attr': {'queues': '4'}} | |||
iface_attrs_model = virtio | |||
iface_attrs_acpi = {'index': '5'} | |||
s390-virtio: | |||
iface_attrs_acpi = |
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.
Could we use "no s390-virtio" to filter this case out in s390x?
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.
@chunfuwen We could use it, but we want to run the test case on s390x, so let's not filter it out.
1. On s390x, ACPI is not available. 2. Remove DAC security driver for unprivileged user if present as it is not supported for those users. 3. Allow for configuration of host and guest interface names. Signed-off-by: Sebastian Mitterle <[email protected]>
2f9ddea
to
1edb1d9
Compare
|
@chloerh Hi could you please help review? |
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.
lgtm
is not supported for those users.