From 89eaf3a7ea3774e2e9de4dc822afe75f4eb07567 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 27 Nov 2020 11:04:59 +0100 Subject: spec: Add test suite for model based testing --- spec/testsuites/model-0.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 spec/testsuites/model-0.yml diff --git a/spec/testsuites/model-0.yml b/spec/testsuites/model-0.yml new file mode 100644 index 00000000..dcf79ed5 --- /dev/null +++ b/spec/testsuites/model-0.yml @@ -0,0 +1,21 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +enabled-by: true +links: [] +test-brief: | + This general purpose test suite provides enough resources to run basic tests + for all specified managers and functions. It is intended for model based + testing. +test-code: | + const char rtems_test_name[] = "Model0"; + + #include "ts-default.h" +test-description: | + In SMP configurations, up to three scheduler instances using the SMP EDF + scheduler are provided using up to four processors. +test-includes: +- rtems/test-info.h +test-local-includes: [] +test-target: testsuites/validation/ts-model-0.c +type: test-suite -- cgit v1.2.3