Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Not necessary
Description
The parser_functions/puppet_lookup_cmd.rb test fails when run in the Puppet Server CI pipeline:
The root cause of the failure appears to be that the test was written to only work when a single `agent` is in the CI/beaker configuration:
This line...
...has:
@agentname = on(agent, facter('fqdn')).stdout.chomp |
I think the test needs to be reworked to iterate through each agent the configuration with an agents.each and do the appropriate steps.