Skip to content

Commit

Permalink
Update hyperv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Jan 9, 2025
1 parent a76e6f5 commit a2981fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lisa/tools/hyperv.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,9 @@ def _install(self) -> bool:
# reboot node
self.node.reboot()

service: Service = self.node.tools[Service]
# wait for Hyper-V services to start
self.node.tools[Service].wait_for_service_start("vmms")
service.wait_for_service_start("vmcompute")
self.node.tools[Service].wait_for_service_start("vmcompute")

return self._check_exists()

Expand Down

0 comments on commit a2981fe

Please sign in to comment.