* Added support for barriers to the server.
* Allow slaves to run HTTP servers and let the master connect to them.
This is for networks where some connections to machines can only be
initiated in one direction.
* Added a client test that would kick off profilers and run them in sync with th
e server.
* Added a server sample test that uses the client test.
From: Colby Ranger <cranger@google.com>
Signed-off-by: Martin Bligh <mbligh@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1048 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/server_job.py b/server/server_job.py
index 4ff5681..be75215 100755
--- a/server/server_job.py
+++ b/server/server_job.py
@@ -40,11 +40,13 @@
import hosts, autotest, kvm, git
import source_kernel, rpm_kernel, deb_kernel, git_kernel
from common.error import *
+from common import barrier
from subcommand import *
from utils import run, get_tmp_dir, sh_escape
autotest.Autotest.job = job
hosts.SSHHost.job = job
+barrier = barrier.barrier
"""
client_wrapper = """