[rtems-central commit] spec: Add requirement for test suites

Sebastian Huber sebh at rtems.org
Fri Apr 30 05:02:48 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Apr 29 10:02:12 2021 +0200

spec: Add requirement for test suites

---

 spec/req/test-suites.yml               | 14 ++++++++++++++
 spec/testsuites/model-0.yml            |  4 +++-
 spec/testsuites/performance-0.yml      |  4 +++-
 spec/testsuites/validation-0.yml       |  4 +++-
 spec/testsuites/validation-1.yml       |  4 +++-
 spec/testsuites/validation-2.yml       |  4 +++-
 spec/testsuites/validation/profile.yml |  4 +++-
 7 files changed, 32 insertions(+), 6 deletions(-)

diff --git a/spec/req/test-suites.yml b/spec/req/test-suites.yml
new file mode 100644
index 0000000..5f36b3e
--- /dev/null
+++ b/spec/req/test-suites.yml
@@ -0,0 +1,14 @@
+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: root
+non-functional-type: design
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The validation and unit tests shall be a contained in test suites.
+type: requirement
diff --git a/spec/testsuites/model-0.yml b/spec/testsuites/model-0.yml
index 15eabb5..d70bf6f 100644
--- a/spec/testsuites/model-0.yml
+++ b/spec/testsuites/model-0.yml
@@ -2,7 +2,9 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-links: []
+links:
+- role: requirement-refinement
+  uid: /req/test-suites
 test-brief: |
   This general purpose test suite provides enough resources to run basic tests
   for all specified managers and functions.  It is intended for model based
diff --git a/spec/testsuites/performance-0.yml b/spec/testsuites/performance-0.yml
index 1a6db0d..4810432 100644
--- a/spec/testsuites/performance-0.yml
+++ b/spec/testsuites/performance-0.yml
@@ -2,7 +2,9 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-links: []
+links:
+- role: requirement-refinement
+  uid: /req/test-suites
 test-brief: |
   This general purpose performance test suite provides enough resources to run
   basic performance tests for all specified managers and functions.
diff --git a/spec/testsuites/validation-0.yml b/spec/testsuites/validation-0.yml
index 4b6d544..735a130 100644
--- a/spec/testsuites/validation-0.yml
+++ b/spec/testsuites/validation-0.yml
@@ -2,7 +2,9 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-links: []
+links:
+- role: requirement-refinement
+  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.
diff --git a/spec/testsuites/validation-1.yml b/spec/testsuites/validation-1.yml
index ac9e367..4f35b68 100644
--- a/spec/testsuites/validation-1.yml
+++ b/spec/testsuites/validation-1.yml
@@ -2,7 +2,9 @@ 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: []
+links:
+- role: requirement-refinement
+  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
diff --git a/spec/testsuites/validation-2.yml b/spec/testsuites/validation-2.yml
index 41cc39c..6110508 100644
--- a/spec/testsuites/validation-2.yml
+++ b/spec/testsuites/validation-2.yml
@@ -2,7 +2,9 @@ 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: []
+links:
+- role: requirement-refinement
+  uid: /req/test-suites
 test-brief: |
   This general purpose validation test suite provides enough resources to run
   basic tests without a ${/glossary/clock-driver:/term} for all specified
diff --git a/spec/testsuites/validation/profile.yml b/spec/testsuites/validation/profile.yml
index 39379b6..b5d595e 100644
--- a/spec/testsuites/validation/profile.yml
+++ b/spec/testsuites/validation/profile.yml
@@ -2,7 +2,9 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 enabled-by: true
-links: []
+links:
+- role: requirement-refinement
+  uid: /req/test-suites
 test-brief: |
   This test suite contains test cases which call in combination all functions
   included in the space profile.



More information about the vc mailing list