aboutsummaryrefslogtreecommitdiffstats
path: root/lib/otp_mibs/test/otp_mibs_SUITE.cfg
diff options
context:
space:
mode:
authorTobias Schlager <[email protected]>2013-07-16 11:46:58 +0200
committerTobias Schlager <[email protected]>2013-07-16 11:46:58 +0200
commitb183cadcaddde7dc903c3fa5540c55e3f1408595 (patch)
treed5e03f7f9a24271f57d17e16893c3e6729b5bf67 /lib/otp_mibs/test/otp_mibs_SUITE.cfg
parenta793ab815d0c828fb1ef7ba72ab58c1b45542831 (diff)
downloadotp-b183cadcaddde7dc903c3fa5540c55e3f1408595.tar.gz
otp-b183cadcaddde7dc903c3fa5540c55e3f1408595.tar.bz2
otp-b183cadcaddde7dc903c3fa5540c55e3f1408595.zip
[otp_mibs] Add test suite for range checks and reduction value overflow.
Diffstat (limited to 'lib/otp_mibs/test/otp_mibs_SUITE.cfg')
-rw-r--r--lib/otp_mibs/test/otp_mibs_SUITE.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/otp_mibs/test/otp_mibs_SUITE.cfg b/lib/otp_mibs/test/otp_mibs_SUITE.cfg
new file mode 100644
index 0000000000..d01cf92104
--- /dev/null
+++ b/lib/otp_mibs/test/otp_mibs_SUITE.cfg
@@ -0,0 +1,15 @@
+%% -*- erlang -*-
+{snmp,
+ [
+ {start_agent,true},
+ {users,
+ [
+ {otp_mibs_test,[snmpm_user_default,[]]}
+ ]},
+ {managed_agents,
+ [
+ {otp_mibs_test, [otp_mibs_test, {127,0,0,1}, 4000, []]}
+ ]},
+ {agent_sysname,"Test otp_mibs"},
+ {mgr_port,5001}
+ ]}.