Skip to content

Commit

Permalink
tests: net: download_client: Use Qemu instead of HW
Browse files Browse the repository at this point in the history
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
SeppoTakalo authored and nordicjm committed Apr 2, 2024
1 parent 456af0c commit 8f2d913
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion tests/subsys/net/lib/download_client/testcase.yaml
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

0 comments on commit 8f2d913

Please sign in to comment.