forked from cidrblock/dci_test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.yaml
More file actions
52 lines (49 loc) · 2.68 KB
/
tests.yaml
File metadata and controls
52 lines (49 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
tests:
- title: This is the title of the first test.
prerequisites: These are the prerequisites for the first test.
action: These are the actions of the first test.
actionBy: This is who will perform the test.
additionalResources: These are the required additional resources.
additionalActions: These are the additonal actions taken by additional resources.
expectedOutcome: This is the expected outcome of the test.
measurement: These are the test measurements.
dateTime: This is the date and time of the test in ISO 8601 format.
actualOutcome: Thi is the acutal outcome of the test.
passFail: Pass or Fail.
remediation: Steps to remediate.
- title: This is the title of the second test.
prerequisites: These are the prerequisites for the second test.
action: These are the actions of the second test.
actionBy: This is who will perform the test.
additionalResources: These are the required additional resources.
additionalActions: These are the additonal actions taken by additional resources.
expectedOutcome: This is the expected outcome of the test.
measurement: These are the test measurements.
dateTime: This is the date and time of the test in ISO 8601 format.
actualOutcome: Thi is the acutal outcome of the test.
passFail: Pass or Fail.
remediation: Steps to remediate.
- title: This is the title of the third test.
prerequisites: These are the prerequisites for the third test.
action: These are the actions of the third test.
actionBy: This is who will perform the test.
additionalResources: These are the required additional resources.
additionalActions: These are the additonal actions taken by additional resources.
expectedOutcome: This is the expected outcome of the test.
measurement: These are the test measurements.
dateTime: This is the date and time of the test in ISO 8601 format.
actualOutcome: Thi is the acutal outcome of the test.
passFail: Pass or Fail.
remediation: Steps to remediate.
- title: This is the title of the fourth test.
prerequisites: These are the prerequisites for the fourth test.
action: These are the actions of the fourth test.
actionBy: This is who will perform the test.
additionalResources: These are the required additional resources.
additionalActions: These are the additonal actions taken by additional resources.
expectedOutcome: This is the expected outcome of the test.
measurement: These are the test measurements.
dateTime: This is the date and time of the test in ISO 8601 format.
actualOutcome: Thi is the acutal outcome of the test.
passFail: Pass or Fail.
remediation: Steps to remediate.