forked from autotest/virt-test
-
Notifications
You must be signed in to change notification settings - Fork 0
CartesianConfigReference KVM file_transfer_client
Lucas Meneghel Rodrigues edited this page Sep 25, 2012
·
1 revision
Sets the kind of application, thus protocol, that will be spoken when transfering files to and from the guest.
KVM autotest currently allows for two options: 'scp' or 'rss'.
For Linux VMs, we default to SSH:
variants: - @Linux: file_transfer_client = scp
And for Microsoft Windows VMs we default to rss:
variants: - @Windows: file_transfer_client = rss
No other documentation currently references this configuration key.