Skip to content

Commit 4eb1d1c

Browse files
committed
Drop test suite for the time being
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent f7fea3d commit 4eb1d1c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Standards/scs-0003-v2-sovereign-cloud-standards-testing.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,14 @@ A _score card_ is a data structure that contains the following information:
6363

6464
A _test report_ is a data structure that contains the information of a score card, plus:
6565

66-
- Creator: who created the report (name of person or version of test suite),
66+
- Creator: who created the report (name of person or version of the software),
6767
- Check date: when the test was performed,
6868
- Log: free-form text that details the test run.
6969

70-
A _check script_ is a computer program that tests one or more testcases and reports the result per testcase.
70+
A _check script_ is a computer program that tests one or more testcases and produces a test report.
7171

7272
The precise form of the data structures (score card, report), as well as the input-output formats of the check scripts is up to the implementation, but it must be well documented.
7373

74-
A _test suite_ is a collection of interoperable check scripts, i.e., check scripts that use the same data structures and I/O formats.
75-
7674
## Regulation
7775

7876
Each standard must be decomposed into testcases. Each testcase should be "atomic" in the following two senses:

0 commit comments

Comments
 (0)