summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-12 11:44:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-12 11:46:07 +0200
commit2a7217deca7bb6106be1aef88d267897f9d9fbc7 (patch)
treeb8ff14389c3fb0bb473c0faa52aae31b3e0c0126
parentmodules: Update rtems (diff)
downloadrtems-central-2a7217deca7bb6106be1aef88d267897f9d9fbc7.tar.bz2
spec: Add a test suite without a clock driver
-rw-r--r--spec/testsuites/validation-2.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/spec/testsuites/validation-2.yml b/spec/testsuites/validation-2.yml
new file mode 100644
index 00000000..39296082
--- /dev/null
+++ b/spec/testsuites/validation-2.yml
@@ -0,0 +1,24 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links: []
+test-brief: |
+ This general purpose validation test suite provides enough resources to run
+ basic tests without a ${/glossary/clock-driver:/term} for all specified
+ managers and functions.
+test-code: |
+ const char rtems_test_name[] = "Validation2";
+
+ #define CONFIGURE_MAXIMUM_PROCESSORS 4
+
+ #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+
+ #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: []
+test-local-includes: []
+test-target: testsuites/validation/ts-validation-2.c
+type: test-suite