mirror of https://gitee.com/openkylin/libvirt.git
tests: Tweak x86 sysinfo test case
We have a single mock dmidecode script right now, but we're going to add another one soon, so we need to make sure its name contains the test case name as a prefix, just like we already do with all data files. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Acked-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
c20b519b2a
commit
43bc35ac1a
|
@ -133,7 +133,7 @@ mymain(void)
|
|||
TEST("s390", virSysinfoReadS390);
|
||||
TEST("s390-freq", virSysinfoReadS390);
|
||||
TEST("ppc", virSysinfoReadPPC);
|
||||
TEST_FULL("x86", virSysinfoReadX86, "/sysinfodata/dmidecode.sh");
|
||||
TEST_FULL("x86", virSysinfoReadX86, "/sysinfodata/x86dmidecode.sh");
|
||||
TEST("arm", virSysinfoReadARM);
|
||||
TEST("arm-rpi2", virSysinfoReadARM);
|
||||
TEST("aarch64", virSysinfoReadARM);
|
||||
|
|
Loading…
Reference in New Issue