From f5d1f32804f7aa34d071115ab51abab9ea3ff878 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Mon, 27 Oct 2008 16:16:49 +0000
Subject: [PATCH] Issue 851: log archiving, reporting and results collection

---
 opends/tests/staf-tests/shared/python/common.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opends/tests/staf-tests/shared/python/common.py b/opends/tests/staf-tests/shared/python/common.py
index 094d99a..d4f65c5 100644
--- a/opends/tests/staf-tests/shared/python/common.py
+++ b/opends/tests/staf-tests/shared/python/common.py
@@ -256,6 +256,9 @@
   def port(self,port):
     return port
 
+  def adminport(self,port):
+    return adminport
+
   def dn(self,dn):
     return dn
 

--
Gitblit v1.10.0