t/nvmept: fix typo
authorVincent Fu <vincent.fu@samsung.com>
Wed, 2 Aug 2023 16:23:37 +0000 (12:23 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 2 Aug 2023 16:58:16 +0000 (12:58 -0400)
Make the filenames for the nvmept artifacts start with nvmept instead
of readonly.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/nvmept.py

index cc26d1523e568c75b7391a8f6b4b34691da298ea..c08fb350412b95e40869ff61176b4132a55d818d 100755 (executable)
@@ -295,7 +295,7 @@ def main():
               'fio_path': fio_path,
               'fio_root': str(Path(__file__).absolute().parent.parent),
               'artifact_root': artifact_root,
-              'basename': 'readonly',
+              'basename': 'nvmept',
               }
 
     _, failed, _ = run_fio_tests(TEST_LIST, test_env, args)