package
1.12.0
Repository: https://github.com/hashicorp/packer.git
Documentation: pkg.go.dev

# Packages

# Functions

Test performs an acceptance test on a backend with the given test case.

# Constants

TestEnvVar must be set to a non-empty value for acceptance tests to run.

# Structs

TestCase is a single set of tests to run for a backend.

# Interfaces

TestT is the interface used to handle the test lifecycle of a test.

# Type aliases

TestCheckFunc is the callback used for Check in TestStep.
TestTeardownFunc is the callback used for Teardown in TestCase.