(SUP-4929) Update to S0022 for handling license files with .key and .liu file type #183
Annotations
3 errors and 1 warning
spec/acceptance/pe_status_check_spec.rb#L233
pe_status_check class activates module default parameters check all facts report false in the proper conditions if S0022 conditions when license.key is not present but suite-license is present to be true
On host `35.197.57.126'
Failure/Error: expect(result.stdout).to match(%r{true})
expected "false\n" to match /true/
Diff:
@@ -1 +1 @@
-/true/
+false
|
spec/acceptance/pe_status_check_spec.rb#L239
pe_status_check class activates module default parameters check all facts report false in the proper conditions if S0022 conditions when both license files are not present to be false
On host `35.197.57.126'
Failure/Error: run_shell('mv /etc/puppetlabs/license.key /tmp/license.key && touch /etc/puppetlabs/suite_license.liu && mv /etc/puppetlabs/suite_license.liu /tmp/suite_license.liu')
RuntimeError:
shell failed
`mv /etc/puppetlabs/license.key /tmp/license.key && touch /etc/puppetlabs/suite_license.liu && mv /etc/puppetlabs/suite_license.liu /tmp/suite_license.liu`
======
[{"target"=>"35.197.57.126", "action"=>"command", "object"=>"mv /etc/puppetlabs/license.key /tmp/license.key && touch /etc/puppetlabs/suite_license.liu && mv /etc/puppetlabs/suite_license.liu /tmp/suite_license.liu", "status"=>"failure", "value"=>{"stdout"=>"", "stderr"=>"mv: cannot stat '/etc/puppetlabs/license.key': No such file or directory\n", "merged_output"=>"mv: cannot stat '/etc/puppetlabs/license.key': No such file or directory\n", "exit_code"=>1, "_error"=>{"kind"=>"puppetlabs.tasks/command-error", "issue_code"=>"COMMAND_ERROR", "msg"=>"The command failed with exit code 1", "details"=>{"exit_code"=>1}}}}]
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading