Skip to content

Commit

Permalink
virtio_fs_utils.py: add @error_context.context_aware to function
Browse files Browse the repository at this point in the history
Add @error_context.context_aware to function basic_io_test()

Signed-off-by: Houqi (Nick) Zuo <hzuo@redhat.com>
  • Loading branch information
nickzhq committed Nov 2, 2023
1 parent bf28da8 commit cf447f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/virtio_fs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def get_virtiofs_driver_letter(test, fs_target, session):
return driver_letter


@error_context.context_aware
def basic_io_test(test, params, session):
"""
Virtio_fs basic io test. Create file on guest and then compare two md5
Expand Down

0 comments on commit cf447f5

Please sign in to comment.