Allow user to add shell commands in testcase/sample yaml file alongside the harness_config like in the console harness. Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
5 lines
116 B
YAML
5 lines
116 B
YAML
- command: "mpu mtest 1"
|
|
expected: "The value is: 0x.*"
|
|
- command: "mpu mtest 2"
|
|
expected: "The value is: 0x.*"
|