Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestConfig ¶
type TestConfig struct { NoCleanupOnFailure bool ECSClusterARNs []string `json:"ecs_cluster_arns"` LaunchType string `json:"launch_type"` PrivateSubnets interface{} `json:"private_subnets"` PublicSubnets interface{} `json:"public_subnets"` Suffix string Region string `json:"region"` VpcID string `json:"vpc_id"` RouteTableIDs []string `json:"route_table_ids"` LogGroupName string `json:"log_group_name"` Tags interface{} ClientServiceName string ServerServiceName string ConsulVersion string `json:"consul_version"` }
TestConfig holds configuration for the test suite.
func (TestConfig) ConsulImageURI ¶
func (t TestConfig) ConsulImageURI(enterprise bool) string
ConsulImageURI returns the Consul image URI for the configured consul version.
func (TestConfig) TFVars ¶
func (t TestConfig) TFVars(ignoreVars ...string) map[string]interface{}
Click to show internal directories.
Click to hide internal directories.