From 0884c62bcf0fb5f83595772345ee246788f2bd60 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 6 Oct 2021 08:32:54 +0200 Subject: spec: Disable clock driver for some test suites --- spec/testsuites/validation-one-cpu-0.yml | 10 +++++++--- spec/testsuites/validation-one-cpu-1.yml | 10 +++++++--- 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 -- cgit v1.2.3