Skip to content

Commit

Permalink
ethernet_interface: remove unsupported rom for s390x
Browse files Browse the repository at this point in the history
On s390x ROM tuning is not supported.

Signed-off-by: Sebastian Mitterle <[email protected]>
  • Loading branch information
smitterl committed Dec 6, 2024
1 parent 973f549 commit 7de6188
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- virtual_network.connectivity_check.ethernet_interface:
virtual_network.connectivity_check.ethernet_interface:
type = connectivity_check_ethernet_interface
start_vm = no
timeout = 240
Expand Down Expand Up @@ -40,6 +40,9 @@
only smaller_mtu_multi_ifaces
extra_attrs = {'rom': {'enabled': 'no'}}
iface_attrs_2 = {'type_name': 'ethernet', 'target': {'dev': tap_name_2, 'managed': 'no'}, 'model': 'virtio', 'mtu': {'size': '${iface_mtu_2}'}, 'driver': {'driver_attr': {'name': 'vhost'}}, 'rom': {'enabled': 'no'}}
s390-virtio:
extra_attrs =
iface_attrs_2 = {'type_name': 'ethernet', 'target': {'dev': tap_name_2, 'managed': 'no'}, 'model': 'virtio', 'mtu': {'size': '${iface_mtu_2}'}, 'driver': {'driver_attr': {'name': 'vhost'}}}
- macvtap:
vm_ping_outside = pass
vm_ping_host_public = fail
Expand Down

0 comments on commit 7de6188

Please sign in to comment.