From c0c9a7a16e9f07bdfce5ba04069e48444cd72331 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 18 Mar 2013 15:22:46 +0000
Subject: [PATCH] CR-1433 Use the same host name for the snmp request and for the allowed-manager value
---
opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/v1/snmp_v1_customconf_tests.xml | 6 +++---
opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/v2c/snmp_v2c_customconf_tests.xml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/v1/snmp_v1_customconf_tests.xml b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/v1/snmp_v1_customconf_tests.xml
index cf015e8..d521ade 100644
--- a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/v1/snmp_v1_customconf_tests.xml
+++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/v1/snmp_v1_customconf_tests.xml
@@ -258,7 +258,7 @@
<call function="'SNMPGet'">
{
'snmpVersion' : '1',
- 'snmpHost' : DIRECTORY_INSTANCE_HOST ,
+ 'snmpHost' : newManagerProp ,
'snmpPort' : SNMP_PORT ,
'snmpCommunity' : defCommunity ,
'snmpOIDs' : oid ,
@@ -392,7 +392,7 @@
<call function="'SNMPGet'">
{
'snmpVersion' : '1',
- 'snmpHost' : DIRECTORY_INSTANCE_HOST ,
+ 'snmpHost' : newManagerProp ,
'snmpPort' : SNMP_PORT ,
'snmpCommunity' : defCommunity ,
'snmpOIDs' : oid ,
@@ -539,7 +539,7 @@
<call function="'SNMPGet'">
{
'snmpVersion' : '1',
- 'snmpHost' : DIRECTORY_INSTANCE_HOST ,
+ 'snmpHost' : newManagerProp ,
'snmpPort' : SNMP_PORT ,
'snmpCommunity' : defCommunity ,
'snmpOIDs' : oid ,
diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/v2c/snmp_v2c_customconf_tests.xml b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/v2c/snmp_v2c_customconf_tests.xml
index 2f2b053..5a72392 100644
--- a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/v2c/snmp_v2c_customconf_tests.xml
+++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/snmp/v2c/snmp_v2c_customconf_tests.xml
@@ -258,7 +258,7 @@
<call function="'SNMPGet'">
{
'snmpVersion' : '2',
- 'snmpHost' : DIRECTORY_INSTANCE_HOST ,
+ 'snmpHost' : newManagerProp ,
'snmpPort' : SNMP_PORT ,
'snmpCommunity' : defCommunity ,
'snmpOIDs' : oid ,
@@ -392,7 +392,7 @@
<call function="'SNMPGet'">
{
'snmpVersion' : '2',
- 'snmpHost' : DIRECTORY_INSTANCE_HOST ,
+ 'snmpHost' : newManagerProp ,
'snmpPort' : SNMP_PORT ,
'snmpCommunity' : defCommunity ,
'snmpOIDs' : oid ,
@@ -539,7 +539,7 @@
<call function="'SNMPGet'">
{
'snmpVersion' : '2',
- 'snmpHost' : DIRECTORY_INSTANCE_HOST ,
+ 'snmpHost' : newManagerProp ,
'snmpPort' : SNMP_PORT ,
'snmpCommunity' : defCommunity ,
'snmpOIDs' : oid ,
--
Gitblit v1.10.0