예제 #1
0
 def download_hyperv_compute_msi(self, target_path):
     utils.download_file(HYPERV_MSI_URL, target_path)
예제 #2
0
 def download_freerdp_webconnect_msi(self, target_path):
     utils.download_file(FREERDP_WEBCONNECT_MSI_URL, target_path)
예제 #3
0
 def download_cirros_image(self, target_path):
     utils.download_file(CIRROS_VHDX_URL, target_path)