You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Standards/scs-0003-v2-sovereign-cloud-standards-testing.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,21 +55,25 @@ The _result_ of a test is one of the following values:
55
55
56
56
If multiple items apply, we always opt for the topmost one.
57
57
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:
59
59
60
+
- UUID,
60
61
- Subject: the name of the test subject,
61
62
- 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
-
66
63
- Creator: who created the report (name of person or version of the software),
67
64
- Check date: when the test was performed,
65
+
- Test results: a mapping that maps testcase ids to results.
68
66
- Log: free-form text that details the test run.
69
67
70
68
A _check script_ is a computer program that tests one or more testcases and produces a test report.
71
69
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
0 commit comments