remote: add sysusers file to create 'libvirt' group
[libvirt.git] / tests / virshtestdata / numeric-parsing-event.out
blob7bca2bbc14a5f8a85d8da0399731eeac9a20e232
1 Test the <timeout> option (numeric option converted to ms)
2 Non-numeric value
3 error: Numeric value 'abc' for <timeout> option is malformed or out of range
5 Numeric value that is too big to be converted to ms and still
6 fit inside an int
7 error: Numeric value '2147484' for <timeout> option is malformed or out of range
9 Numeric value with invalid suffix
10 error: Numeric value '42WB' for <timeout> option is malformed or out of range
12 Numeric value with valid suffix. Suffixes are not supported for
13 the <timeout> option, so this value is rejected
14 error: Numeric value '42MB' for <timeout> option is malformed or out of range
16 Negative value
17 error: Numeric value '-1' for <timeout> option is malformed or out of range
19 Zero. This is not a valid timeout, but the value is parsed
20 correctly
21 error: Numeric value '0' for <timeout> option is malformed or out of range
23 Numeric value. No events will be received and the command will
24 fail after a second, but the value has been parsed correctly
25 event loop timed out
26 events received: 0
29 ## Exit code: 1