X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Ftesting%2Ftests%2FT015snmpv2cgetnext;fp=userapps%2Fopensource%2Fnet-snmp%2Ftesting%2Ftests%2FT015snmpv2cgetnext;h=4d44b4ed7eb6f742ae1ad74e1ff33d2b58b69dff;hb=9dffd9f7659a1b28265e0dc9497343eb3d108d02;hp=0000000000000000000000000000000000000000;hpb=e48c2529a5a7e7dbf1797bb6d1bf964bc03e78a7;p=bcm963xx.git diff --git a/userapps/opensource/net-snmp/testing/tests/T015snmpv2cgetnext b/userapps/opensource/net-snmp/testing/tests/T015snmpv2cgetnext new file mode 100644 index 00000000..4d44b4ed --- /dev/null +++ b/userapps/opensource/net-snmp/testing/tests/T015snmpv2cgetnext @@ -0,0 +1,22 @@ +#!/bin/sh + +. ../eval_tools.sh + +HEADER SNMPv2c getnext of system.sysUpTime + +# +# Begin test +# + +# standard V2C configuration: testcomunnity +. ./Sv2cconfig + +STARTAGENT + +CAPTURE "snmpgetnext -On $SNMP_FLAGS -c testcommunity -v 2c udp:localhost:$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.3" + +STOPAGENT + +CHECK ".1.3.6.1.2.1.1.3.0 = Timeticks:" + +FINISHED