mirror of
https://github.com/libvirt/libvirt.git
synced 2025-01-07 14:43:04 -06:00
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
3
tests/vmwareverdata/fusion-5.0.3.txt
Normal file
3
tests/vmwareverdata/fusion-5.0.3.txt
Normal file
@ -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
Block a user