]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add resctrl-skx-twocaches test case to vircaps2xmltest
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 10 Nov 2017 13:51:40 +0000 (14:51 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Sat, 18 Nov 2017 09:45:10 +0000 (10:45 +0100)
commitd807014563bb25b466d5dbf718f023c18e762a4b
treeeecaf9f582eb226bdda7a551d7a5c34b37d5ebdd
parent993c7f003012d1f249f1cdecc6ac56abaffe1e9b
tests: Add resctrl-skx-twocaches test case to vircaps2xmltest

This doesn't add very much value for now, but future test for virresctrl will
take information from vircaps2xmldata (since it is dependent on the same info
then why duplicate it) and this particular use case helps us cover bit more of
the code regarding proper formatting and handling errors.  And one more test for
vircaps2xmltest doesn't hurt either.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
33 files changed:
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/resctrl/info/L3/cbm_mask [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/resctrl/info/L3/min_cbm_bits [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/resctrl/info/L3/num_closids [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/resctrl/schemata [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/resctrl/some_reservation/schemata [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index0/id [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index0/level [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index0/shared_cpu_list [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index0/shared_cpu_map [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index0/size [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index0/type [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index1/id [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index1/level [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index1/shared_cpu_list [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index1/shared_cpu_map [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index1/size [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/cache/index1/type [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/online [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/topology/core_id [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/topology/core_siblings [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/topology/core_siblings_list [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/topology/physical_package_id [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/topology/thread_siblings [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/cpu0/topology/thread_siblings_list [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/online [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/cpu/present [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/node/node0/cpu0 [new symlink]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/node/node0/cpulist [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/node/node0/cpumap [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/node/node0/distance [new file with mode: 0644]
tests/vircaps2xmldata/linux-resctrl-skx-twocaches/system/node/online [new file with mode: 0644]
tests/vircaps2xmldata/vircaps-x86_64-resctrl-skx-twocaches.xml [new file with mode: 0644]
tests/vircaps2xmltest.c