Closed nhosoi closed 3 years ago
Cause of the failures, e.g., in https://fedorapeople.org/groups/linuxsystemroles/logs/linux-system-roles-nbde_client-pull-linux-system-roles_nbde_client-37-e490ebb-centos-8-20210304-060726/artifacts/test.log.html.
'msg': 'Command cryptsetup luksAddKey --key-slot 1 --batch-mode --force-password /tmp/.nbde_client_dev_test failed: '
[citest bad]
@nhosoi do you know why did some of the tests fail?
@nhosoi do you know why did some of the tests fail?
I'm pretty sure the failures are fixed by https://github.com/linux-system-roles/nbde_client/pull/38
__future__
boilerplate to all of the modules and module_utils codeNotes: 1) pylint blacklisted-name on
_
and ansible-format-automatic-specification on{}
are to be in the ignore file.2) Unsolved validate-modules errors:
3) The import sub-test passes with python 3.8, but fails with the other versions due to the pyyaml version mismatch.