]> xenbits.xensource.com Git - libvirt.git/commit
VMware: Make version parsing testable and add tests
authorDoug Goldstein <cardoe@cardoe.com>
Wed, 18 Sep 2013 14:30:35 +0000 (09:30 -0500)
committerDoug Goldstein <cardoe@cardoe.com>
Fri, 20 Sep 2013 13:23:31 +0000 (08:23 -0500)
commit7457cbe8714cb6c8222a3533f8844e2f25eefb7e
tree6a70276c5bae0a35c30c84f4462ffab9cad53a15
parente7a1ce9d076ffcae527b280f64b6490797176f85
VMware: Make version parsing testable and add tests

This splits up the version parsing code into a callable API like QEMU
help/version string parsing so that we can test it as we need to add
additional patterns for newer versions/products.
.gitignore
src/Makefile.am
src/libvirt_vmware.syms [new file with mode: 0644]
src/vmware/vmware_conf.c
src/vmware/vmware_conf.h
tests/Makefile.am
tests/vmwareverdata/workstation-7.0.0.txt [new file with mode: 0644]
tests/vmwarevertest.c [new file with mode: 0644]