Commit c88fda6
committed
(maint) Reload puppetserver service on tests teardown
For tests that modify auth.conf, make sure we reload the puppetserver
service after copying back the old auth.conf, otherwise subsequent tests
may fail.
For example, running `tests/agent/agent_parses_json_catalog.rb` after
`allow_arbitrary_node_name_for_agent.rb` will fail without this change.1 parent 2fde3e6 commit c88fda6
File tree
2 files changed
+2
-0
lines changed- acceptance/tests
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments