Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PathToDefaultSystemTestsParamsFile path to config file with default system tests parameters.
PathToDefaultSystemTestsParamsFile = "./default.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemTestsConfig ¶
type SystemTestsConfig struct { *config.GeneralConfig IpmiToolImage string `yaml:"ipmitool_image" envconfig:"ECO_SYSTEM_TESTS_IPMITOOL_IMAGE"` CNFGoTestsClientImage string `yaml:"cnf_gotests_client_image" envconfig:"ECO_SYSTEM_TESTS_CNF_CLIENT_IMAGE"` DestinationRegistryURL string `yaml:"dest_registry_url" envconfig:"ECO_SYSTEM_TESTS_DEST_REGISTRY_URL"` }
SystemTestsConfig type keeps general configuration.
func NewSystemTestsConfig ¶
func NewSystemTestsConfig() *SystemTestsConfig
NewSystemTestsConfig returns instance of SystemTestsConfig type.
Click to show internal directories.
Click to hide internal directories.