Преглед изворни кода

CTS: add -l to keygen (normal keygen struggles to run on VMs)

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld пре 15 година
родитељ
комит
dc402cbb98
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cts/corotests.py

+ 1 - 1
cts/corotests.py

@@ -57,7 +57,7 @@ class CoroTest(CTSTest):
         # setup the authkey
         # setup the authkey
         localauthkey = '/tmp/authkey'
         localauthkey = '/tmp/authkey'
         if not os.path.exists(localauthkey):
         if not os.path.exists(localauthkey):
-            self.CM.rsh(node, 'corosync-keygen')
+            self.CM.rsh(node, 'corosync-keygen -l')
             self.CM.rsh.cp("%s:%s" % (node, "/etc/corosync/authkey"), localauthkey)
             self.CM.rsh.cp("%s:%s" % (node, "/etc/corosync/authkey"), localauthkey)
 
 
         for n in self.CM.Env["nodes"]:
         for n in self.CM.Env["nodes"]: