summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-29 10:02:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-29 16:45:46 +0200
commit5b65cceeac4cf2b5f545f2e3a6702b50f885f3f5 (patch)
treeaa28c9b9f9c4962c3ddee2c65d1e7d9a3f3b1f74
parentspec: Add test suite name attribute (diff)
downloadrtems-central-5b65cceeac4cf2b5f545f2e3a6702b50f885f3f5.tar.bz2
spec: Add requirement for test suites
-rw-r--r--spec/req/test-suites.yml14
-rw-r--r--spec/testsuites/model-0.yml4
-rw-r--r--spec/testsuites/performance-0.yml4
-rw-r--r--spec/testsuites/validation-0.yml4
-rw-r--r--spec/testsuites/validation-1.yml4
-rw-r--r--spec/testsuites/validation-2.yml4
-rw-r--r--spec/testsuites/validation/profile.yml4
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 00000000..5f36b3e4
--- /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 15eabb51..d70bf6fe 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 1a6db0d1..4810432c 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 4b6d5445..735a130b 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 ac9e3670..4f35b684 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 41cc39c1..6110508b 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 39379b6b..b5d595eb 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.