summaryrefslogtreecommitdiff
path: root/examples/hlapi
diff options
context:
space:
mode:
authorelie <elie>2015-01-01 15:02:50 +0000
committerelie <elie>2015-01-01 15:02:50 +0000
commit40a00dda01ed4e2a9407fe5ddc5db108ade7f689 (patch)
treecbf4ba52728296fee6d4b0abcea5f8d70b30725e /examples/hlapi
parent0f86c48d3d3b36ebe28e2e17ecf68269aa2f0a97 (diff)
downloadpysnmp-git-40a00dda01ed4e2a9407fe5ddc5db108ade7f689.tar.gz
test OIDs updated
Diffstat (limited to 'examples/hlapi')
-rw-r--r--examples/hlapi/asyncore/sync/manager/cmdgen/getnext-multiple-oids-to-eom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hlapi/asyncore/sync/manager/cmdgen/getnext-multiple-oids-to-eom.py b/examples/hlapi/asyncore/sync/manager/cmdgen/getnext-multiple-oids-to-eom.py
index aae4ef70..c5181ca3 100644
--- a/examples/hlapi/asyncore/sync/manager/cmdgen/getnext-multiple-oids-to-eom.py
+++ b/examples/hlapi/asyncore/sync/manager/cmdgen/getnext-multiple-oids-to-eom.py
@@ -16,8 +16,8 @@ cmdGen = cmdgen.CommandGenerator()
errorIndication, errorStatus, errorIndex, varBindTable = cmdGen.nextCmd(
cmdgen.CommunityData('public'),
cmdgen.UdpTransportTarget(('demo.snmplabs.com', 161)),
- '1.3.6.1.2.1.2.2',
- '1.3.6.1.2.1.2.3'
+ '1.3.6.1.2.1.2.2.1.2',
+ '1.3.6.1.2.1.2.2.1.3'
)
if errorIndication: