def run_convert_ovirt(test, params, env): """ Test convert vm to ovirt """ args_dict = get_args_dict(params) # Run test case v2v.v2v_cmd(args_dict)
def run_convert_libvirt(test, params, env): """ Test the command virsh pool-destroy """ args_dict = get_args_dict(params) # Run test case v2v.v2v_cmd(args_dict)