README: add test ids that can be used in exclude/only statement

This commit is contained in:
Alexandre Aubin 2023-02-03 15:06:55 +01:00 committed by GitHub
parent 9fcc476cf3
commit 9c5e62ad6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,3 +216,8 @@ test_format = 1.0
``` ```
Note that you can run `python3 lib/parse_tests_toml.py /path/to/your/app/ | jq` to dump what tests will be run by package check Note that you can run `python3 lib/parse_tests_toml.py /path/to/your/app/ | jq` to dump what tests will be run by package check
##### Test ids
The test IDs to be used in only/exclude statements are: `install.root`, `install.subdir`, `install.nourl`, `install.multi`, `backup_restore`, `upgrade`, `upgrade.someCommitId` `change_url`