Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
fix acceptance test parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 16, 2024
1 parent a965f44 commit f4bb1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/dropbear_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
it 'works idempotently with no errors' do

Check failure on line 6 in spec/acceptance/dropbear_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04

dropbear class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211920698.pp.uU1p7y Last 10 lines of output were: Feb 16 21:19:34 ubuntu2004-64-puppet7.example.com systemd[1]: Starting LSB: Lightweight SSH server... Feb 16 21:19:34 ubuntu2004-64-puppet7.example.com dropbear[2416]: Starting Dropbear SSH server: Feb 16 21:19:34 ubuntu2004-64-puppet7.example.com systemd[1]: dropbear.service: Control process exited, code=exited, status=1/FAILURE Feb 16 21:19:34 ubuntu2004-64-puppet7.example.com systemd[1]: dropbear.service: Failed with result 'exit-code'. Feb 16 21:19:34 ubuntu2004-64-puppet7.example.com systemd[1]: Failed to start LSB: Lightweight SSH server. �[mNotice: /Stage[main]/Dropbear/Service[dropbear]: Triggered 'refresh' from 2 events Info: Class[Dropbear]: Unscheduling all events on Class[Dropbear] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 12.32 seconds

Check failure on line 6 in spec/acceptance/dropbear_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04

dropbear class default parameters works idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_211906270.pp.7WEFZF Last 10 lines of output were: Feb 16 21:19:11 ubuntu2204-64-puppet7.example.com systemd[1]: Starting LSB: Lightweight SSH server... Feb 16 21:19:11 ubuntu2204-64-puppet7.example.com dropbear[1003]: Starting Dropbear SSH server: Feb 16 21:19:11 ubuntu2204-64-puppet7.example.com systemd[1]: dropbear.service: Control process exited, code=exited, status=1/FAILURE Feb 16 21:19:11 ubuntu2204-64-puppet7.example.com systemd[1]: dropbear.service: Failed with result 'exit-code'. Feb 16 21:19:11 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start LSB: Lightweight SSH server. �[mNotice: /Stage[main]/Dropbear/Service[dropbear]: Triggered 'refresh' from 2 events Info: Class[Dropbear]: Unscheduling all events on Class[Dropbear] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 3.54 seconds
pp = <<-EOS
class { 'dropbear':
port => '443',
port => 443,
extra_args => '-s',
banner => '/etc/motd',
}
Expand Down

0 comments on commit f4bb1e5

Please sign in to comment.