Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner authored and openshift-cherrypick-robot committed Nov 26, 2023
1 parent f863c6f commit 4e6613a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/utility/workloads/fio.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def setup(**kwargs):
bool: True if setup succeeds else False
"""
io_pod = kwargs["pod"]
if "fio" in io_pod.exec_cmd_on_pod(command="fio --version"):
if "fio-" in io_pod.exec_cmd_on_pod(command="fio --version"):
return True
# For first cut doing simple fio install
distro = find_distro(io_pod)
Expand Down

0 comments on commit 4e6613a

Please sign in to comment.