Fix bug introduced into paramiko_host by recent changes to selectively disable rsync support (SVN rev 4077).  The new code makes SSH calls within _initialize(), but paramiko_host wasn't sufficiently initialized when the call was being made.  In general, executing remote commands within _initialize() is dangerous.  This change removes the new code from _initialize() and instead makes AbstractSSHHost compute the new information lazily.

Signed-off-by: Steve Howard <showard@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4131 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed