finally in sync with archive
[bcm963xx.git] / userapps / opensource / net-snmp / testing / tests / T053agentv1trap
diff --git a/userapps/opensource/net-snmp/testing/tests/T053agentv1trap b/userapps/opensource/net-snmp/testing/tests/T053agentv1trap
deleted file mode 100755 (executable)
index 452dcc0..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-. ../eval_tools.sh
-
-HEADER snmpv1 traps are sent by snmpd API
-
-SKIPIFNOT USING_EXAMPLES_EXAMPLE_MODULE
-
-#
-# Begin test
-#
-
-# standard V1 configuration: testcomunnity
-. ./Sv3config
-CONFIGAGENT trapsink localhost public $SNMP_SNMPTRAPD_PORT
-
-STARTTRAPD
-
-AGENT_FLAGS="$AGENT_FLAGS -Dexample,header_generic,add_trap"
-STARTAGENT
-
-CAPTURE "snmpset -On $SNMP_FLAGS -v 3 -a MD5 -A initial_test_pass_auth -l anp -u initial udp:localhost:$SNMP_SNMPD_PORT ucdavis.254.7.0 i 1"
-
-STOPAGENT
-
-STOPTRAPD
-
-CHECKTRAPD "Enterprise Specific Trap (99)"
-
-FINISHED