[rtems-central commit] spec: Add a test suite without a clock driver

Sebastian Huber sebh at rtems.org
Mon Apr 12 09:46:36 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    2a7217deca7bb6106be1aef88d267897f9d9fbc7
Changeset: http://git.rtems.org/rtems-central/commit/?id=2a7217deca7bb6106be1aef88d267897f9d9fbc7

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr 12 11:44:19 2021 +0200

spec: Add a test suite without a clock driver

---

 spec/testsuites/validation-2.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/spec/testsuites/validation-2.yml b/spec/testsuites/validation-2.yml
new file mode 100644
index 0000000..3929608
--- /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



More information about the vc mailing list