From: Tony Mack Date: Wed, 6 Feb 2008 21:39:50 +0000 (+0000) Subject: apply the scan public keys patch to the check_slices() too X-Git-Tag: 2008-02-11-last-vmware-support~20 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=88064a626f60bc944bb48558afa4ea584a1c4099;p=tests.git apply the scan public keys patch to the check_slices() too --- 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