package
Version:
v4.1.1+incompatible
Opens a new window with list of versions in this module.
Published: Nov 21, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
smoketest requires:
- pass in the kubeconfig path on the command line using --kubeconfig=/path/to/kubeconfig
- pass in the cluster name on the command line using -clustername flag
- pass in the namespace on the command line using -namespace flag
To run a single test:
go test -run TestCreateLabel -v --kubeconfig=/home/jeffmc/.kube/config -clustername=foomatic -namespace=pgouser1
To run all tests:
go test ./... -v --kubeconfig=/home/jeffmc/.kube/config -clustername=foomatic -namespace=pgouser1
Documentation
¶
View Source
var (
Namespace = "pgouser1"
TestClusterName = "foomatic"
SLEEP_SECS = 10
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.