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 committed Sep 28, 2023
1 parent 2373fff commit 0432496
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ocs_ci/ocs/resources/pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,6 @@ def workload_setup(self, storage_type, jobs=1, fio_installed=False):
# few io parameters for Fio

self.wl_obj = workload.WorkLoad(name, path, work_load, storage_type, self, jobs)
# if not (fio_installed and work_load == "fio"):
# assert self.wl_obj.setup(), f"Setup for FIO failed on pod {self.name}"
self.wl_setup_done = True

def run_io(
Expand Down

0 comments on commit 0432496

Please sign in to comment.