From: Tony Mack Date: Tue, 22 Jan 2008 23:58:02 +0000 (+0000) Subject: fix errors X-Git-Tag: 2008-02-11-last-vmware-support~110 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=710db5cc58b5a0b646ac5373220a98e50e7fb008;p=tests.git fix errors --- diff --git a/qaapi/qa/modules/plc/boot_node.py b/qaapi/qa/modules/plc/boot_node.py index 987870a..ca0b1e4 100644 --- a/qaapi/qa/modules/plc/boot_node.py +++ b/qaapi/qa/modules/plc/boot_node.py @@ -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())