tests: qemumigparamsdata: Drop deprecated fields

Migration compression parameters 'compress-level', 'compress-threads',
'decompress-threads' were deprecated by qemu. Drop them from the tests.

Note that the migration code automatically checks whether given
capability is supported by qemu and thus we don't need to add any
further code to prepare for the legacy compression to be dropped.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2023-11-08 14:50:10 +01:00
parent f0643a5759
commit c0ed248b78
12 changed files with 0 additions and 36 deletions

View File

@ -1,7 +1,4 @@
{ {
"compress-level": 1,
"compress-threads": 8,
"decompress-threads": 2,
"cpu-throttle-initial": 20, "cpu-throttle-initial": 20,
"cpu-throttle-increment": 10, "cpu-throttle-increment": 10,
"max-bandwidth": 33554432, "max-bandwidth": 33554432,

View File

@ -1,10 +1,7 @@
{ {
"id": "libvirt-1", "id": "libvirt-1",
"return": { "return": {
"decompress-threads": 2,
"cpu-throttle-increment": 10, "cpu-throttle-increment": 10,
"compress-threads": 8,
"compress-level": 1,
"cpu-throttle-initial": 20, "cpu-throttle-initial": 20,
"max-bandwidth": 33554432, "max-bandwidth": 33554432,
"downtime-limit": 300 "downtime-limit": 300

View File

@ -1,8 +1,5 @@
<test> <test>
<migParams> <migParams>
<param name='compress-level' value='1'/>
<param name='compress-threads' value='8'/>
<param name='decompress-threads' value='2'/>
<param name='cpu-throttle-initial' value='20'/> <param name='cpu-throttle-initial' value='20'/>
<param name='cpu-throttle-increment' value='10'/> <param name='cpu-throttle-increment' value='10'/>
<param name='max-bandwidth' value='33554432'/> <param name='max-bandwidth' value='33554432'/>

View File

@ -1,7 +1,4 @@
{ {
"compress-level": 1,
"compress-threads": 8,
"decompress-threads": 2,
"cpu-throttle-initial": 20, "cpu-throttle-initial": 20,
"cpu-throttle-increment": 10, "cpu-throttle-increment": 10,
"tls-creds": "objlibvirt_migrate_tls0", "tls-creds": "objlibvirt_migrate_tls0",

View File

@ -1,11 +1,8 @@
{ {
"id": "libvirt-1", "id": "libvirt-1",
"return": { "return": {
"decompress-threads": 2,
"cpu-throttle-increment": 10, "cpu-throttle-increment": 10,
"compress-threads": 8,
"tls-hostname": "", "tls-hostname": "",
"compress-level": 1,
"cpu-throttle-initial": 20, "cpu-throttle-initial": 20,
"tls-creds": "objlibvirt_migrate_tls0", "tls-creds": "objlibvirt_migrate_tls0",
"max-bandwidth": 33554432, "max-bandwidth": 33554432,

View File

@ -1,8 +1,5 @@
<test> <test>
<migParams> <migParams>
<param name='compress-level' value='1'/>
<param name='compress-threads' value='8'/>
<param name='decompress-threads' value='2'/>
<param name='cpu-throttle-initial' value='20'/> <param name='cpu-throttle-initial' value='20'/>
<param name='cpu-throttle-increment' value='10'/> <param name='cpu-throttle-increment' value='10'/>
<param name='tls-creds' value='objlibvirt_migrate_tls0'/> <param name='tls-creds' value='objlibvirt_migrate_tls0'/>

View File

@ -1,7 +1,4 @@
{ {
"compress-level": 1,
"compress-threads": 8,
"decompress-threads": 2,
"cpu-throttle-initial": 20, "cpu-throttle-initial": 20,
"cpu-throttle-increment": 10, "cpu-throttle-increment": 10,
"tls-creds": "objlibvirt_migrate_tls0", "tls-creds": "objlibvirt_migrate_tls0",

View File

@ -1,11 +1,8 @@
{ {
"id": "libvirt-1", "id": "libvirt-1",
"return": { "return": {
"decompress-threads": 2,
"cpu-throttle-increment": 10, "cpu-throttle-increment": 10,
"compress-threads": 8,
"tls-hostname": "f27-1.virt", "tls-hostname": "f27-1.virt",
"compress-level": 1,
"cpu-throttle-initial": 20, "cpu-throttle-initial": 20,
"tls-creds": "objlibvirt_migrate_tls0", "tls-creds": "objlibvirt_migrate_tls0",
"max-bandwidth": 33554432, "max-bandwidth": 33554432,

View File

@ -1,8 +1,5 @@
<test> <test>
<migParams> <migParams>
<param name='compress-level' value='1'/>
<param name='compress-threads' value='8'/>
<param name='decompress-threads' value='2'/>
<param name='cpu-throttle-initial' value='20'/> <param name='cpu-throttle-initial' value='20'/>
<param name='cpu-throttle-increment' value='10'/> <param name='cpu-throttle-increment' value='10'/>
<param name='tls-creds' value='objlibvirt_migrate_tls0'/> <param name='tls-creds' value='objlibvirt_migrate_tls0'/>

View File

@ -1,7 +1,4 @@
{ {
"compress-level": 1,
"compress-threads": 8,
"decompress-threads": 2,
"cpu-throttle-initial": 20, "cpu-throttle-initial": 20,
"cpu-throttle-increment": 10, "cpu-throttle-increment": 10,
"tls-creds": "", "tls-creds": "",

View File

@ -1,11 +1,8 @@
{ {
"id": "libvirt-1", "id": "libvirt-1",
"return": { "return": {
"decompress-threads": 2,
"cpu-throttle-increment": 10, "cpu-throttle-increment": 10,
"compress-threads": 8,
"tls-hostname": "", "tls-hostname": "",
"compress-level": 1,
"cpu-throttle-initial": 20, "cpu-throttle-initial": 20,
"tls-creds": "", "tls-creds": "",
"max-bandwidth": 33554432, "max-bandwidth": 33554432,

View File

@ -1,8 +1,5 @@
<test> <test>
<migParams> <migParams>
<param name='compress-level' value='1'/>
<param name='compress-threads' value='8'/>
<param name='decompress-threads' value='2'/>
<param name='cpu-throttle-initial' value='20'/> <param name='cpu-throttle-initial' value='20'/>
<param name='cpu-throttle-increment' value='10'/> <param name='cpu-throttle-increment' value='10'/>
<param name='tls-creds' value=''/> <param name='tls-creds' value=''/>