$ python test_fio_plugin.py
E.
======================================================================
ERROR: test_functional_success (__main__.FioPluginTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "~/arcaflow-plugins/python/fio/test_fio_plugin.py", line 47, in test_functional_success
with open("fio-plus.json", "r") as fio_output_file:
FileNotFoundError: [Errno 2] No such file or directory: 'fio-plus.json'
----------------------------------------------------------------------
Ran 2 tests in 0.010s
FAILED (errors=1)
Describe the bug
To reproduce
Try running test for fio plugin.
Additional context