Documentation ¶
Overview ¶
Package testUtil contains utility functions for all the tests in this repo
Package testUtil contains utility functions for all the tests in this repo ¶
Package testUtil contains utility functions for all the tests in this repo ¶
Package testUtil contains utility functions for all the tests in this repo ¶
Package testUtil contains utility functions for all the tests in this repo
Index ¶
- func HelmInstall(t *testing.T, helmOptions *helm.Options, releaseName string, ...) string
- func HelmUpgrade(t *testing.T, helmUpgradeOptions *helm.Options, releaseName string, ...)
- func MLReadyCheck(t *testing.T, kubectlOpt *k8s.KubectlOptions, podName string, ...) (bool, error)
- func RestartPodAndVerify(t *testing.T, delAtOnce bool, podList []string, namespaceName string, ...)
- func WaitUntilPodRunning(t *testing.T, kubectlOpt *k8s.KubectlOptions, podName string, retries int, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HelmInstall ¶
func HelmInstall(t *testing.T, helmOptions *helm.Options, releaseName string, kubectlOpt *k8s.KubectlOptions, helmChartPath ...string) string
HelmInstall : testUtil function to install helm chart for e2e tests
func HelmUpgrade ¶
func HelmUpgrade(t *testing.T, helmUpgradeOptions *helm.Options, releaseName string, kubectlOpt *k8s.KubectlOptions, podList []string, oldChartVersion string)
HelmUpgrade : testUtil function to upgrade helm chart for e2e tests
func MLReadyCheck ¶
func MLReadyCheck(t *testing.T, kubectlOpt *k8s.KubectlOptions, podName string, tlsConfig *tls.Config) (bool, error)
MLReadyCheck : testUtil function to check if MarkLogic is ready for e2e tests
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.