Skip to content

Commit

Permalink
connectivity_check_bridge_interface: unset ACPI for s390x
Browse files Browse the repository at this point in the history
There's no ACPI available on s390x. Unset the parameter.

Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
  • Loading branch information
smitterl committed Sep 15, 2023
1 parent 3e72f73 commit 1997c78
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
variants bridge_type:
- linux_br:
- ovs_br:

0 comments on commit 1997c78

Please sign in to comment.