mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
18.22.2013 264f14567280b6d8b0c41109e88ca9337727d65c
CR-1433 Use the same host name for the snmp request and for the allowed-manager value
2 files modified
12 ■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/snmp/v1/snmp_v1_customconf_tests.xml 6 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/snmp/v2c/snmp_v2c_customconf_tests.xml 6 ●●●● patch | view | raw | blame | history
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 ,
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 ,