From be0284d6ae701ce55d066112964a60ef003e6158 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Fri, 21 Sep 2012 11:51:41 +0200 Subject: [common_test] Moved ct_snmp_SUITE into data dir and run as other ct tests --- lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg (limited to 'lib/common_test/test/ct_snmp_SUITE_data/snmp.cfg') 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} + ]}]}. -- cgit v1.2.3