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
Copy file name to clipboardExpand all lines: enhancements/testing/improved-platform-tests.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ N/A
211
211
To achieve the first step of the proposal, we need to:
212
212
1. Provide a library for building `<binary>-tests` which exposes two commands:
213
213
-`list` - responsible for listing tests in JSON format;
214
-
-`run` - run a single test, returning results in ginkgo compatible format;
214
+
-`run-test` - run a single test, returning results in ginkgo compatible format;
215
215
2. Provide a mechanism for labeling tests, similarly how we currently indicate
216
216
that a test is part of a special group. See [origin/rules.go](https://github.com/openshift/origin/blob/cc42164781a728b804d0bb07f09cf878ec8f7807/test/extended/util/annotate/rules.go)
217
217
or [kubernetes/rules.go](https://github.com/openshift/kubernetes/blob/8bd5514be14de7fb3105962c8fc206ef5e921a0b/openshift-hack/e2e/annotate/rules.go),
0 commit comments