Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/iaas/volume-types/volume-types-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def main(argv):
f"{c[logging.CRITICAL]} / {c[logging.ERROR]} / {c[logging.WARNING]}"
)
if not c[logging.CRITICAL]:
print("volume-types-check: " + ('PASS', 'FAIL')[min(1, c[logging.ERROR])])
print("volume-types-check: " + ('PASS', 'FAIL')[min(1, c[logging.ERROR] + c[logging.WARNING])])
return min(127, c[logging.CRITICAL] + c[logging.ERROR]) # cap at 127 due to OS restrictions


Expand Down
2 changes: 1 addition & 1 deletion Tests/scs-compatible-iaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ modules:
args: -c {os_cloud} -d
testcases:
- id: volume-types-check
tags: [mandatory]
tags: [volume-types-check]
description: >
Must fulfill all requirements of <https://docs.scs.community/standards/scs-0114-v1-volume-type-standard>
- id: scs-0115-v1
Expand Down