aboutsummaryrefslogtreecommitdiffstats
path: root/lib/otp_mibs/test/otp_mibs_SUITE.cfg
diff options
context:
space:
mode:
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}
+ ]}.