Enable acceptance tests by setting beaker_hypervisor: vagrant_libvirt
#127
Annotations
6 errors
|
spec/acceptance/05_grub2_users_spec.rb#L54
GRUB2 User Tests on debian11-64-puppet7.example.com set a user on the system with a plain text password sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
spec/acceptance/05_grub2_users_spec.rb#L83
GRUB2 User Tests on debian11-64-puppet7.example.com set a user on the system with a hashed password sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
spec/acceptance/05_grub2_users_spec.rb#L113
GRUB2 User Tests on debian11-64-puppet7.example.com set a user on the system with a hashed password with 20000 rounds sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
spec/acceptance/05_grub2_users_spec.rb#L143
GRUB2 User Tests on debian11-64-puppet7.example.com should purge any users when purge is set purges unmanaged users
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
|
This job was cancelled
Loading