[rtems-central commit] spec: Disable clock driver for some test suites
    Sebastian Huber 
    sebh at rtems.org
       
    Wed Oct  6 06:54:59 UTC 2021
    
    
  
Module:    rtems-central
Branch:    master
Commit:    0884c62bcf0fb5f83595772345ee246788f2bd60
Changeset: http://git.rtems.org/rtems-central/commit/?id=0884c62bcf0fb5f83595772345ee246788f2bd60
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct  6 08:32:54 2021 +0200
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 ce4a862..a28544f 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 755795c..3ce5f14 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
    
    
More information about the vc
mailing list