From b183cadcaddde7dc903c3fa5540c55e3f1408595 Mon Sep 17 00:00:00 2001 From: Tobias Schlager Date: Tue, 16 Jul 2013 11:46:58 +0200 Subject: [otp_mibs] Add test suite for range checks and reduction value overflow. --- lib/otp_mibs/test/otp_mibs_SUITE.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/otp_mibs/test/otp_mibs_SUITE.cfg (limited to 'lib/otp_mibs/test/otp_mibs_SUITE.cfg') 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} + ]}. -- cgit v1.2.3