summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-27 11:04:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-27 11:04:59 +0100
commit89eaf3a7ea3774e2e9de4dc822afe75f4eb07567 (patch)
treecc3f48a5d5445aa1a070c6c0c80ac0d8eb98b1f7
parentspec: Review Classic API implementation group (diff)
downloadrtems-central-89eaf3a7ea3774e2e9de4dc822afe75f4eb07567.tar.bz2
spec: Add test suite for model based testing
-rw-r--r--spec/testsuites/model-0.yml21
1 files changed, 21 insertions, 0 deletions
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