diff --git a/t/nvmept.py b/t/nvmept.py index 200219b4a..cc26d1523 100755 --- a/t/nvmept.py +++ b/t/nvmept.py @@ -236,6 +236,23 @@ def check_result(self): }, "test_class": PassThruTest, }, + { + # We can't enable fixedbufs because for trim-only + # workloads fio actually does not allocate any buffers + "test_id": 15, + "fio_opts": { + "rw": 'randtrim', + "timebased": 1, + "runtime": 3, + "fixedbufs": 0, + "nonvectored": 1, + "force_async": 1, + "registerfiles": 1, + "sqthread_poll": 1, + "output-format": "json", + }, + "test_class": PassThruTest, + }, ] def parse_args():