Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DEFAULT_TIMEOUT = 30 * time.Second
Functions ¶
func DisableDiego ¶
func DisableDiego(appName string)
func EnableDiego ¶
func EnableDiego(appName string)
func GetAppGuid ¶
func SetBackend ¶
func SetBackend(appName string)
func SkipIfWindows ¶
func SkipIfWindows(testConfig *Config)
Types ¶
type Config ¶
type Config struct {
SuiteName string `json:"suite_name"`
ApiEndpoint string `json:"api"`
AppsDomain string `json:"apps_domain"`
SkipSSLValidation bool `json:"skip_ssl_validation"`
User string `json:"user"`
Password string `json:"password"`
Org string `json:"org"`
Space string `json:"space"`
UseExistingOrg bool `json:"use_existing_org"`
UseExistingSpace bool `json:"use_existing_space"`
// existing app names - if empty the space will be managed and a random app name will be used
LoggingApp string `json:"logging_app"`
RuntimeApp string `json:"runtime_app"`
ArtifactsDirectory string `json:"artifacts_directory"`
SyslogDrainPort int `json:"syslog_drain_port"`
SyslogIpAddress string `json:"syslog_ip_address"`
Cleanup bool `json:"cleanup"`
EnableWindowsTests bool `json:"enable_windows_tests"`
Backend string `json:"backend"`
}
Click to show internal directories.
Click to hide internal directories.