From 88064a626f60bc944bb48558afa4ea584a1c4099 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 6 Feb 2008 21:39:50 +0000 Subject: [PATCH] apply the scan public keys patch to the check_slices() too --- system/TestSlice.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/TestSlice.py b/system/TestSlice.py index 27e136d..a3a4568 100644 --- a/system/TestSlice.py +++ b/system/TestSlice.py @@ -55,7 +55,9 @@ class TestSlice: # scan nodenames for nodename in self.slice_spec['nodenames']: self.test_plc.run_in_guest("sed -i -e /^%s/d /root/.ssh/known_hosts"%nodename) - + #scan public key and update the known_host file in the root image + self.test_plc.scan_publicKeys(self.slice_spec['nodenames']) + def locate_key(self,slice_spec): # locate the first avail. key found=False -- 2.43.0