Change ConmuxSSHHost to SSHHost
git-svn-id: http://test.kernel.org/svn/autotest/trunk@848 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/scheduler/monitor_queue b/scheduler/monitor_queue
index 700c4e3..df058b4 100755
--- a/scheduler/monitor_queue
+++ b/scheduler/monitor_queue
@@ -32,7 +32,7 @@
##### Control file templates #####
SERV_MULTI = """# monitor_queue generated autoserv file (SERV_MULTI template)
-hosts = [hosts.ConmuxSSHHost(hostname, server=%s)
+hosts = [hosts.SSHHost(hostname, server=%s)
for hostname in machines]
at = autotest.Autotest()
@@ -49,7 +49,7 @@
SERV_SINGLE = """# monitor_queue generated autoserv file (SERV_SINGLE template)
-host = hosts.ConmuxSSHHost(machines[0], server=%s)
+host = hosts.SSHHost(machines[0], server=%s)
at = autotest.Autotest()