osmo-gsm-tester/selftest/schema_test/schema_case_06.conf

30 lines
573 B
Plaintext

schema:
handover:
threshold: 'uint'
myvar: 'test_type'
anothervar: 'another_type'
tests:
- foobar:
prefix:
handover:
myvar: 'valid_value1'
anothervar: 'unique_val_ok'
threshold: 2
- foobar:
prefix:
handover:
myvar: 'valid_value2'
- foobar:
prefix:
handover:
threshold: 0
- foobar:
prefix:
handover:
myvar: 'invalid_val'
- foobar:
prefix:
handover:
anothervar: 'another_invalid_val'