fraugabel
fraugabel
added the omitted requirements as recommendations under Decisions
after recompiling requirements and deleting `gen_sonobuoy` function and function calls i could successfully test my kind cluster with the default `"storageClassName":"standard"` . I will now try to provoke errors to...
There are problems as soon as errors occur. In the event of an error, the `test-pvc` is not removed, which leads to errors when the test is repeated. So i...
I am back on this issue and wonder, whether i should dig deeper into that problem, meaning (write a cleanup bypass part for cleaning up, when errors occur) or port...
@mbuechse right now there is no PR but a branch you can look at. What i am currently working on (from tomorrow on) is the error handling (the exceptions need...
the progress can be seen here: https://github.com/SovereignCloudStack/standards/tree/issue/662_default_storage_class currently waiting on feedback or merge
thanks @martinmo works for me: i will start with writing the test for the security group rules [scs-0115-v1: Default Rules for Security Groups](https://github.com/SovereignCloudStack/standards/blob/main/Standards/scs-0115-v1-default-rules-for-security-groups.md)
i find it a bit inconsistent that the argument for the os cloud in the default-security-group-rules test differs from the argument of the overall complience test: ``` usage: default-security-group-rules.py [-h]...
> @fraugabel this is by design. I can explain when I'm back @mbuechse i just stumbled across that and wondered whether there is an agreement on argument namings like `os-cloud`...
> @fraugabel You're right. It's a rather common transformation between cli arguments and variable names: `_` in variable name becomes `-` in cli argument and vice versa. The Python library...