smoke

package
v0.0.0-...-eb16850 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

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 GetAppGuid(appName string) string

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"`
}

func GetConfig

func GetConfig() *Config

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL