Skip to content

Commit 2eeef43

Browse files
author
jmccormick2001
committed
add README
1 parent fb7be25 commit 2eeef43

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

testing/simple/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
smoketest requires:
2+
3+
* pass in the kubeconfig path on the command line using --kubeconfig=/path/to/kubeconfig
4+
* pass in the cluster name on the command line using -clustername flag
5+
* pass in the namespace on the command line using -namespace flag
6+
7+
To run a single test:
8+
9+
go test -run TestCreateLabel -v --kubeconfig=/home/jeffmc/.kube/config -clustername=foomatic -namespace=pgouser1
10+
11+
To run all tests:
12+
13+
go test ./... -v --kubeconfig=/home/jeffmc/.kube/config -clustername=foomatic -namespace=pgouser1

0 commit comments

Comments
 (0)