Documentation ¶
Index ¶
Constants ¶
View Source
const DownloadedLXCTemplate string = "alpine-3.17-default_20221129_amd64.tar.xz"
View Source
const FirstNode string = "pve"
Variables ¶
This section is empty.
Functions ¶
func SetEnvironmentVariables ¶
func SetEnvironmentVariables()
Types ¶
type LoginTest ¶
type Test ¶
type Test struct { InputJson any //the inputted json OutputJson any //the outputted json Expected string //matches the output exactly Contains []string //the output contains all of the strings NotExpected string //the output that is not expected NotContains []string //the output may not contain any of these strings ReqErr bool //if an error is expected as output ErrContains string //the string the error should contain // TODO remove is obsolete Return bool //if the output should be read and returned for more advanced processing Args []string //cli arguments }
Click to show internal directories.
Click to hide internal directories.