misses where to write real nodes bootcd iso
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 29 Jan 2008 17:01:15 +0000 (17:01 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 29 Jan 2008 17:01:15 +0000 (17:01 +0000)
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()