From: Vincent Fu Date: Fri, 15 Dec 2023 15:52:27 +0000 (+0000) Subject: t/run-fio-tests: add t/nvmept_trim.py X-Git-Tag: fio-3.37~30 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2d0debb3fca7ddc4374624acb8c70fc8292d860d;p=fio.git t/run-fio-tests: add t/nvmept_trim.py Add the pass-through multi-range trim tests to the automated test suite. Signed-off-by: Vincent Fu --- diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index 2f76d3fc..d4742e96 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -981,6 +981,14 @@ TEST_LIST = [ 'success': SUCCESS_DEFAULT, 'requirements': [Requirements.linux, Requirements.nvmecdev], }, + { + 'test_id': 1015, + 'test_class': FioExeTest, + 'exe': 't/nvmept_trim.py', + 'parameters': ['-f', '{fio_path}', '--dut', '{nvmecdev}'], + 'success': SUCCESS_DEFAULT, + 'requirements': [Requirements.linux, Requirements.nvmecdev], + }, ]