utils.vmimage.get: Should missing hash mark test as WARN? #4634
beraldoleal
started this conversation in
RFC
Replies: 1 comment 5 replies
-
Yes, I think that is the desired behavior as far as I remember of a discussion with @clebergnu in 2019. That is the main reason for the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, let's say that test writers are writing the following test:
Because I'm not passing a hash, test will be marked as WARN, because No hash provided. Cannot check the asset file integrity:
I understand that ideally users should care about the HASH on an specific image before starting the tests to avoid issues, however on the other hand, setting a HASH will make test SKIP if any update happens on the image and the hash changes. To avoid updating tests every time an image is modified, unless I'm missing something, from the usability PoV, makes sense for some users to ignore the hash, and just say: "Give me a Fedora 33 image".
So I would like to know what you think about this? Is this acceptable? Makes sense?
Beta Was this translation helpful? Give feedback.
All reactions