Преглед на файлове

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
         localauthkey = '/tmp/authkey'
         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)
 
         for n in self.CM.Env["nodes"]: