Skip to content

Commit

Permalink
Merge pull request autotest#5457 from hs0210/virtual_networks_boot_order
Browse files Browse the repository at this point in the history
virtual_networks: Update error message to match more distros
  • Loading branch information
chloerh authored Feb 19, 2024
2 parents c430499 + 8bec82b commit f1951d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
err_msg = unsupported configuration: boot order ${boot_order} is already used by another device
- neg_value:
boot_order = -1
err_msg = Expected non-negative integer value
err_msg = Expected non-negative integer value|Expected integer value
- str_value:
boot_order = ss
err_msg = Expected non-negative integer value
err_msg = Expected non-negative integer value|Expected integer value
iface_attrs = {'source': {'network': 'default'}, 'model': 'virtio', 'type_name': 'network', 'boot': '${boot_order}'}

0 comments on commit f1951d3

Please sign in to comment.