On 10/03/2012 07:41 PM, Chema Gonzalez wrote:
s/autotest_remote_lib/autotest/g for make_ssh_command and SiteHost
Whoops. This is a hiccup from the big namespace cleanup, where autotest in the server context was changed to autotest_remote. Thanks for fixing it, applied to next, thanks!
Signed-off-by: Chema Gonzalez <[email protected]> --- server/hosts/abstract_ssh.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/hosts/abstract_ssh.py b/server/hosts/abstract_ssh.py index 9754e92..44511aa 100644 --- a/server/hosts/abstract_ssh.py +++ b/server/hosts/abstract_ssh.py @@ -23,13 +23,13 @@ def _make_ssh_cmd_default(user="root", port=22, opts='', hosts_file='/dev/null', make_ssh_command = utils.import_site_function( - __file__, "autotest_remote_lib.server.hosts.site_host", "make_ssh_command", + __file__, "autotest.server.hosts.site_host", "make_ssh_command", _make_ssh_cmd_default) # import site specific Host class SiteHost = utils.import_site_class( - __file__, "autotest_remote_lib.server.hosts.site_host", "SiteHost", + __file__, "autotest.server.hosts.site_host", "SiteHost", remote.RemoteHost)
_______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
