We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7be25 commit 2eeef43Copy full SHA for 2eeef43
testing/simple/README.md
@@ -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