aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-09-21 11:51:41 +0200
committerSiri Hansen <[email protected]>2012-09-21 11:51:41 +0200
commitbe0284d6ae701ce55d066112964a60ef003e6158 (patch)
tree5604f942cd45162205b04b30008b0b41e52a9a97 /lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg
parenta9007fd4a3e1eea2d88c4cc51b2344e24aacf50c (diff)
downloadotp-be0284d6ae701ce55d066112964a60ef003e6158.tar.gz
otp-be0284d6ae701ce55d066112964a60ef003e6158.tar.bz2
otp-be0284d6ae701ce55d066112964a60ef003e6158.zip
[common_test] Moved ct_snmp_SUITE into data dir and run as other ct tests
Diffstat (limited to 'lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg')
-rw-r--r--lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg b/lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg
new file mode 100644
index 0000000000..b0ac0e6a96
--- /dev/null
+++ b/lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg
@@ -0,0 +1,20 @@
+%% -*- erlang -*-
+{snmp, [{start_agent,true},
+ {users,[{user_name,[snmp1_SUITE,[]]}]},
+ {managed_agents,[{agent_name, [user_name, {127,0,0,1}, 4000,
+ [{engine_id,"ct_snmp-test-engine"},
+ {version,v2}]]}]},
+ {engine_id,"ct_snmp-test-engine"},
+ {agent_vsns,[v2]}
+ ]}.
+{snmp_app,[{manager, [{config, [{verbosity, silence}]},
+ {server,[{verbosity,silence}]},
+ {net_if,[{verbosity,silence}]},
+ {versions,[v2]}
+ ]},
+ {agent, [{config, [{verbosity, silence}]},
+ {net_if,[{verbosity,silence}]},
+ {mib_server,[{verbosity,silence}]},
+ {local_db,[{verbosity,silence}]},
+ {agent_verbosity,silence}
+ ]}]}.