packer/packer_test
Lucas Bajolet ded0500109 packer_test: add plugins used gadget
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.
2024-08-13 14:52:43 -04:00
..
core_tests packer_test: make packer test suite modular 2024-08-13 14:52:43 -04:00
lib packer_test: add plugins used gadget 2024-08-13 14:52:43 -04:00
plugin_tests packer_test: make packer test suite modular 2024-08-13 14:52:43 -04:00