autotest / virt-test

Linux Virtualization Tests
Other
97 stars 139 forks source link

v2v: Update the harness for new version virt-v2v testing #2248

Closed will-Do closed 9 years ago

will-Do commented 9 years ago

Finally, the rewrite virt-v2v is ready for testing, so this patch including 7 files update to make sure v2v test can work normally.

ovirt: Update for new ovirt API and bugs fix ppm_utils.py: Introduce two functions for image crop and compare utils_env: Update the tcpdump start function utils_misc: Add a new function to add identities into ssh agent utils_v2v: According the new version virt-v2v, update utils functions and introduce a new VirshSession for SASL authentication(for ovirt node virsh session creation) virsh: Update VirshSession for inheritance and add two new functions for mouse move and click. virt_vm: Also get mac address from XML for v2v VM

Signed-off-by: Yanbing Du ydu@redhat.com

waynesun09 commented 9 years ago

ACK