Adjust YAML files (#10233)

Adjust YAML files.
This commit is contained in:
Felix Fontein 2025-06-15 09:13:16 +02:00 committed by GitHub
commit eaa5e07b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
247 changed files with 7318 additions and 7375 deletions

View file

@ -28,8 +28,8 @@
- name: Check error message
assert:
that:
- incorrect_mac_length is failed
- incorrect_mac_length.msg is search('Incorrect MAC address length')
- incorrect_mac_length is failed
- incorrect_mac_length.msg is search('Incorrect MAC address length')
- name: Provide an incorrect MAC format
wakeonlan:
@ -41,8 +41,8 @@
- name: Check error message
assert:
that:
- incorrect_mac_format is failed
- incorrect_mac_format.msg is search('Incorrect MAC address format')
- incorrect_mac_format is failed
- incorrect_mac_format.msg is search('Incorrect MAC address format')
- name: Cause a socket error
wakeonlan:
@ -54,5 +54,5 @@
- name: Check error message
assert:
that:
- incorrect_broadcast_address is failed
- incorrect_broadcast_address.msg is search('not known|Name does not resolve')
- incorrect_broadcast_address is failed
- incorrect_broadcast_address.msg is search('not known|Name does not resolve')