warhol is now off the hook
[tests.git] / system / TestKey.py
index d1af805..4ff08ff 100644 (file)
@@ -1,3 +1,6 @@
+# Thierry Parmentelat <thierry.parmentelat@inria.fr>
+# Copyright (C) 2010 INRIA 
+#
 import utils
 import os, os.path
 from TestSsh import TestSsh
@@ -10,7 +13,7 @@ class TestKey:
         self.test_ssh=TestSsh(self.test_plc.test_ssh)
         
     def name(self):
-        return self.key_spec['name']
+        return self.key_spec['key_name']
 
     def publicpath(self):
         return "keys/%s.pub"%(self.name())