summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Bolte <matthias.bolte@googlemail.com>2010-11-10 20:05:51 +0100
committerMatthias Bolte <matthias.bolte@googlemail.com>2010-11-11 19:18:19 +0100
commit5288881344126f2766e5ca8d41c6395b67e356f6 (patch)
tree271507c192225179e8d660c9bffaee7ee1bf3eff /tests/xml2vmxtest.c
parentremote_driver.c: fix non-literal format strings w/o args (diff)
downloadlibvirt-5288881344126f2766e5ca8d41c6395b67e356f6.tar.gz
libvirt-5288881344126f2766e5ca8d41c6395b67e356f6.tar.bz2
libvirt-5288881344126f2766e5ca8d41c6395b67e356f6.zip
esx: Support SMBIOS host mode
Diffstat (limited to 'tests/xml2vmxtest.c')
-rw-r--r--tests/xml2vmxtest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/xml2vmxtest.c b/tests/xml2vmxtest.c
index db7eb53e5..7041877ce 100644
--- a/tests/xml2vmxtest.c
+++ b/tests/xml2vmxtest.c
@@ -278,6 +278,8 @@ mymain(int argc, char **argv)
DO_TEST("annotation", "annotation", esxVI_ProductVersion_ESX35);
+ DO_TEST("smbios", "smbios", esxVI_ProductVersion_ESX35);
+
virCapabilitiesFree(caps);
return result == 0 ? EXIT_SUCCESS : EXIT_FAILURE;