6 Commits

Author SHA1 Message Date
fangzhiyi18 0ae77b95ef 升级2.7
Signed-off-by: fangzhiyi18 <fangzhiyi1@huawei.com>
2024-10-21 02:53:20 +00:00
Jens Axboe b780219d6f tests: make the per-test device/file map TEST_MAP
It's fine to be able to specify per test files, but it's a pain for
other cases.

Make TEST_FILES just be a generic list of files again, and use those
if the file(s) for the test in question is empty.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-02-11 19:11:35 -07:00
Hao Xu e83e76112e test: use a map to define test files / devices we need
Different tests need different files / devices, use a map to indicate
what each test need.

Signed-off-by: Hao Xu <haoxu@linux.alibaba.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-01-26 10:59:05 -07:00
Lukas Czerner 59bcc3da09 runtests: add ability to exclude tests
Add TEST_EXCLUDE configuration option to be able to skip specified
tests. This is usefull in situations when certain tests are causing
problems that are not yet fixed, but I'd still want to see if any of the
changes made didn't break anything else.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-09-08 08:09:42 -06:00
Jens Axboe 4f18c82de3 test: use config.local for runtests.sh
Add it to .gitignore as well. This makes it easier to have a local
configuration that isn't overwritten by resetting the git tree, or
pulling changes.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-05-20 09:32:11 -06:00
Jens Axboe 00abd4b8cd test: add option to run with defined test files / devices
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-05-19 18:38:40 -06:00