-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: net: download_client: Use Qemu instead of HW
Use qemu_cortex_m3 instead of hardware to run unittests. This uses same compiler than nRF91. Signed-off-by: Seppo Takalo <[email protected]>
- Loading branch information
1 parent
456af0c
commit 8f2d913
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
tests/subsys/net/lib/download_client/boards/qemu_cortex_m3.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CONFIG_NET_TCP=y | ||
CONFIG_NET_TCP_ISN_RFC6528=n | ||
CONFIG_NET_UDP=y | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_NET_SLIP_TAP=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
tests: | ||
net.lib.download_client: | ||
tags: fota | ||
platform_allow: native_sim nrf9160dk_nrf9160 nrf9160dk_nrf9160_ns | ||
platform_allow: native_sim qemu_cortex_m3 | ||
integration_platforms: | ||
- native_sim |