Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <oviner@redhat.com>
  • Loading branch information
OdedViner authored and openshift-cherrypick-robot committed Nov 23, 2023
1 parent cc2aa1e commit 3e3a49b
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 3e3a49b

Please sign in to comment.