We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f603b commit f92ae6dCopy full SHA for f92ae6d
samples/subsys/shell/shell_module/sample.yaml
@@ -9,11 +9,12 @@ tests:
9
sample.shell.shell_module:
10
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
11
tags: shell
12
- harness: keyboard
+ harness: shell
13
min_ram: 40
14
integration_platforms:
15
- native_sim
16
- - intel_socfpga_agilex5_socdk
+ extra_configs:
17
+ - arch:posix:CONFIG_NATIVE_UART_0_ON_STDINOUT=y
18
sample.shell.shell_module.usb:
19
depends_on: usb_device
20
tags:
samples/subsys/shell/shell_module/test_shell.yml
@@ -0,0 +1,5 @@
1
+test_shell_harness:
2
+- command: "kernel cycles"
3
+ expected: "cycles: .* hw cycles"
4
+- command: "kernel version"
5
+ expected: "Zephyr version .*"
0 commit comments