HomePhorge

(#11767) No longer necessary to delete ssl directory in each test
0d8a22a1f05cUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#11767) No longer necessary to delete ssl directory in each test

Previously, each TestCase that used with_master_running_on had to
remember to delete the ssl directories from every host. Otherwise, if
either the master or any of its agents used a certificate from a
previous run, the test would fail.

Also, previously, TestCases were not consistent in how they referenced
the ssl directory: /etc/puppet/ssl, #{host['puppetpath']}/ssl,
on the configuration file being used.

Deletion of the ssl directories now happens within the
with_master_running_on method itself, so that individual TestCases
don't need to.

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUe1828ba69b50: Updated CHANGELOG for 2.7.10rc1
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPU0d8a22a1f05c: (#11767) No longer necessary to delete ssl directory in each test (authored by Josh Cooper <josh@puppetlabs.com>).Jan 21 2012, 12:22 AM