Skip to content

Commit e669831

Browse files
committed
Update concept of score card
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent 4eb1d1c commit e669831

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,25 @@ The _result_ of a test is one of the following values:
5555

5656
If multiple items apply, we always opt for the topmost one.
5757

58-
A _score card_ is a data structure that contains the following information:
58+
A _test report_ is a data structure that contains the following information:
5959

60+
- UUID,
6061
- Subject: the name of the test subject,
6162
- Scope: the scope of all the testcases referred to in this score card,
62-
- Test results: a mapping that maps testcase ids to results.
63-
64-
A _test report_ is a data structure that contains the information of a score card, plus:
65-
6663
- Creator: who created the report (name of person or version of the software),
6764
- Check date: when the test was performed,
65+
- Test results: a mapping that maps testcase ids to results.
6866
- Log: free-form text that details the test run.
6967

7068
A _check script_ is a computer program that tests one or more testcases and produces a test report.
7169

72-
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.
70+
A _score card_ is a data structure that contains the following information:
71+
72+
- Subject: the name of the test subject,
73+
- Scope: the scope of all the testcases referred to in this score card,
74+
- Results: a mapping that maps testcase ids to results, where each result is additionally
75+
equipped with validity timespan (beginning at the time of the check and expiring according to
76+
the lifetime of the result).
7377

7478
## Regulation
7579

0 commit comments

Comments
 (0)