voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.
https://forge.puppet.com/puppet/zabbix
Apache License 2.0
79 stars 229 forks source link

Test each Zabbix version individually in acceptance tests #901

Closed evgeni closed 8 months ago

evgeni commented 8 months ago

This uses the new beaker_facter option introduced in gha-puppet v2 to run with an additional vector in acceptance tests. The benefit is that you can see exactly which Zabbix version is tested on which OS. They can also run in parallel, which speeds up the whole testsuite. When running tests locally, all versions are still tested sequentially.