Description
Several acceptance tests rely on puppetpath for both code and configuration related paths. Historically that setting was the same as puppetconfdir, but with the code/config split, it no longer makes sense.
The acceptance tests should be updated to:
- Use beaker's host.puppet['setting'] methods so the test doesn't depend on hard-coded beaker default
- Query for codedir or confdir as appropriate.
- Take into account the agent vs master application, e.g. host.puppet('master')['confdir']
Attachments
Issue Links
- blocks
-
SERVER-401 Investigate jetty_external_root_ca.rb acceptance test
-
- Closed
-
- relates to
-
SERVER-400 Try beaker from pr/719
-
- Closed
-
- links to