Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few tf fixes/improvements #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Kamoppl
Copy link
Contributor

@Kamoppl Kamoppl commented Dec 10, 2024

No description provided.

@pep8speaks
Copy link

pep8speaks commented Dec 10, 2024

Hello @Kamoppl! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2025-01-02 00:45:56 UTC

katlapinka
katlapinka previously approved these changes Dec 16, 2024
TestRun.executor.disconnect()
TestRun.executor.wait_for_connection(timedelta(seconds=TestRun.dut.virsh["reboot_timeout"]))
self.executor.run_expect_success(
f"(sleep {delay_until_reboot} && " f"sudo virsh start {TestRun.dut.virsh['vm_name']}) &"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
f"(sleep {delay_until_reboot} && " f"sudo virsh start {TestRun.dut.virsh['vm_name']}) &"
f"(sleep {delay_until_reboot} && sudo virsh start {TestRun.dut.virsh['vm_name']}) &"

raise ValueError(f"Virsh power plugin error: couldn't find VM {vm_name} on host "
f"{self.host}")
raise ValueError(
f"Virsh power plugin error: couldn't find VM {vm_name} on host " f"{self.host}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
f"Virsh power plugin error: couldn't find VM {vm_name} on host " f"{self.host}"
f"Virsh power plugin error: couldn't find VM {vm_name} on host {self.host}"

Kamil Gierszewski added 3 commits January 2, 2025 01:36
Signed-off-by: Kamil Gierszewski <[email protected]>
Signed-off-by: Kamil Gierszewski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants