File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Start the cluster using your built minikube with:
55
55
$ ./out/minikube start
56
56
```
57
57
58
- ### Running Tests
58
+ ## Running Tests
59
59
60
60
#### Unit Tests
61
61
@@ -65,7 +65,7 @@ Unit tests are run on Travis before code is merged. To run as part of a developm
65
65
make test
66
66
```
67
67
68
- #### Integration Tests
68
+ ### Integration Tests
69
69
70
70
Integration tests are currently run manually.
71
71
To run them, build the binary and run the tests:
@@ -74,7 +74,13 @@ To run them, build the binary and run the tests:
74
74
make integration
75
75
```
76
76
77
- #### Conformance Tests
77
+ You may find it useful to set various options to test only a particular test against a non-default driver. For instance:
78
+
79
+ ``` shell
80
+ env TEST_ARGS=" -minikube-start-args=--vm-driver=hyperkit -test.run TestStartStop" make integration
81
+ ```
82
+
83
+ ### Conformance Tests
78
84
79
85
These are Kubernetes tests that run against an arbitrary cluster and exercise a wide range of Kubernetes features.
80
86
You can run these against minikube by following these steps:
You can’t perform that action at this time.
0 commit comments