Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmokeTests ¶
type SmokeTests struct { /*GinkgoOpts - Descr: Ginkgo options for the smoke tests Default: */ GinkgoOpts interface{} `yaml:"ginkgo_opts,omitempty"` /*UseExistingSpace - Descr: Toggles setup and cleanup of the Elastic Runtime space Default: false */ UseExistingSpace interface{} `yaml:"use_existing_space,omitempty"` /*Backend - Descr: Defines the backend to be used. ('dea', 'diego', ” (default)) Default: */ Backend interface{} `yaml:"backend,omitempty"` /*AppsDomain - Descr: The Elastic Runtime Application Domain Default: <nil> */ AppsDomain interface{} `yaml:"apps_domain,omitempty"` /*Org - Descr: The Elastic Runtime organization name to use when running tests Default: <nil> */ Org interface{} `yaml:"org,omitempty"` /*LoggingApp - Descr: The Elastic Runtime app name to use when running logging tests Default: */ LoggingApp interface{} `yaml:"logging_app,omitempty"` /*SuiteName - Descr: A token used by the tests when creating Apps / Spaces Default: CF_SMOKE_TESTS */ SuiteName interface{} `yaml:"suite_name,omitempty"` /*Space - Descr: The Elastic Runtime space name to use when running tests Default: <nil> */ Space interface{} `yaml:"space,omitempty"` /*Password - Descr: The Elastic Runtime API user's password Default: <nil> */ Password interface{} `yaml:"password,omitempty"` /*Api - Descr: The Elastic Runtime API endpoint URL Default: <nil> */ Api interface{} `yaml:"api,omitempty"` /*RuntimeApp - Descr: The Elastic Runtime app name to use when running runtime tests Default: */ RuntimeApp interface{} `yaml:"runtime_app,omitempty"` /*User - Descr: The Elastic Runtime API user Default: <nil> */ User interface{} `yaml:"user,omitempty"` /*UseExistingOrg - Descr: Toggles setup and cleanup of the Elastic Runtime organization Default: false */ UseExistingOrg interface{} `yaml:"use_existing_org,omitempty"` /*EnableWindowsTests - Descr: Toggles a portion of the suite that exercises Windows platform support Default: false */ EnableWindowsTests interface{} `yaml:"enable_windows_tests,omitempty"` /*SkipSslValidation - Descr: Toggles cli verification of the Elastic Runtime API SSL certificate Default: false */ SkipSslValidation interface{} `yaml:"skip_ssl_validation,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type SmokeTestsJob ¶ added in v0.0.4
type SmokeTestsJob struct { /*SmokeTests - Descr: A token used by the tests when creating Apps / Spaces Default: CF_SMOKE_TESTS */ SmokeTests *SmokeTests `yaml:"smoke_tests,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.