You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run a specific conformance test, you can use the `ginkgo.focus` flag to filter the set using a regular expression.
101
-
The `hack/e2e.go` wrapper and the `e2e.sh` wrappers have a little trouble with quoting spaces though, so use the `\s` regular expression character instead.
102
-
For example, to run the test `should update annotations on modification [Conformance]`, use following command:
103
-
104
-
```shell
105
-
go run hack/e2e.go -v --test --test_args="--ginkgo.focus=should\supdate\sannotations\son\smodification" --check-version-skew=false
106
-
```
101
+
This script will run the latest sonobuoy against a minikube cluster with two nodes and the provided parameters.
0 commit comments