Documentation
¶
Overview ¶
Package e2e tests the functionality of cloud adaptor against actual GCP. For this test to work, you must have a valid credential and access to the APIs tested:
$ gcloud auth application-default login $ go test ./e2e
Run with coverage:
$ go test -coverpkg ./pkg/cloud -coverprofile cov.out ./e2e ./pkg/cloud $ go tool cover -html cov.out
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func FallbackCleanup ¶ added in v1.34.0
FallbackCleanup cleans all the resources created during the test run.
func IsNotFoundError ¶
func ParseFlagsOrDie ¶ added in v1.34.0
func ParseFlagsOrDie()
func SetupCloudOrDie ¶ added in v1.34.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.