Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the ability to install puppet-agent from a local dev build
If the `DEV_BUILD_PATH` environment variable is set and refers to a puppet-agent package, then it will be scp'ed to the remote system and installed. This makes it possible to run beaker tests on a platform without needing to generate repos or ship artifacts. export DEV_BUILD_PATH=/home/josh/work/puppet-agent/output/sles/12/puppet8/x86_64/puppet-agent-8.3.1.65.gc65ba7001-1.sles12.x86_64.rpm floaty get sles-12-x86_64 bundle exec beaker-hostgenerator 'sles12-64a{hypervisor=none,vmhostname=<hostname>}' > hosts.yaml bundle exec rake ci:test:setup SHA=8.3.1 HOSTS=hosts.yaml bundle exec beaker exec <test> Where <hostname> is the fqdn of the remote system and <test> is the file or directory of tests to execute against the remote system.
- Loading branch information