t/nvmept: call parent class check_result()
authorVincent Fu <vincent.fu@samsung.com>
Wed, 27 Dec 2023 02:55:59 +0000 (21:55 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 27 Dec 2023 02:55:59 +0000 (21:55 -0500)
Make sure we call the parent class' check_result() method to check the
return code, stderr output, etc.

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

index c08fb350412b95e40869ff61176b4132a55d818d..1ade64dc572a68a691c483b588db21f355399a87 100755 (executable)
@@ -55,6 +55,8 @@ class PassThruTest(FioJobCmdTest):
 
 
     def check_result(self):
+        super().check_result()
+
         if 'rw' not in self.fio_opts:
             return