aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-09-24 09:51:34 +0200
committerSiri Hansen <[email protected]>2012-09-24 09:51:34 +0200
commit4393ec5e0a0520b0bae7e616302b5f87cc46b3e0 (patch)
tree721eba3eb4cbc0e0b67e8a6b528ff5ca2d37b227 /lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg
parent7571553c9679cbc6a8066ddb54556a4794e9754a (diff)
parentbe0284d6ae701ce55d066112964a60ef003e6158 (diff)
downloadotp-4393ec5e0a0520b0bae7e616302b5f87cc46b3e0.tar.gz
otp-4393ec5e0a0520b0bae7e616302b5f87cc46b3e0.tar.bz2
otp-4393ec5e0a0520b0bae7e616302b5f87cc46b3e0.zip
Merge branch 'siri/common_test/undefined-snmp-funcs/OTP-10088'
* siri/common_test/undefined-snmp-funcs/OTP-10088: [common_test] Moved ct_snmp_SUITE into data dir and run as other ct tests [common_test] Updated (minimized) config for ct_snmp test after fixing bugs [common_test] Use ct_snmp 'agent_vsns' config value in snmp app config [common_test] Change NotifType to atom instead of string [common_test] Remove calls to undefined functions from ct_snmp [common_test] Add minor test suite for ct_snmp Conflicts: lib/common_test/test/Makefile
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}
+ ]}]}.