Overhaul test scripts in a major way#1237
Draft
mbuechse wants to merge 9 commits into
Draft
Conversation
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
- prune old and unused content in scs-compatible-iaas.yaml - refer to scope standards (see branch feat/scope-standards) - use the respective URLs - drop now-redundant scope view - remove redundant stabilized_at - remodel modules as (potentially nested) testcase groups - simplify report yaml format - include creator (human or software with version!) - replace concept of invocations by a general log - improve rendering of reports Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
Split main functionality off of scs-compliance-check.py -- use together with 'iaas/openstack_test.py -c cloud -' for a very similar effect for far reduced lines of code. What remains to be done: produce report yaml (either with a separate script again, or equip openstack_test.py), and then evaluate the report with respect to the spec yaml. Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
fields uuid, subject, scope need to be added in externally Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a follow-up and accompaniment to #1199.
Streamline spec yaml, report yaml, test scripts, ...
Vastly improve report view in compliance monitor.