aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Fu <vincent.fu@samsung.com>2023-12-15 15:52:27 +0000
committerVincent Fu <vincent.fu@samsung.com>2024-02-15 14:05:12 -0500
commit2d0debb3fca7ddc4374624acb8c70fc8292d860d (patch)
tree5b6f9cad9191982f850c9ad509a47854ca0e5a6d
parent66cbbb187894a3a5f142a2d6cea62d3dede08d63 (diff)
downloadfio-2d0debb3fca7ddc4374624acb8c70fc8292d860d.tar.gz
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 <vincent.fu@samsung.com>
-rwxr-xr-xt/run-fio-tests.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py
index 2f76d3fca..d4742e96f 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],
+ },
]