You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is that we have some checks that verify the package presence in the beginning (https://github.com/RedHat-SP-Security/clevis-tests/blob/master/Sanity/pkcs11/basic/runtest.sh#L37) but the installation of the package much later. It makes no sense to have it there, in case the package is not installed we should install it. The check fails in case the package is not installed, so it this function may never do what it is supposed to do. We could also figure out a better solution overall regarding the correct package installation.
The text was updated successfully, but these errors were encountered:
I suggest moving the
development_clevis()
- https://github.com/RedHat-SP-Security/clevis-tests/blob/master/Sanity/pkcs11/basic/runtest.sh#L58, earlier in the setup phase.The reason is that we have some checks that verify the package presence in the beginning (https://github.com/RedHat-SP-Security/clevis-tests/blob/master/Sanity/pkcs11/basic/runtest.sh#L37) but the installation of the package much later. It makes no sense to have it there, in case the package is not installed we should install it. The check fails in case the package is not installed, so it this function may never do what it is supposed to do. We could also figure out a better solution overall regarding the correct package installation.
The text was updated successfully, but these errors were encountered: