Hi Thomas, I am running tests downloaded with the net-snmp source, in my test framework. Operating system - SLES 10, i686 i686 i386 GNU/Linux I am also attaching the detailed analysis and failure logs.
I Tried to recreate, failure scenario for T120proxyget and T121proxyset tests, manually. ( test sources are from NET-SNMP version: 5.4.1.pre3 ) Here are my findings, and steps to reproduce the problem -> STEPS to reproduce ------------------ --------------------------------------------------------------- I] Steps followed (to reproduce failure as in T120proxyget) : --------------------------------------------------------------- STEP 1) Created following two conf files : ------- testhost:/test/net-snmp # cat /nilesh3/nilesh.conf [snmp] persistentdir smuxsocket 1.0.0.0 createUser initial SHA initial_test_pass_auth AES createUser template SHA template_test_pass_auth AES rwuser initial noauth rwuser newtestuser proxy -t 2 -r 1 -v 2c -c testcommunity udp6:[::1]:7749 system testhost:/test/net-snmp # cat /nilesh3/proxy.conf rwcommunity testcommunity ------- STEP 2) staring snmpd ------- testhost:/test/net-snmp # snmpd -d -r -U -p /nilesh3/snmpd.pid -Lf /nilesh3/snmpd.log -I -system_mib -Dproxy -C -c /nilesh3/nilesh.conf 'udp6:[::1]:8815' ------- STEP 3) Starting snmpd proxy ------- testhost:/test/net-snmp # snmpd -d -r -U -p /nilesh3/snmpd.pid.num2 -Lf /nilesh3/snmpd.log.num2 -C -c /nilesh3/proxy.conf 'udp6:[::1]:7749' ------- STEP 4) Firing snmpget -> ------- testhost:/test/net-snmp # snmpget -On -d -t 5 -l anp -u initial -v 3 -a SHA -A initial_test_pass_auth 'udp6:[::1]:8815' .1.3.6.1.2.1.1.3.0 You will see the above command fail. --------------------------------------------------------------- I] Steps followed (to reproduce failure as in T121proxyset) : --------------------------------------------------------------- --------- STEP 1) Created following two conf files : --------- testhost:/test/net-snmp # cat /nilesh4/nilesh.conf [snmp] persistentdir smuxsocket 1.0.0.0 createUser initial SHA initial_test_pass_auth AES createUser template SHA template_test_pass_auth AES rwuser initial noauth rwuser newtestuser proxy -t 2 -r 1 -v 2c -c testcommunity udp6:[::1]:7692 system testhost:/test/net-snmp # cat /nilesh4/proxy.conf rwcommunity testcommunity psyscontact testcontact --------- STEP 2) starting snmpd --------- testhost:/test/net-snmp # snmpd -d -r -U -p /nilesh4/snmpd.pid -Lf /nilesh4/snmpd.log -I -system_mib -Dproxy -C -c /nilesh4/nilesh.conf 'udp6:[::1]:8796' --------- STEP 3) Starting snmpd proxy --------- testhost:/test/net-snmp # snmpd -d -r -U -p /nilesh4/snmpd.pid.num2 -Lf /nilesh4/snmpd.log.num2 -Dmib_init -C -c /nilesh4/proxy.conf 'udp6:[::1]:7692' --------- STEP 4) Firing snmpget --------- testhost:/test/net-snmp # snmpget -On -d -t 5 -l anp -u initial -v 3 -a SHA -A initial_test_pass_auth 'udp6:[::1]:8796' sysContact.0 You will see the above command fail. On Feb 12, 2008 2:58 PM, Thomas Anders <[EMAIL PROTECTED]> wrote: > Nilesh Borate wrote: > > I see T120proxyget and T121proxyset tests failing with udp6. > > ( NET-SNMP version: 5.4.1.pre3 ) > > Is it a known bug ? Please let me know. > > How exactly are you calling "make test"? > > > +Thomas > > -- > Thomas Anders (thomas.anders at blue-cable.de) >
net-snmp-testing
Description: Binary data
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
