From 751642141a4e476d9bc4bf008226f998d1eb7e2c Mon Sep 17 00:00:00 2001 From: Tyler Titsworth Date: Fri, 7 Jun 2024 16:18:56 -0700 Subject: [PATCH] remove outdated info Signed-off-by: Tyler Titsworth --- test-runner/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test-runner/README.md b/test-runner/README.md index 096eb97c..e5b26331 100644 --- a/test-runner/README.md +++ b/test-runner/README.md @@ -143,16 +143,6 @@ In this example, `client_rest_test.sh` is a bash script that executes `cURL` com 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. -To run the CLI, use the following command: - -```bash -python main.py -f /path/to/tests.yaml -``` - -The -f option is used to specify the path to the YAML file containing the test definitions. - -For more options, see the `--help` output below: - ```text $ python test_runner.py --help usage: test_runner.py [-h] [-a ACTIONS_PATH] -f FILE_PATH [-v] [-l LOGS_PATH]