Skip to content

Commit

Permalink
Merge pull request #171 from xcp-ng/add-fixture
Browse files Browse the repository at this point in the history
Add missing fixture
  • Loading branch information
stormi committed Sep 28, 2023
2 parents c7448ee + 8bb6dd8 commit 0d076de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/misc/test_basic_without_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def test_checkpoint(self, imported_vm):
# Live migration tests
# We want to test storage migration (memory+disks) and live migration without storage migration (memory only).
# The order will depend on the initial location of the VM: a local SR or a shared SR.
@pytest.mark.usefixtures("hostA2")
def test_live_migrate(self, imported_vm, existing_shared_sr):
def live_migrate(vm, dest_host, dest_sr, check_vdis=False):
vm.migrate(dest_host, dest_sr)
Expand Down

0 comments on commit 0d076de

Please sign in to comment.