Skip to content

Commit

Permalink
Merging pull request 234
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>

* github.com:distributed-system-analysis/run-perf:
  Revert d2d21a9
  • Loading branch information
ldoktor committed May 18, 2023
2 parents ab28d5d + f17c3e7 commit aa23919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runperf/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def reboot(self):
"""Gracefully reboot the machine"""
self.log.debug(" Rebooting...")
with self.get_session_cont() as session:
session.sendline("reboot -f")
session.sendline("reboot")
time.sleep(30)
with self.get_session_cont(360):
# Just checking whether it's obtainable
Expand Down

0 comments on commit aa23919

Please sign in to comment.