commit | d74208ceee16fd4affeb8f57fcae4690404882c5 | [log] [tgz] |
---|---|---|
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Thu Apr 17 15:27:03 2008 +0000 |
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Thu Apr 17 15:27:03 2008 +0000 |
tree | 6c1d20a8f5c78496a513c2c65d9cafaf473686b7 | |
parent | 96cf051df036862a1437e184124af1bbdabbe84a [diff] [blame] |
Convert our server scripts using parallel_simple over to use job.parallel_simple. Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@1448 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/samples/continuous_reboot.srv b/server/samples/continuous_reboot.srv index c1f0872..900273b 100644 --- a/server/samples/continuous_reboot.srv +++ b/server/samples/continuous_reboot.srv
@@ -3,4 +3,4 @@ while True: host.reboot() -parallel_simple(run, machines) +job.parallel_simple(run, machines)