From 79c3ba802a1a7bded2399aabb03afbee23885745 Mon Sep 17 00:00:00 2001 From: Dmytro Firsov Date: Tue, 2 Apr 2024 13:42:48 +0300 Subject: [PATCH] boards: xenvm: return userspace testcases for XenVM board XenVM boards were mark as unsupported for twister testcases related to userspace. After additional investigation no problems were found for builds, so there are no reason to exclude it from test runs. Signed-off-by: Dmytro Firsov --- boards/xen/xenvm/xenvm.yaml | 3 --- boards/xen/xenvm/xenvm_xenvm_gicv3.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/boards/xen/xenvm/xenvm.yaml b/boards/xen/xenvm/xenvm.yaml index dc72d05e55..2cd38e3c39 100644 --- a/boards/xen/xenvm/xenvm.yaml +++ b/boards/xen/xenvm/xenvm.yaml @@ -7,6 +7,3 @@ toolchain: - cross-compile ram: 16384 vendor: xen -testing: - ignore_tags: - - userspace diff --git a/boards/xen/xenvm/xenvm_xenvm_gicv3.yaml b/boards/xen/xenvm/xenvm_xenvm_gicv3.yaml index edf816e497..a680dd6d0c 100644 --- a/boards/xen/xenvm/xenvm_xenvm_gicv3.yaml +++ b/boards/xen/xenvm/xenvm_xenvm_gicv3.yaml @@ -7,6 +7,3 @@ toolchain: - cross-compile ram: 16384 vendor: xen -testing: - ignore_tags: - - userspace