From ae0700bec2c5d388f7750d00b1d6eab1d949eff7 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 27 May 2008 17:30:28 +0000
Subject: [PATCH] Remove hardcoded values for community, context and securityLevel parameters

---
 opends/tests/functional-tests/testcases/snmp/snmp.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/snmp/snmp.xml b/opends/tests/functional-tests/testcases/snmp/snmp.xml
index 07c3f1e..1ecc6e9 100644
--- a/opends/tests/functional-tests/testcases/snmp/snmp.xml
+++ b/opends/tests/functional-tests/testcases/snmp/snmp.xml
@@ -54,7 +54,8 @@
 
           <script>
             STOP_RUN = 'False'
-
+            SNMP_PROPERTIES = {}
+            
             testList = []
             testList.append(['.','snmp_setup'])
             testList.append(['.','snmp_v1_defaultconf'])

--
Gitblit v1.10.0