summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-10 18:40:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-16 07:47:32 +0100
commit350f5ec4d673a1c25bdc952841ed44e1bcaa1025 (patch)
tree703c17ddd4284ad182c09955db7a8d43974df214
parentspec: Fix task argument types (diff)
downloadrtems-central-350f5ec4d673a1c25bdc952841ed44e1bcaa1025.tar.bz2
spec: Add test suite for Interrupt Manager parts
-rw-r--r--spec/testsuites/validation-intr.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/spec/testsuites/validation-intr.yml b/spec/testsuites/validation-intr.yml
new file mode 100644
index 00000000..a631a0aa
--- /dev/null
+++ b/spec/testsuites/validation-intr.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:
+- role: requirement-refinement
+ uid: /req/test-suites
+test-brief: |
+ This validation test suite provides enough resources to run tests for the
+ interrupt controller related directives of the ${/rtems/intr/if/group:/name}.
+test-code: |
+ const char rtems_test_name[] = "${.:/test-suite-name}";
+
+ #define CONFIGURE_MAXIMUM_PROCESSORS 5
+
+ #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-suite-name: ValidationIntr
+test-target: testsuites/validation/ts-validation-intr.c
+type: test-suite