mirror of https://gitee.com/openkylin/libvirt.git
VMware: Add Fusion version test
This adds a test for the version string of VMware Fusion.
This commit is contained in:
parent
4b2b078a8b
commit
2817353db5
tests
|
@ -0,0 +1,3 @@
|
|||
|
||||
VMware Fusion Information:
|
||||
VMware Fusion 5.0.3 build-1040386 Release
|
|
@ -88,6 +88,7 @@ mymain(void)
|
|||
} while (0)
|
||||
|
||||
DO_TEST("ws", "workstation-7.0.0", 7000000);
|
||||
DO_TEST("fusion", "fusion-5.0.3", 5000003);
|
||||
|
||||
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue