From 6ed90ccbca15862cdfd516db4eb6decfa0df2edd Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 24 Jan 2024 11:19:44 +0100 Subject: [PATCH] tests: update command name to reflect reality --- enhancements/testing/improved-platform-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enhancements/testing/improved-platform-tests.md b/enhancements/testing/improved-platform-tests.md index 82202d27d7..a046374988 100644 --- a/enhancements/testing/improved-platform-tests.md +++ b/enhancements/testing/improved-platform-tests.md @@ -211,7 +211,7 @@ N/A To achieve the first step of the proposal, we need to: 1. Provide a library for building `-tests` which exposes two commands: - `list` - responsible for listing tests in JSON format; - - `run` - run a single test, returning results in ginkgo compatible format; + - `run-test` - run a single test, returning results in ginkgo compatible format; 2. Provide a mechanism for labeling tests, similarly how we currently indicate 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) or [kubernetes/rules.go](https://github.com/openshift/kubernetes/blob/8bd5514be14de7fb3105962c8fc206ef5e921a0b/openshift-hack/e2e/annotate/rules.go),