Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectTestArtifacts ¶
CollectTestArtifacts gets all the artifacts from the test run and saves them to the artifact path. Currently, it saves: - clusterextensions - pods logs - deployments - catalogsources
func FindK8sClient ¶
FindK8sClient returns the first available Kubernetes CLI client from the system, It checks for the existence of each client by running `version --client`. If no suitable client is found, the function terminates the test with a failure.
func NewSummary ¶
func PrintSummary ¶
PrintSummary executes the main summary template, generating the full test report. The markdown is template-driven; the summary methods are called from within the template. This allows us to add or change queries (hopefully) without needing to touch code. The summary will be output to a file supplied by the env target.
Types ¶
This section is empty.