From: Martin Kletzander Date: Sun, 12 Nov 2017 20:01:46 +0000 (+0100) Subject: tests: Minor adjustments for test data X-Git-Tag: v3.10.0-rc1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=993c7f003012d1f249f1cdecc6ac56abaffe1e9b;p=thirdparty%2Flibvirt.git tests: Minor adjustments for test data This patch modifies some not yet used test data so that the adding a test using this data is a clean patch and not an addition of huge file with some adjustments in small files that will be hidden in the middle of that commit. These changes include: - Add system dir in vircaps2xmldata/linux-caches Back when data for systems with resctrl support were added they had the /sys/fs/system directory put into a system/ subdir of the test and /sys/fs/resctrl in a resctrl/ subdir of that test. However, if we also want a negative test for the resctrl (requesting allocation on a system that does not support resctrl), we need one a test case with any sensible (with cache info) system/ subdir and no resctrl/ one. Easiest way is to add a system -> . symlink into existing test case. - Change default group schemata for linux-resctrl and linux-resctrl-cdp That way we can fit some allocation in. - Remove one cache from resctrl-skx's schemata and make some room for allocations That system already has only one cache, so that file was wrong anyway. We have a version with 2 caches already (linux-resctrl-skx-twocaches), so this will also add variety to future tests. - Add some empty allocation for resctrl-skx Just to have slightly more coverage and variety. We can be sure nothing bad happens if such allocation exists in case we have that in the tests. Signed-off-by: Martin Kletzander --- diff --git a/tests/vircaps2xmldata/linux-caches/system b/tests/vircaps2xmldata/linux-caches/system new file mode 120000 index 0000000000..945c9b46d6 --- /dev/null +++ b/tests/vircaps2xmldata/linux-caches/system @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/tests/vircaps2xmldata/linux-resctrl-cdp/resctrl/schemata b/tests/vircaps2xmldata/linux-resctrl-cdp/resctrl/schemata index 89dc76b864..5de8fb0261 100644 --- a/tests/vircaps2xmldata/linux-resctrl-cdp/resctrl/schemata +++ b/tests/vircaps2xmldata/linux-resctrl-cdp/resctrl/schemata @@ -1,2 +1,2 @@ -L3DATA:0=fffff;1=fffff -L3CODE:0=fffff;1=fffff +L3DATA:0=fffff;1=fc000 +L3CODE:0=ff003;1=f00ff diff --git a/tests/vircaps2xmldata/linux-resctrl-skx/resctrl/empty/schemata b/tests/vircaps2xmldata/linux-resctrl-skx/resctrl/empty/schemata new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/vircaps2xmldata/linux-resctrl-skx/resctrl/schemata b/tests/vircaps2xmldata/linux-resctrl-skx/resctrl/schemata index 4a49137353..191081f1db 100644 --- a/tests/vircaps2xmldata/linux-resctrl-skx/resctrl/schemata +++ b/tests/vircaps2xmldata/linux-resctrl-skx/resctrl/schemata @@ -1 +1 @@ -L3:0=7ff;1=7ff +L3:0=0f0 diff --git a/tests/vircaps2xmldata/linux-resctrl/resctrl/schemata b/tests/vircaps2xmldata/linux-resctrl/resctrl/schemata index 9b47d25fc7..c1a765f1e0 100644 --- a/tests/vircaps2xmldata/linux-resctrl/resctrl/schemata +++ b/tests/vircaps2xmldata/linux-resctrl/resctrl/schemata @@ -1 +1 @@ -L3:0=1ffff;1=1ffff +L3:0=1ff00;1=1ff0f