Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PathToDefaultDiskEncryptionParamsFile path to config file with default disk encryption parameters.
PathToDefaultDiskEncryptionParamsFile = "./default.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiskEncrptionConfig ¶
type DiskEncrptionConfig struct { *systemtestsconfig.SystemTestsConfig // BMCClient provides access to the BMC. Nil when BMC configs are not provided. Spoke1BMC *bmc.BMC BMCUsername string `yaml:"BMCUsername" envconfig:"ECO_SYSTEM_TESTS_BMC_USERNAME"` BMCPassword string `yaml:"BMCPassword" envconfig:"ECO_SYSTEM_TESTS_BMC_PASSWORD"` BMCHosts []string `yaml:"BMCHosts" envconfig:"ECO_SYSTEM_TESTS_BMC_HOSTS"` BMCTimeout time.Duration `yaml:"BMCTimeout" envconfig:"ECO_SYSTEM_TESTS_BMC_TIMEOUT"` }
DiskEncrptionConfig type keeps disk encryption configuration.
func NewDiskEncryptionConfig ¶
func NewDiskEncryptionConfig() *DiskEncrptionConfig
NewDiskEncryptionConfig returns instance of DiskEncrptionConfig config type.
Click to show internal directories.
Click to hide internal directories.