mirror of https://gitee.com/openkylin/libvirt.git
tests: libxl: skip tests with nested_hvm
Commit 95d19cd
unconditionally adjusted the tests to account for
the conditional move of the nested_hvm setting location.
Run the affected tests only for the new setup (witnessed by
LIBXL_HAVE_BUILDINFO_NESTED_HVM).
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
79e0e62e78
commit
e94415d5a5
|
@ -207,9 +207,13 @@ mymain(void)
|
|||
DO_TEST("cpu-shares-hvm");
|
||||
DO_TEST("variable-clock-hvm");
|
||||
DO_TEST("moredevs-hvm");
|
||||
DO_TEST("vnuma-hvm");
|
||||
DO_TEST("multiple-ip");
|
||||
|
||||
# ifdef LIBXL_HAVE_BUILDINFO_NESTED_HVM
|
||||
DO_TEST("vnuma-hvm");
|
||||
DO_TEST("fullvirt-cpuid");
|
||||
# endif
|
||||
|
||||
|
||||
unlink("libxl-driver.log");
|
||||
|
||||
|
|
Loading…
Reference in New Issue