Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Outdated Test Runner Docs Info #108

Merged
merged 4 commits into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions test-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down