From 3aa7d7fc16f24baee4a1a3bfd33de6f1d8f8abea Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 16 Jul 2020 16:28:56 -0400 Subject: [PATCH] boards: qemu_x68_nommu: run only kernel/userspace tests Run only kernel and userspace tests. Signed-off-by: Anas Nashif --- boards/x86/qemu_x86/qemu_x86_nommu.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/x86/qemu_x86/qemu_x86_nommu.yaml b/boards/x86/qemu_x86/qemu_x86_nommu.yaml index 7e60da256f4..2ab0457fa28 100644 --- a/boards/x86/qemu_x86/qemu_x86_nommu.yaml +++ b/boards/x86/qemu_x86/qemu_x86_nommu.yaml @@ -8,6 +8,6 @@ toolchain: - xtools testing: default: true - ignore_tags: - - net - - bluetooth + only_tags: + - kernel + - userspace