fix errors
authorTony Mack <tmack@cs.princeton.edu>
Tue, 22 Jan 2008 23:58:02 +0000 (23:58 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 22 Jan 2008 23:58:02 +0000 (23:58 +0000)
qaapi/qa/modules/plc/boot_node.py

index 987870a..ca0b1e4 100644 (file)
@@ -21,7 +21,7 @@ class boot_node(Test):
            raise Exception, "No such node %s" 
 
        bootimage = api.GetBootMedium(auth, hostname, image_type, '')
-       bootimage_path = '/$(tdir)s/%(hostname)s-bootcd.iso' % locals()
+       bootimage_path = '/%(tdir)s/%(hostname)s-bootcd.iso' % locals()
 
        if self.config.verbose:
             utils.header("Creating bootcd for %(hostname)s at %(bootimage_path)s" % locals())