Fix all line-length errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(line-length)' Using a limit is set to 100 columns, not touching the commandlines in GitHub workflows (at least for now). Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
sample:
|
|
name: Settings Sample
|
|
|
|
tests:
|
|
sample.subsys.settings:
|
|
tags: settings
|
|
timeout: 10
|
|
platform_allow: qemu_x86 native_posix native_posix_64
|
|
integration_platforms:
|
|
- native_posix
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "subtree <alpha> handler registered: OK"
|
|
- "# iteration 0"
|
|
- "[.]*<alpha/length> value exist in the storage"
|
|
- "[.]*Can\\'t to load the <alpha/length> value as expected"
|
|
- "<gamma> = 0 \\(default\\)"
|
|
- "# iteration 1"
|
|
- "<alpha/length/2> = 59"
|
|
- "# iteration 2"
|
|
- "<alpha/length/1> = 42"
|
|
- "# iteration 3"
|
|
- "<alpha/beta/voltage> = -3100"
|
|
- "# iteration 4"
|
|
- "<alpha/beta/source> = abcd"
|
|
- "# iteration 5"
|
|
- "<alpha/angle/1> = 5"
|
|
- "<alpha/beta/source> is not compatible with the application"
|
|
- "direct.length = 100"
|
|
- "direct.length_1 = 46"
|
|
- "direct.length_2 = 54"
|
|
- "<gamma> = 5"
|
|
- "The settings destination off the key <alpha/beta/source> has got value: \"RT\""
|
|
- "String value \"rtos\" was retrieved from the settings destination off the key \
|
|
<alpha/beta/source>"
|