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>
+++ /dev/null
-ffffff,ffffffff,ffffffff
-L3:0=0f0;1=000
+L3:0=0f0;1=7ff
-L3:0=1ff00;1=1ff0f
+ L3:0=1ff00;1=1ff0f
-L3:0=001;1=400
+L3:0=001;1=000