aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Fu <vincent.fu@samsung.com>2023-12-26 21:55:59 -0500
committerVincent Fu <vincent.fu@samsung.com>2023-12-26 21:55:59 -0500
commit4883f8f65180ef4e22d6caf4abaf6028faa1af61 (patch)
tree638109684ec80b476b0186b9039e3ddd752f613c
parentbe943a3ef5d94d8a9fefa11dc004789f66beb8e6 (diff)
downloadfio-4883f8f65180ef4e22d6caf4abaf6028faa1af61.tar.gz
t/nvmept: call parent class check_result()
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>
-rwxr-xr-xt/nvmept.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/nvmept.py b/t/nvmept.py
index c08fb3504..1ade64dc5 100755
--- a/t/nvmept.py
+++ b/t/nvmept.py
@@ -55,6 +55,8 @@ class PassThruTest(FioJobCmdTest):
def check_result(self):
+ super().check_result()
+
if 'rw' not in self.fio_opts:
return