summaryrefslogtreecommitdiff
path: root/testing/tests/T057trapdauthtest2
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/T057trapdauthtest2')
-rw-r--r--testing/tests/T057trapdauthtest228
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/tests/T057trapdauthtest2 b/testing/tests/T057trapdauthtest2
new file mode 100644
index 0000000..a5a02cf
--- /dev/null
+++ b/testing/tests/T057trapdauthtest2
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+. ../eval_tools.sh
+
+HEADER snmptrapd discards of unauthorized notification types
+
+#
+# Begin test
+#
+
+CONFIGTRAPD createUser testuser
+CONFIGTRAPD authuser log testuser noAuthNoPriv .1.3.6.1.6.3.1.1.5.2
+CONFIGTRAPD agentxsocket /dev/null
+
+STARTTRAPD
+
+CAPTURE "snmptrap -Ci -t $SNMP_SLEEP -d -v 3 -u testuser -l nanp $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPTRAPD_PORT 0 .1.3.6.1.6.3.1.1.5.1 system.sysContact.0 s blah"
+
+STOPTRAPD
+
+CHECKTRAPD "coldStart"
+EXPECTRESULT 0
+if [ "$snmp_last_test_result" != 0 ] ; then
+ return_value=1
+ FINISHED
+fi
+
+FINISHED