Commit ce7f2e9
committed
(gh-19) Bump to Beaker 6 for acceptance
The Beaker 5 provision step preps .ssh/environment but leaves
/etc/environment as is. The .ssh/environment is later configured by the
acceptance/suites/pre_suite/openvox/configure_type_defaults.rb to
include a PATH that has /opt/puppetlabs/bin. However On Ubuntu20+,
/etc/environment (which has a PATH without /opt/puppetlabs/bin) seems to
get sourced after .ssh/environment, causing test that attempt to find
puppet tools to fail. (18.04 works fine, though /etc/environment still
has a PATH without /opt/puppetlabs, so presumably it's not sourced or
source order is different?).
At any rate, Beaker 6 explicitly clears out /etc/environment in the
beaker provision step, allowing ubuntu 20+ to work again.
:/1 parent fd9a50c commit ce7f2e9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments