tests/migration-test: add qpl compression test
authorYuan Liu <yuan1.liu@intel.com>
Mon, 10 Jun 2024 10:21:10 +0000 (18:21 +0800)
committerFabiano Rosas <farosas@suse.de>
Fri, 14 Jun 2024 17:01:29 +0000 (14:01 -0300)
commit08b82d207d138173ddd334c91b387213508a6e13
tree03fb1fd21aca54a54ebb0ec87af58d1a25eaeedd
parentf6fe9fea995249ecc2cd72975d803fbf4d512c02
tests/migration-test: add qpl compression test

add qpl to compression method test for multifd migration

the qpl compression supports software path and hardware
path(IAA device), and the hardware path is used first by
default. If the hardware path is unavailable, it will
automatically fallback to the software path for testing.

Signed-off-by: Yuan Liu <yuan1.liu@intel.com>
Reviewed-by: Nanhai Zou <nanhai.zou@intel.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/migration-test.c