From 9c5e62ad6d08da152f3e3eb5087f6e7510347f0d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Feb 2023 15:06:55 +0100 Subject: [PATCH] README: add test ids that can be used in exclude/only statement --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 94e6af1..3924e89 100644 --- a/README.md +++ b/README.md @@ -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 + + +##### 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`