File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -61,23 +61,3 @@ tests-ext-update:
6161.PHONY : tests-ext-clean
6262tests-ext-clean :
6363 rm -f $(TESTS_EXT_BINARY ) $(TESTS_EXT_BINARY ) .gz
64-
65- # Run tests extension help
66- .PHONY : tests-ext-help
67- tests-ext-help :
68- ./$(TESTS_EXT_BINARY ) --help
69-
70- # Run sanity test
71- .PHONY : tests-ext-sanity
72- tests-ext-sanity :
73- ./$(TESTS_EXT_BINARY ) run-suite " openshift/cluster-etcd-operator/conformance/parallel"
74-
75- # List available tests
76- .PHONY : tests-ext-list
77- tests-ext-list :
78- ./$(TESTS_EXT_BINARY ) list tests
79-
80- # Show extension info
81- .PHONY : tests-ext-info
82- tests-ext-info :
83- ./$(TESTS_EXT_BINARY ) info
Original file line number Diff line number Diff line change @@ -91,10 +91,6 @@ The CI configuration runs the OTE binary and generates JUnit reports for test re
9191| `make tests-ext-build` | Builds the test extension binary. |
9292| `make tests-ext-update` | Updates the metadata JSON file and cleans machine-specific codeLocations. |
9393| `make tests-ext-clean` | Clean tests extension artifacts. |
94- | `make tests-ext-help` | Run tests extension help. |
95- | `make tests-ext-sanity` | Run sanity test. |
96- | `make tests-ext-list` | List available tests. |
97- | `make tests-ext-info` | Show extension info. |
9894| `make verify` | Runs formatting, vet, and linter. |
9995
10096**Note:** Metadata is stored in: `.openshift-tests-extension/openshift_payload_cluster-etcd-operator.json`
You can’t perform that action at this time.
0 commit comments