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:
Martin Kletzander 2018-01-23 14:53:38 +01:00
parent 3ca948daba
commit 47bb586c75
7 changed files with 3 additions and 5 deletions

View File

@ -1 +0,0 @@
ffffff,ffffffff,ffffffff

View File

@ -1 +1 @@
L3:0=0f0;1=000
L3:0=0f0;1=7ff

View File

@ -1 +0,0 @@
fff

View File

@ -1 +1 @@
L3:0=1ff00;1=1ff0f
L3:0=1ff00;1=1ff0f

View File

@ -1 +1 @@
L3:0=001;1=400
L3:0=001;1=000