summaryrefslogtreecommitdiff
path: root/tests/vircaps2xmldata/linux-basic/system
Commit message (Collapse)AuthorAgeFilesLines
* virnumamock: Introduce virNumaGetNodeOfCPU() mockMichal Privoznik2023-03-1516-0/+16
| | | | | | | | | | Introduce a mock of virNumaGetNodeOfCPU() because soon we will need virNumaCPUSetToNodeset() to return predictable results. Also, fill in missing symlinks in vircaps2xmldata/. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Kristina Hanicova <khanicov@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
* tests: Drop core_siblings/thread_siblings filesAndrea Bolognani2018-08-1432-32/+0
| | | | | | | | | | | The latter are no longer used by libvirt, and the former never were; moreover, both have a corresponding *_list file which we can manipulate very conveniently using our bitmap APIs, so dropping them makes sure in the future developers will look into that rather than trying to parse the kernel binary bitmaps. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
* tests: Unify data structure for vircaps2xmltestAndrea Bolognani2018-08-06120-0/+120
If all we achieve is reducing the depth by one for a single test case, the additional complexity (not to mention breaking the principle of least surprise) is not worth it: let's use simpler, more predictable code instead. This basically reverts fec6e4c48c9c (with a few adjustments). Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>