Documentation
¶
Index ¶
- Variables
- func AppsDestroyTest(t *testing.T, params *DeisTestConfig)
- func AuthCancel(t *testing.T, params *DeisTestConfig)
- func CheckList(t *testing.T, params interface{}, cmd, contain string, notflag bool)
- func Curl(t *testing.T, params *DeisTestConfig)
- func Execute(t *testing.T, cmd string, params interface{}, failFlag bool, expect string)
- func GetCommand(cmdtype, cmd string) string
- func GetRandomApp() string
- type DeisTestConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var Deis = "/usr/local/bin/deis "
Functions ¶
func AppsDestroyTest ¶
func AppsDestroyTest(t *testing.T, params *DeisTestConfig)
func AuthCancel ¶
func AuthCancel(t *testing.T, params *DeisTestConfig)
func Curl ¶
func Curl(t *testing.T, params *DeisTestConfig)
func GetCommand ¶
func GetRandomApp ¶
func GetRandomApp() string
Types ¶
type DeisTestConfig ¶
type DeisTestConfig struct {
AuthKey string
Hosts string
HostName string
SshKey string
ClusterName string
UserName string
Password string
Email string
UpdatedHosts string
ExampleApp string
AppName string
ProcessNum string
ImageId string
Version string
AppUser string
}
func GetGlobalConfig ¶
func GetGlobalConfig() *DeisTestConfig
Click to show internal directories.
Click to hide internal directories.