From: Cynerva Date: Thu, 29 Jun 2017 18:48:40 +0000 (-0500) Subject: Implement scp functionality (#149) X-Git-Tag: 0.6.0~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=fbd25b458d70f0ca0743be60ff3d6ab21335707f;hp=fbd25b458d70f0ca0743be60ff3d6ab21335707f;p=osm%2FN2VC.git Implement scp functionality (#149) * Redefine SCP interface * Implement Machine.scp_to and Machine.scp_from * Implement Unit.scp_to and Unit.scp_from * Fix Unit.machine to better handle missing machines * Use os.path.expanduser for scp key path * Use local-cloud address if public address is not found * Rename Machine.public_address to Machine.dns_name to match CLI * fix scp tests not waiting long enough ---