Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Dir is the directory that houses all of the test directories Dir string // Env is a map of environment variables that need to be provided // to each executable by default AWS_REGION, AWS_ACCESS_KEY_ID, and // AWS_SECRET_ACCESS_KEY are provided with dummy values (and us-east-1) Env map[string]string // Services is a list of Terraform AWS Provider custom endpoints // https://www.terraform.io/docs/providers/aws/guides/custom-service-endpoints.html // By default all custom endpoints are statically provided but this // provides an option for explicitly listing them Services []string // JobsPerCPU is the number of jobs that will be executed in parallel // per CPU. If it is not set, it will default to 1 JobsPerCPU int // contains filtered or unexported fields }
Config is used to configure how Tester is executed
Click to show internal directories.
Click to hide internal directories.