blob: ea7f45f4bd1c6eae7867fa79d511501f4bb29a20 [file] [log] [blame]
Pau Espin Pedrold79e7192020-05-21 15:40:57 +02001schema:
2 handover:
3 threshold: 'uint'
4 myvar: 'test_type'
5 anothervar: 'another_type'
6
7tests:
8 - foobar:
9 prefix:
10 handover:
11 myvar: 'valid_value1'
12 anothervar: 'unique_val_ok'
13 threshold: 2
14 - foobar:
15 prefix:
16 handover:
17 myvar: 'valid_value2'
18 - foobar:
19 prefix:
20 handover:
21 threshold: 0
22 - foobar:
23 prefix:
24 handover:
25 myvar: 'invalid_val'
26 - foobar:
27 prefix:
28 handover:
29 anothervar: 'another_invalid_val'