-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(MODULES-10780) PA 6 to PA 7 upgrade tests #510
(MODULES-10780) PA 6 to PA 7 upgrade tests #510
Conversation
CLA signed by all contributors. |
Could we keep one test and just set different *_source based on platform? |
@ciprianbadescu I thought it could work, but that manifest is generated on the master node, and it only knows about the OS of the master. I am trying to create a manifest that has this logic, but don't think the syntax allows for something like this.
|
0ace6b3
to
b0b8606
Compare
b0b8606
to
3b98985
Compare
agents_only.each do |agent| | ||
start_puppet_service_and_wait_for_puppet_run(agent) | ||
wait_for_installation_pid(agent) | ||
assert_agent_version_on(agent, latest_version.scan(/\d*\.\d*\.\d*\.\d*/).first) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first digit should be 7 i guess, to make sure that the upgrade succeed.
This PR tests the upgradability to puppet 7 using the puppetlabs-puppet_agent module. Currently it uses the puppet 7 nightly builds, as a puppet7 collection does not exist.
3b98985
to
8bf6d8f
Compare
This PR tests the upgradability to puppet 7 using the
puppetlabs-puppet_agent module.
Currently it uses the puppet 7 nightly builds, as a puppet7 collection
does not exist.