summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-06 08:32:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-06 08:38:22 +0200
commit0884c62bcf0fb5f83595772345ee246788f2bd60 (patch)
treeaf859a3d4e9266f92ae838bfca3f8c9ac6bc32c8
parentspec: Add unit tests for red-black trees (diff)
downloadrtems-central-0884c62bcf0fb5f83595772345ee246788f2bd60.tar.bz2
spec: Disable clock driver for some test suites
-rw-r--r--spec/testsuites/validation-one-cpu-0.yml10
-rw-r--r--spec/testsuites/validation-one-cpu-1.yml10
2 files changed, 14 insertions, 6 deletions
diff --git a/spec/testsuites/validation-one-cpu-0.yml b/spec/testsuites/validation-one-cpu-0.yml
index ce4a862f..a28544f7 100644
--- a/spec/testsuites/validation-one-cpu-0.yml
+++ b/spec/testsuites/validation-one-cpu-0.yml
@@ -7,15 +7,19 @@ links:
uid: /req/test-suites
test-brief: |
This general purpose validation test suite provides enough resources to run
- basic tests for all specified managers and functions in a configuration with
- exactly one processor.
+ basic tests with exactly one processor and without a
+ ${/glossary/clock-driver:/term}.
test-code: |
const char rtems_test_name[] = "${.:/test-suite-name}";
+ #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+
#define CONFIGURE_MAXIMUM_PROCESSORS 1
#include "ts-default.h"
-test-description: null
+test-description: |
+ Two test suites of this configuration are provided to limit test run
+ duration.
test-includes: []
test-local-includes: []
test-suite-name: ValidationOneCpu0
diff --git a/spec/testsuites/validation-one-cpu-1.yml b/spec/testsuites/validation-one-cpu-1.yml
index 755795cb..3ce5f144 100644
--- a/spec/testsuites/validation-one-cpu-1.yml
+++ b/spec/testsuites/validation-one-cpu-1.yml
@@ -7,15 +7,19 @@ links:
uid: /req/test-suites
test-brief: |
This general purpose validation test suite provides enough resources to run
- basic tests for all specified managers and functions in a configuration with
- exactly one processor.
+ basic tests with exactly one processor and without a
+ ${/glossary/clock-driver:/term}.
test-code: |
const char rtems_test_name[] = "${.:/test-suite-name}";
+ #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+
#define CONFIGURE_MAXIMUM_PROCESSORS 1
#include "ts-default.h"
-test-description: null
+test-description: |
+ Two test suites of this configuration are provided to limit test run
+ duration.
test-includes: []
test-local-includes: []
test-suite-name: ValidationOneCpu1