*** BLURB HERE ***

Michal Prívozník (9):
  libvirt_esx.syms: Put proper header file name into comment
  esx: Expose esxParseVMXFileName() for tests
  esx: Make esxVI_LookupDatastoreList() mockable
  esx: Make esxVI_LookupDatastoreHostMount() mockable
  esx: Make esxVI_LookupDatastoreByName() mockable
  tests: Introduce vmx2xmlmock
  vmx2xmltest: Drop custom file name parse function
  esx: Allow disk images in subdirectories
  vmx2xmltest: Add a test case for disks in subfolder

 src/esx/esx_driver.c                     |  24 +++--
 src/esx/esx_driverpriv.h                 |  27 ++++++
 src/esx/esx_vi.h                         |   6 +-
 src/libvirt_esx.syms                     |  23 +++++
 tests/meson.build                        |   5 +-
 tests/vmx2xmldata/esx-in-the-wild-17.vmx | 106 +++++++++++++++++++++++
 tests/vmx2xmldata/esx-in-the-wild-17.xml |  46 ++++++++++
 tests/vmx2xmlmock.c                      |  79 +++++++++++++++++
 tests/vmx2xmltest.c                      |  62 +++----------
 9 files changed, 308 insertions(+), 70 deletions(-)
 create mode 100644 src/esx/esx_driverpriv.h
 create mode 100644 tests/vmx2xmldata/esx-in-the-wild-17.vmx
 create mode 100644 tests/vmx2xmldata/esx-in-the-wild-17.xml
 create mode 100644 tests/vmx2xmlmock.c

-- 
2.51.0

Reply via email to