git://git.onelab.eu
/
tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68eadc7
)
fix errors
author
Tony Mack
<tmack@cs.princeton.edu>
Tue, 22 Jan 2008 23:58:02 +0000
(23:58 +0000)
committer
Tony Mack
<tmack@cs.princeton.edu>
Tue, 22 Jan 2008 23:58:02 +0000
(23:58 +0000)
qaapi/qa/modules/plc/boot_node.py
patch
|
blob
|
history
diff --git
a/qaapi/qa/modules/plc/boot_node.py
b/qaapi/qa/modules/plc/boot_node.py
index
987870a
..
ca0b1e4
100644
(file)
--- 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())