Skip to content

Commit

Permalink
fixed issue 1080
Browse files Browse the repository at this point in the history
  • Loading branch information
guazhangRH committed Dec 1, 2024
1 parent 2f5af57 commit d4e710d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def _check_subsys(subsys, dev_paths):
dev_paths += [path]
except:
pass

time.sleep(1)
ret, out, err = run_command("nvme list --output-format=json --verbose")
if ret != 0:
raise RuntimeError("Error getting NVMe list: '%s %s'" % (out, err))
Expand Down

0 comments on commit d4e710d

Please sign in to comment.