Fix readme formatting
This commit is contained in:
parent
6d33cdb082
commit
0d388f4257
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ This repository contains tests for libomp.
|
|||
Tests are executed using TMT (Test Management Tool). The repository includes a
|
||||
TMT plan that runs all the tests by default. All the tests support the following
|
||||
context dimensions:
|
||||
|
||||
* `distro`
|
||||
* `arch`
|
||||
* `collection` (only applicable to RHEL 7)
|
||||
|
|
@ -24,6 +25,7 @@ tmt -c distro=<distro> -c arch=<arch> run -avv provision -h connect -g <ip_or_ho
|
|||
|
||||
## Adding New Tests
|
||||
Please consider the following when adding new tests:
|
||||
|
||||
* Test scripts must be named `test.sh`. If a different test is needed, you need
|
||||
to overwrite the `test:` key in the test `main.fmf`.
|
||||
* Tests must be placed under `tests/<test_name>`. Additionally they can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue