aboutsummaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2023-02-14(MODULES-11371) Add Vox Beaker gemMichael Hashizume
In 742031c, we updated the module according to PDK template 7.2.1, which updated puppetlabs_spec_helper. The updated version of puppetlabs_spec_helper removed the Beaker rake task, which we use for acceptance testing. This commit adds the voxpupuli-acceptance gem, which re-adds the Beaker rake task.
2022-03-21(maint) Add Solaris patch to testingChristopher Thorn
2021-10-01(MODULES-11197) Rubocop fixesBobosila Victor
2021-10-01(MODULES-11197) Update the pdk template to 2.2.0Bobosila Victor
2021-03-11(maint) Switch to rspec-mocksGabriel Nagy
2019-10-24(maint) Update module using PDK 1.14.0mihaibuzgau
2019-01-08(maint) update PDK to 1.8.0; update all templatesMelissa Stone
2018-07-17Include puppet 6 and remove default roleJosh Cooper
* Bump max version to 7 * Install module on all hosts, not just those with the default role
2018-07-10Convert query based test to rspecJosh Cooper
2018-07-10Convert modify based tests to rspecJosh Cooper
Consolidate tests relating to modifying host entries.
2018-07-10Convert destroy based tests to rspecJosh Cooper
Consolidate tests relating to destroying host entries.
2018-07-10Convert create based tests to rspecJosh Cooper
Consolidate tests relating to creating host entries.
2018-07-10Add spec_helper_acceptanceJosh Cooper
2018-07-10Rename beaker tests to end with _specJosh Cooper
2018-07-10Add default centos nodesetJosh Cooper
2018-07-10Actually delete tempfilesJosh Cooper
Call cleanup after each test completes The record_tmp method needs to record the files to be deleted in the same class variable that the cleanup method uses.
2018-07-10Remove RSpec/AnyInstance violationJosh Cooper
Just pass the hostfile as the target when creating the Puppet::Type::Host instance.
2018-07-10Remove RSpec/InstanceVariable violationsJosh Cooper
Use `let` instead.
2018-07-10Remove Lint/AssignmentInCondition violationJosh Cooper
2018-07-10Remove Lint/EndAlignment violationsJosh Cooper
2018-07-10Remove Lint/HandleExceptions violationsJosh Cooper
2018-07-10Remove Style/GlobalVars violationsJosh Cooper
2018-07-10Remove Lint/ScriptPermission violationJosh Cooper
rspec files are not directly executable by ruby, so remove shebang line
2018-07-09Automatic validation updatesJosh Cooper
Updated rubocop violations using `pdk validate -a`.
2018-07-09Add local spec_helperJosh Cooper
2018-07-09Initial host import from puppet#ee7cf4d28077be7d1bdbbe934ea012d41d33deffJosh Cooper
2018-07-09Initial pdk new moduleJosh Cooper