centreon-plugins
centreon-plugins copied to clipboard
Ctor 474 use docker to test plugin
Description
use docker to test installation of every plugins on every distrib and launch tests.
Fixes # (issue)
Type of change
- [ ] Patch fixing an issue (non-breaking change)
- [X] New functionality (non-breaking change)
- [ ] Breaking change (patch or feature) that might cause side effects breaking part of the Software
Target serie
- [ ] 22.04.x
- [ ] 22.10.x
- [ ] 23.04.x
- [ ] 23.10.x
- [X] 24.04.x (master)
How this pull request can be tested ?
see github actions, everything should be green
Any relevant details of the configuration to perform the test should be added.
Checklist
Community contributors & Centreon team
- [ ] I have followed the coding style guidelines provided by Centreon
- [ ] I have commented my code, especially new classes, functions or any legacy code modified. (docblock)
- [ ] I have commented my code, especially hard-to-understand areas of the PR.
- [ ] I have rebased my development branch on the base branch (master, maintenance).