From: Tony Mack <tmack@cs.princeton.edu>
Date: Tue, 22 Jan 2008 17:16:30 +0000 (+0000)
Subject: fix errors
X-Git-Tag: 2008-02-11-last-vmware-support~124
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fcf056742afcc77b704d7769c3a5015992f9cd92;p=tests.git

fix errors
---

diff --git a/qaapi/qa/modules/plc/access_slice.py b/qaapi/qa/modules/plc/access_slice.py
index d1d7fec..63b2162 100644
--- a/qaapi/qa/modules/plc/access_slice.py
+++ b/qaapi/qa/modules/plc/access_slice.py
@@ -58,7 +58,7 @@ class access_slice(Test):
 	    host_check = os.system(ssh_command + " hostname ")
 	    if host_check == 0:
 		if self.config.verbose:
-		    utils.header("connecteed to %(slice_name)s@%(hostname)s" % locals()
+		    utils.header("connecteed to %(slice_name)s@%(hostname)s" % locals())
 		return 1
 	    else:
 		if self.config.verbose: