misses where to write real nodes bootcd iso
[tests.git] / system / TestNode.py
index 7a3af8c..f99c473 100644 (file)
@@ -124,6 +124,8 @@ class TestNode:
             utils.system(copy_command)
             utils.header('Creating boot medium for node %s'%hostname)
             file=open(path+'/qemu-'+hostname+'/boot_file.iso','w')
+        else:
+            file=open(path+'/real-'+hostname+'/boot_file.iso','w')
 
         file.write(base64.b64decode(encoded))
         file.close()