From cac528f85a715c0362c3bef00994c2d33f212a96 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Jan 2023 14:21:33 +0100 Subject: build: Add reason to test state definitions --- spec/build/bsps/powerpc/mpc55xxevb/tstgwlcfm.yml | 9 ++++++--- spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643levb.yml | 7 +++++-- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'spec/build/bsps/powerpc') diff --git a/spec/build/bsps/powerpc/mpc55xxevb/tstgwlcfm.yml b/spec/build/bsps/powerpc/mpc55xxevb/tstgwlcfm.yml index 69acc1031a..5b8288c0e0 100644 --- a/spec/build/bsps/powerpc/mpc55xxevb/tstgwlcfm.yml +++ b/spec/build/bsps/powerpc/mpc55xxevb/tstgwlcfm.yml @@ -1,9 +1,12 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fsdosfsname01: exclude - linpack: exclude - record02: exclude + reason: null + state: exclude + tests: + - fsdosfsname01 + - linpack + - record02 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643levb.yml b/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643levb.yml index 8e6190ce14..ffc7c2feaf 100644 --- a/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643levb.yml +++ b/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643levb.yml @@ -1,8 +1,11 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fileio: exclude - psxaio02: exclude + reason: null + state: exclude + tests: + - fileio + - psxaio02 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -- cgit v1.2.3