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
Harden scripts for all testcases that are currently being found in scs-compatible-iaas.yaml.
Future work includes to
- adapt `Tests/iaas/secure-connections` in the same manner and include testcases into yaml
- also harden scripts for testcases in scs-compatible-kaas.yaml
Signed-off-by: Matthias Büchse <[email protected]>
Co-authored-by: Marvin Frommhold <[email protected]>
Copy file name to clipboardExpand all lines: Standards/scs-0100-w1-flavor-naming-implementation-testing.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,9 +167,12 @@ None so far.
167
167
168
168
### Implementation
169
169
170
-
The script [`flavor-names-openstack.py`](https://github.com/SovereignCloudStack/standards/tree/main/Tests/iaas/flavor-naming/flavor-names-openstack.py)
171
-
talks to the OpenStack API of the cloud specified by the `OS_CLOUD` environment and queries properties and
172
-
checks the names for standards compliance.
170
+
We implemented two testcases, paralleling the two items in the "Errors" section above:
171
+
172
+
-`scs-0100-syntax-check` ensures that any name starting with `SCS-` adheres to the standard;
173
+
-`scs-0100-semantics-check` ensures that any such name is telling the truth as specified in the standard.
174
+
175
+
These testcases can be checked using [`openstack_test.py`](https://github.com/SovereignCloudStack/standards/tree/main/Tests/iaas/openstack_test.py).
0 commit comments