Documentation
¶
Index ¶
- Variables
- func CreateESAccessToken(t *testing.T) string
- func KibanaConnectionAuthChecks(resourceName string) []resource.TestCheckFunc
- func KibanaConnectionVariables(additional ...config.Variables) config.Variables
- func NamedTestCaseDirectory(name string) config.TestStepConfigFunc
- func PreCheck(t *testing.T)
- func PreCheckWithExplicitKibanaEndpoint(t *testing.T)
- func PreCheckWithWorkflowsEnabled(t *testing.T, minVersion *version.Version)
- type TLSMaterial
Constants ¶
This section is empty.
Variables ¶
View Source
var Providers map[string]func() (tfprotov6.ProviderServer, error)
Functions ¶
func CreateESAccessToken ¶ added in v0.14.4
func KibanaConnectionAuthChecks ¶ added in v0.15.0
func KibanaConnectionAuthChecks(resourceName string) []resource.TestCheckFunc
func KibanaConnectionVariables ¶ added in v0.15.0
func NamedTestCaseDirectory ¶ added in v0.12.2
func NamedTestCaseDirectory(name string) config.TestStepConfigFunc
func PreCheckWithExplicitKibanaEndpoint ¶ added in v0.14.4
Types ¶
type TLSMaterial ¶ added in v0.14.4
type TLSMaterial struct {
CAPEM string
CertPEM string
KeyPEM string
CAFile string
CertFile string
KeyFile string
}
func CreateTLSMaterial ¶ added in v0.14.4
func CreateTLSMaterial(t *testing.T, commonName string) TLSMaterial
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package reproductions holds TestAccReproduceIssue{N} acceptance tests authored by the reproducer-factory workflow as a fallback when no resource package can be confidently identified from the issue.
|
Package reproductions holds TestAccReproduceIssue{N} acceptance tests authored by the reproducer-factory workflow as a fallback when no resource package can be confidently identified from the issue. |
Click to show internal directories.
Click to hide internal directories.