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 92c9182 commit a6b5051Copy full SHA for a6b5051
tests/subsys/modem/modem_chat/testcase.yaml
@@ -1,11 +1,15 @@
1
# Copyright (c) 2023 Trackunit Corporation
2
# SPDX-License-Identifier: Apache-2.0
3
4
+common:
5
+ tags: modem_chat
6
+ harness: ztest
7
+ platform_allow:
8
+ - native_sim
9
+ integration_platforms:
10
11
tests:
- modem.modem_chat:
- tags: modem_chat
- harness: ztest
- platform_allow:
- - native_sim
- integration_platforms:
12
+ modem.modem_chat: {}
13
+ modem.modem_chat.workq:
14
+ extra_configs:
15
+ - CONFIG_MODEM_DEDICATED_WORKQUEUE=y
0 commit comments