[gnome-boxes] tests: Copy Core-5.3.qcow2 to /tmp as well



commit b421b43bdd8e4a6229e9bfc47f842a6ccb885583
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Feb 2 19:41:04 2015 +0000

    tests: Copy Core-5.3.qcow2 to /tmp as well
    
    We'll later use that in system broker tests.

 tests/environment.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/environment.py b/tests/environment.py
index c4d3ab5..3f89e53 100644
--- a/tests/environment.py
+++ b/tests/environment.py
@@ -46,6 +46,7 @@ def before_all(context):
             downloadfile('https://dl.dropboxusercontent.com/u/93657599/vbenes/Core-5.3.vmdk')
             downloadfile('https://dl.dropboxusercontent.com/u/93657599/vbenes/Core-5.3.qcow2')
             call('cp ~/Downloads/Core-5.3.iso /tmp', shell=True)
+            call('cp ~/Downloads/Core-5.3.qcow2 /tmp', shell=True)
             call('touch /tmp/boxes_configured', shell=True)
 
         # Skip dogtail actions to print to stdout


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]