]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add cpu/{online,present} files for old tests
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 7 Mar 2017 09:24:54 +0000 (10:24 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Mar 2017 11:13:29 +0000 (13:13 +0200)
commit15b5e4636421276a22b042a97afefe57ff020c6f
tree513085c73c59d730b5c83b14d725c9be0a11f1bb
parent9fdd077de7f13cf1b03e26cf01f52983fd97ad5c
tests: Add cpu/{online,present} files for old tests

The functionality these tests partially relied on (scanning the cpu
directory for cpu[0-9]+ subdirectories) is going to be removed, so we
need additional files that are present on all non-medieval systems.
Removing all these tests would be an option but we would lose the
ability to test the topologies.  Even though we just extract number of
sockets/cores/threads from all these directory trees.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
14 files changed:
tests/virhostcpudata/linux-test1/cpu/online [new file with mode: 0644]
tests/virhostcpudata/linux-test1/cpu/present [new file with mode: 0644]
tests/virhostcpudata/linux-test2/cpu/online [new file with mode: 0644]
tests/virhostcpudata/linux-test2/cpu/present [new file with mode: 0644]
tests/virhostcpudata/linux-test3/cpu/online [new file with mode: 0644]
tests/virhostcpudata/linux-test3/cpu/present [new file with mode: 0644]
tests/virhostcpudata/linux-test4/cpu/online [new file with mode: 0644]
tests/virhostcpudata/linux-test4/cpu/present [new file with mode: 0644]
tests/virhostcpudata/linux-test5/cpu/online [new file with mode: 0644]
tests/virhostcpudata/linux-test5/cpu/present [new file with mode: 0644]
tests/virhostcpudata/linux-test6/cpu/online [new file with mode: 0644]
tests/virhostcpudata/linux-test6/cpu/present [new file with mode: 0644]
tests/virhostcpudata/linux-test7/cpu/online [new file with mode: 0644]
tests/virhostcpudata/linux-test7/cpu/present [new file with mode: 0644]