From dc402cbb989c946620f28b4a3d1e30f6891e5995 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Wed, 4 May 2011 14:41:18 +1000 Subject: [PATCH] CTS: add -l to keygen (normal keygen struggles to run on VMs) Signed-off-by: Angus Salkeld --- cts/corotests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/corotests.py b/cts/corotests.py index d15bf2d7..ede2a5d3 100644 --- a/cts/corotests.py +++ b/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"]: