Skip to content

Commit 92af83d

Browse files
author
Andrew Boie
committed
tests: set userspace tag for all tests that use it
This lets us quickly filter tests that exercise userspace when developing it. Some tests had a whitelist with qemu_cortex_m3; change this to mps2_an385, which is the QEMU target with an MPU enabled. Signed-off-by: Andrew Boie <[email protected]>
1 parent 4a0cbd9 commit 92af83d

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

tests/crypto/mbedtls/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ tests:
44
platform_exclude: qemu_x86_64 # FIXME
55
min_flash: 65
66
min_ram: 32
7-
tags: crypto mbedtls
7+
tags: crypto mbedtls userspace
88
timeout: 200
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
common:
2-
tags: peripheral adc
2+
tags: peripheral adc userspace
33
tests:
44
peripheral.adc:
55
depends_on: adc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tests:
22
peripheral.i2s:
33
depends_on: i2s
4-
tags: drivers
4+
tags: drivers userspace

tests/kernel/common/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tests:
22
kernel.common:
3-
tags: kernel
3+
tags: kernel userspace
44
min_flash: 33
55
min_ram: 32
66
kernel.common.misra:

tests/kernel/fatal/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ tests:
22
kernel.common.stack_protection:
33
extra_args: CONF_FILE=prj.conf
44
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
5-
tags: kernel ignore_faults
5+
tags: kernel ignore_faults userspace
66
kernel.common.stack_sentinel:
77
extra_args: CONF_FILE=sentinel.conf
8-
tags: kernel ignore_faults
8+
tags: kernel ignore_faults userspace
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tests:
22
kernel.memory_protection:
33
arch_exclude: nios2 xtensa posix x86_64
4-
tags: kernel ignore_faults
4+
tags: kernel ignore_faults userspace

tests/kernel/queue/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tests:
22
kernel.queue:
3-
tags: kernel
3+
tags: kernel userspace
44
kernel.queue.poll:
55
extra_args: CONF_FILE="prj_poll.conf"
66
tags: kernel userspace
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tests:
22
kernel.workqueue:
3-
tags: kernel
3+
tags: kernel userspace
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
common:
22
depends_on: netif
3-
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
3+
platform_whitelist: native_posix qemu_x86 mps2_an385
44
tests:
55
net.mqtt.packet:
66
min_ram: 16
7-
tags: mqtt net
7+
tags: mqtt net userspace

tests/net/socket/misc/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
common:
22
depends_on: netif
3-
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
3+
platform_whitelist: native_posix qemu_x86 mps2_an385
44
tests:
55
net.socket:
66
min_ram: 21
7-
tags: net socket
7+
tags: net socket userspace

tests/net/socket/select/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
common:
22
depends_on: netif
3-
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
3+
platform_whitelist: native_posix qemu_x86 mps2_an385
44
tests:
55
net.socket:
66
min_ram: 21
7-
tags: net socket
7+
tags: net socket userspace

tests/net/socket/tcp/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
common:
22
depends_on: netif
3-
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
3+
platform_whitelist: native_posix qemu_x86 mps2_an385
44
tests:
55
net.socket.tcp:
66
min_ram: 32
7-
tags: net socket
7+
tags: net socket userspace

0 commit comments

Comments
 (0)