From 1351defbdaa8889edb0c4a3eae913d6bd9112f2e Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 29 Jul 2020 08:11:04 -0400 Subject: [PATCH] boards: qemu_x86_coverage: limit to core tests Limit to kernel tests, this should not try and run every sample or test we have as it only verifies the coverage feature, but not collecting coverage. Signed-off-by: Anas Nashif --- boards/x86/qemu_x86/qemu_x86_coverage.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/x86/qemu_x86/qemu_x86_coverage.yaml b/boards/x86/qemu_x86/qemu_x86_coverage.yaml index 0508049c270..14197433ac2 100644 --- a/boards/x86/qemu_x86/qemu_x86_coverage.yaml +++ b/boards/x86/qemu_x86/qemu_x86_coverage.yaml @@ -8,6 +8,6 @@ toolchain: - xtools testing: default: true - ignore_tags: - - net - - bluetooth + only_tags: + - kernel + - userspace