mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
When testing a packer build or validate, one common use case is to check which plugins are loaded and used by Packer to run a command. This is generally done through Grep, but repeating the same pattern can be redundant, and if the output changes, all those need to be updated. Therefore, this commit introduces a PluginsUsed gadget, which can be orchestrated to ensure a plugin is used, or not used, allowing to check for multiple plugins at once. |
||
|---|---|---|
| .. | ||
| core_tests | ||
| lib | ||
| plugin_tests | ||