ndctl
ndctl copied to clipboard
[Tests] check for the presence of tools like jq early
Often if tools that are expected to be installed in the system are missing, a test would run until the point it tries to use that tool/utility, and then fails.
It would be a better experience if all tests that use tools that may not be present on a base system first check for their presence, and 'skip' instead of 'fail.