mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
tests: Clean up and modify some vircaps2xmldata
Basically the `cpus` and `tasks` files are not needed, and I've witnessed on a real system that the schemata file may have spaces prepended to a line, so let's adjust at least one test so that it reflects what can happen. Also `000` allocation is invalid and a full mask means it's all free. So adjust for that too. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
3ca948daba
commit
47bb586c75
@ -1 +0,0 @@
|
||||
ffffff,ffffffff,ffffffff
|
@ -1 +1 @@
|
||||
L3:0=0f0;1=000
|
||||
L3:0=0f0;1=7ff
|
||||
|
@ -1 +0,0 @@
|
||||
fff
|
@ -1 +1 @@
|
||||
L3:0=1ff00;1=1ff0f
|
||||
L3:0=1ff00;1=1ff0f
|
||||
|
@ -1 +1 @@
|
||||
L3:0=001;1=400
|
||||
L3:0=001;1=000
|
||||
|
Loading…
Reference in New Issue
Block a user