From 2304a274e0edcb3e645a41f26ed2207d3aef05f8 Mon Sep 17 00:00:00 2001 From: Filip Kokosinski Date: Fri, 6 Aug 2021 14:06:18 +0200 Subject: [PATCH] boards/riscv/m2gl025_miv: run tests on m2gl025_miv board by default Issue #37006 highlighted that some tests are prone to not passing on QEMU for 32-bit RISC-V. This commit enables running tests in Renode on emulated 32-bit RISC-V m2gl025_miv platform as a double-check. Signed-off-by: Filip Kokosinski --- boards/riscv/m2gl025_miv/m2gl025_miv.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/riscv/m2gl025_miv/m2gl025_miv.yaml b/boards/riscv/m2gl025_miv/m2gl025_miv.yaml index ff419488996..00e67f64505 100644 --- a/boards/riscv/m2gl025_miv/m2gl025_miv.yaml +++ b/boards/riscv/m2gl025_miv/m2gl025_miv.yaml @@ -7,6 +7,7 @@ toolchain: ram: 64 simulation: renode testing: + default: true ignore_tags: - net - bluetooth