Skip to content

Commit

Permalink
Merge pull request #16963 from ygalblum/system-test-readme-hack
Browse files Browse the repository at this point in the history
[CI:DOCS] Test README - point users to hack/bats
  • Loading branch information
openshift-merge-robot authored Jan 3, 2023
2 parents e332a24 + 18b21b8 commit d070d5f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ When `bats` is installed and is in your `PATH`, you can run the test suite with
make localsystem
```

## Running the system tests in a more controlled way
If you would like to run a subset of the system tests, or configure the environment (e.g. root vs rootless, local vs remote),
use `hack/bats`.

For usage run:
```
hack/bats --help
```

## Contributing to system tests

Please see [the TODO list of needed workflows/tests](system/TODO.md).

0 comments on commit d070d5f

Please sign in to comment.