Skip to content

Commit d80db24

Browse files
committed
polish scs-compatible-kaas.yaml
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 8cdac9f commit d80db24

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Tests/scs-compatible-kaas.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: SCS-compatible KaaS
22
uuid: 1fffebe6-fd4b-44d3-a36c-fc58b4bb0180
33
url: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Tests/scs-compatible-kaas.yaml
44
variables:
5-
- subject_root # directory containing the kubeconfig files for the subject under test
5+
- subject_root
6+
# directory containing the kubeconfig file for the subject under test
7+
# (note that we consider each kubernetes branch a test subject of its own)
68
modules:
79
- id: cncf-k8s-conformance
810
name: CNCF Kubernetes conformance
@@ -15,7 +17,7 @@ modules:
1517
tags: [mandatory]
1618
- id: scs-0210-v2
1719
name: Kubernetes version policy
18-
url: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0210-v2-k8s-version-policy.md
20+
url: https://docs.scs.community/standards/scs-0210-v2-k8s-version-policy
1921
run:
2022
- executable: ./kaas/k8s-version-policy/k8s_version_policy.py
2123
args: -k {subject_root}/kubeconfig.yaml
@@ -24,23 +26,22 @@ modules:
2426
tags: [mandatory]
2527
- id: scs-0214-v2
2628
name: Kubernetes node distribution and availability
27-
url: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0214-v1-k8s-node-distribution.md
29+
url: https://docs.scs.community/standards/scs-0214-v2-k8s-node-distribution
2830
run:
2931
- executable: ./kaas/k8s-node-distribution/k8s_node_distribution_check.py
3032
args: -k {subject_root}/kubeconfig.yaml
3133
testcases:
3234
- id: node-distribution-check
3335
tags: [mandatory]
3436
timeline:
35-
# empty timeline might confuse tools, so put one "dummy" entry here
3637
- date: 2024-02-28
3738
versions:
3839
v1: draft
3940
versions:
4041
- version: v1
4142
include:
42-
- ref: cncf-k8s-conformance
43-
- ref: scs-0210-v2
44-
- ref: scs-0214-v2
43+
- cncf-k8s-conformance
44+
- scs-0210-v2
45+
- scs-0214-v2
4546
targets:
4647
main: mandatory

0 commit comments

Comments
 (0)