Skip to content

Commit cb99be8

Browse files
author
Tyler Titsworth
authored
Remove Outdated Test Runner Docs Info (#108)
Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent e984627 commit cb99be8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test-runner/README.md

-10
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,6 @@ In this example, `client_rest_test.sh` is a bash script that executes `cURL` com
143143

144144
This application is designed to run a series of tests defined in a YAML configuration file. These tests can be run either directly on the host system (baremetal) or within a Docker container. The application can execute one test file using the command line interface.
145145

146-
To run the CLI, use the following command:
147-
148-
```bash
149-
python main.py -f /path/to/tests.yaml
150-
```
151-
152-
The -f option is used to specify the path to the YAML file containing the test definitions.
153-
154-
For more options, see the `--help` output below:
155-
156146
```text
157147
$ python test_runner.py --help
158148
usage: test_runner.py [-h] [-a ACTIONS_PATH] -f FILE_PATH [-v] [-l LOGS_PATH]

0 commit comments

Comments
 (0)