mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-05 06:51:29 -05:00
With the draft to support both gob and protobuf as serialisation formats for Packer, along with the SDK changes that propel them, we add a series of tests that make sure the logic that picks which protocol is solid and functional. These tests rely on building several versions of the tester plugin, with and without protobuf support, to then install them in the tests as needed to test the logic of Packer using packer build with them, and templates that require multiple plugins. |
||
|---|---|---|
| .. | ||
| init | ||
| internal_only.pkr.hcl | ||
| pin_1.0.9.pkr.hcl | ||
| pre-release_constraint.pkr.hcl | ||
| simple.json | ||
| simple.pkr.hcl | ||
| test_both_plugins.pkr.hcl | ||
| test_one_pinned_plugin.pkr.hcl | ||
| test_one_plugin.pkr.hcl | ||