Skip to content

Commit

Permalink
Merge pull request #4200 from fbq815/3002
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulYuuu authored Nov 20, 2024
2 parents 7986f76 + 2e18812 commit bcd89cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qemu/tests/cpu_device_hotpluggable.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def sub_shutdown():
test.fail("Guest refuses to go down after vcpu %s" % hotpluggable_test)

def sub_migrate():
sub_migrate_reboot = sub_reboot # noqa: F841
sub_migrate_hotunplug = sub_hotunplug # noqa: F841

error_context.context(
"Migrate guest after vcpu %s" % hotpluggable_test, test.log.info
)
Expand Down

0 comments on commit bcd89cd

Please sign in to comment.