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

Exercise QEMU migrations #183

Open
mopsfelder opened this issue Mar 16, 2020 · 0 comments
Open

Exercise QEMU migrations #183

mopsfelder opened this issue Mar 16, 2020 · 0 comments
Labels
test scenario new testcase

Comments

@mopsfelder
Copy link
Collaborator

Note: You don't need to run migration tests individually. If you run make check-qtest, the test tests/qtest/migration-test will be exercised.

For example:

QTEST_QEMU_BINARY=x86_64-softmmu/qemu-system-x86_64 tests/qtest/migration-test -m=perf
QTEST_QEMU_BINARY=ppc64-softmmu/qemu-system-ppc64 tests/qtest/migration-test -m=perf
QTEST_QEMU_BINARY=x86_64-softmmu/qemu-system-x86_64 tests/qtest/migration-test -m=slow
QTEST_QEMU_BINARY=ppc64-softmmu/qemu-system-ppc64 tests/qtest/migration-test -m=slow
QTEST_QEMU_BINARY=x86_64-softmmu/qemu-system-x86_64 tests/qtest/migration-test -m=thorough
QTEST_QEMU_BINARY=ppc64-softmmu/qemu-system-ppc64 tests/qtest/migration-test -m=thorough
QTEST_QEMU_BINARY=x86_64-softmmu/qemu-system-x86_64 tests/qtest/migration-test -m=quick
QTEST_QEMU_BINARY=ppc64-softmmu/qemu-system-ppc64 tests/qtest/migration-test -m=quick
@sathnaga sathnaga added the test scenario new testcase label Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test scenario new testcase
Projects
None yet
Development

No branches or pull requests

2 participants