vmware / open-vmdk

Apache License 2.0
113 stars 46 forks source link

test_files: pass 'vmdk-convert' path to ova-compose.py #68

Closed prashant1221 closed 2 months ago

prashant1221 commented 2 months ago

Currently ova-compose.py expect vmdk-covert binary to be present otherwise there is test failure. We provide the option to pass the created vmdk-convert binary path to be passed to ova-compose.py file while running test files so that we use same vmdk-convert (used in test files to create .vmdk image) is used every place else.