Instead of only running net tests in qemu_x86, enable those tests in all suitable platforms. The tests are disabled for bbc_microbit as that platform does not have enough memory. The tests/net/arp and tests/net/ieee802154/l2 are disabled for qemu_xtensa as the qemu crashed when running the tests. For tests/net/all there was a weird build error for qemu_xtensa so that test is also disabled for that platform. Increased the trickle timeout to 3 secs in tests/net/trickle as occacionally there was timeout error in qemu_cortex_m3 when the test was run. Jira: ZEP-2398 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
5 lines
79 B
YAML
5 lines
79 B
YAML
tests:
|
|
- test:
|
|
platform_exclude: bbc_microbit
|
|
tags: http net
|