e2e

package
v1.29.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL