Skip to content

Commit

Permalink
passt_attach_detach: fix for multi-arch
Browse files Browse the repository at this point in the history
Update test cases to run tests on specific host interface.
Fix parameters for s390x.

Signed-off-by: Sebastian Mitterle <[email protected]>
  • Loading branch information
smitterl committed Dec 22, 2023
1 parent 7a2fd71 commit 1d7478b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@
conn_check_args_1 = ('TCP6', 'localhost', 31339, 41339, True, None)
conn_check_args_2 = ('UDP4', 'localhost', 2025, 2025, True, None)
conn_check_args_3 = ('UDP6', 'localhost', 2025, 2025, True, None)
s390-virtio:
iface_attrs = {'model': 'virtio', 'ips': ${ips}, 'backend': ${backend}, 'source': {'dev': '${host_iface}'}, 'alias': ${alias}, 'type_name': 'user', 'portForwards': ${portForwards}}
vm_iface = enc1

0 comments on commit 1d7478b

Please sign in to comment.