tests: convert loopback test to unified kernel
Make it run on Qemu only, this test is not intended for HW. Change-Id: I842d7456f9238221ef5b661749136f4418d5ab16 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4208976bfc
commit
b4dc970a7c
|
@ -16,8 +16,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
MDEF_FILE = prj.mdef
|
||||
KERNEL_TYPE ?= nano
|
||||
KERNEL_TYPE ?= unified
|
||||
BOARD ?= qemu_x86
|
||||
CONF_FILE ?= prj.conf
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
% Application : Network loopback test
|
||||
|
||||
% TASK NAME PRIO ENTRY STACK GROUPS
|
||||
% ===================================================
|
||||
TASK MAIN 7 main 2048 [EXE]
|
|
@ -1,6 +1,5 @@
|
|||
[test]
|
||||
kernel = micro
|
||||
kernel = unified
|
||||
build_only = true
|
||||
tags = samples
|
||||
# Insufficient RAM for these targets
|
||||
platform_exclude = nucleo_f103rb olimexino_stm32
|
||||
tags = net
|
||||
platform_whitelist = qemu_cortex_m3 qemu_x86
|
||||
|
|
Loading…
Reference in a new issue