ensure we call the general harness initialiser

We should be calling the general harness initialiser to get our
job mapping etc and any other base initialisation.  Used in a later
patch to load the default configuration set.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@503 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/bin/harness.py b/client/bin/harness.py
index b598e1c..22fefd5 100755
--- a/client/bin/harness.py
+++ b/client/bin/harness.py
@@ -21,6 +21,14 @@
 			job
 				The job object for this job
 		"""
+		self.setup(job)
+
+
+	def setup(self, job):
+		"""
+			job
+				The job object for this job
+		"""
 		self.job = job