SovereignCloudStack / SovereignCloudStack/standards
[Feature Request] Separate running of testcases from selecting of testcases
Open
@mbuechse is already working on this.
Since Jun 3, 2025.
enhancement
good first issue
- Dominant language
- Python
- Stars
- 47
- Forks
- 38
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 8
Description
The script scs-compliance-check.py does both: select testcases (according to the certification-scope yaml, e.g., scs-compatile-iaas.yaml) and run testcases (also following the spec).
I would like to separate these two concerns:
- selection of testcases, potentially according to certification scope, but there are many other strategies, cf. #941, NO LONGER done by the aforementioned script,
- running of testcases, done by the aforementioned script, and NO LONGER specifiied in the certification-scope yaml, but someplace else.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.