spiceqa / autotest

Autotest - Fully automated tests on Linux
http://autotest.github.com/
Other
5 stars 3 forks source link

add openssl support to rv_connect #6

Closed lkocman closed 12 years ago

lkocman commented 12 years ago

remote-viewer connect test is currently missing openssl support. so you need to find a multiplatform way to deploy ca-cert to guest and pass suitable params to remote-viewer

lkocman commented 12 years ago

lmr: What we use to handle similar scenarios on kvm autotest today is the cdrom route. However, remote file transfer is encapsulated on kvm autotest transparently for windows and linux guests, such as vm.copy_files_from, vm.copy_files_to. All of them will automagically choose the proper transfer backend, which is scp on linux and rss on windows. rss is a remote shell server that we developed specially for kvm autotest.

krcmarik commented 12 years ago

solved