Skip to content

Commit edd6d9e

Browse files
committed
Fix typo
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent ca5c5e7 commit edd6d9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Standards/scs-0003-v1-sovereign-cloud-standards-yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ When the referenced module uses parameters, then these parameters must be assign
181181
| `name` | String | name of this module | `Flavor naming v3` |
182182
| `url` | String | Valid URL to relevant documentation (usually a standard document) | `https://docs.scs.community/standards/scs-0100-v3-flavor-naming` |
183183
| `parameters` | List | List of parameters that the checks in this module might use | `[image_spec]` |
184-
| `targets` | Map of maps | required: this maps target names to lists of testcases | `main: [tc1, tc2]` |
184+
| `targets` | Map of lists | required: this maps target names to lists of testcases | `main: [tc1, tc2]` |
185185

186186
The parameters specified here will be added to the variable assignment for all check tools that belong to this module, so they will be substituted in the same way.
187187
The values to these parameters must be provided in the include descriptor as explained above.
@@ -198,7 +198,7 @@ The following fields are valid for every script descriptor:
198198
| Key | Type | Description | Example |
199199
| ----------------- | ------ | ---------------------------------------------------------------------------------------------- | ---------- |
200200
| `section` | String | _Optional_ what section to associate this check with (sections can be checked in isolation) | `weekly` |
201-
| `testcases` | Array | List of all test cases; each entry being a test-case descriptor | (see below) |
201+
| `testcases` | Array | List of all test cases; each entry being a test-case descriptor | (see below) |
202202

203203
Additional fields are valid depending on whether the check is automated or manual.
204204

0 commit comments

Comments
 (0)