Documentation
¶
Index ¶
Constants ¶
View Source
const PackerFileHeader = `
packer {
required_plugins {
}
}
`
Variables ¶
This section is empty.
Functions ¶
func NewTestContext ¶
func Test ¶
func Test(t *testing.T, config *TestConfig)
Types ¶
type PackerCheck ¶
PackerCheck represents a check for a scaleway resource
type PackerCleanup ¶ added in v1.4.0
PackerCleanup represents a cleanup function for a scaleway resource
type PackerCtx ¶
func ExtractCtx ¶
type PackerCtxKey ¶
type PackerCtxKey struct{}
type TestConfig ¶
type TestConfig struct {
Config string
Checks []PackerCheck
Cleanup []PackerCleanup
}
Click to show internal directories.
Click to hide internal directories.