aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-09-21 10:25:37 +0200
committerSiri Hansen <[email protected]>2012-09-21 10:25:37 +0200
commita9007fd4a3e1eea2d88c4cc51b2344e24aacf50c (patch)
tree0791137d869c2f1b033338c83eb665b12eb469bc /lib/common_test
parentc73625b031181d8c0ca65760ae44a1dbae4400df (diff)
downloadotp-a9007fd4a3e1eea2d88c4cc51b2344e24aacf50c.tar.gz
otp-a9007fd4a3e1eea2d88c4cc51b2344e24aacf50c.tar.bz2
otp-a9007fd4a3e1eea2d88c4cc51b2344e24aacf50c.zip
[common_test] Updated (minimized) config for ct_snmp test after fixing bugs
Bugs reported in OTP-10432 allowed the config for ct_snmp test to specify only one version for agent and manager.
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/test/snmp.cfg7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/common_test/test/snmp.cfg b/lib/common_test/test/snmp.cfg
index e83e66742d..a96e4db9d8 100644
--- a/lib/common_test/test/snmp.cfg
+++ b/lib/common_test/test/snmp.cfg
@@ -5,17 +5,16 @@
[{engine_id,"ct_snmp_SUITE-Engine"},
{version,v2}]]}]},
{engine_id,"ct_snmp_SUITE-Engine"},
- {agent_vsns,[v1,v2]}
+ {agent_vsns,[v2]}
]}.
{snmp_app,[{manager, [{config, [{verbosity, silence}]},
{server,[{verbosity,silence}]},
{net_if,[{verbosity,silence}]},
- {versions,[v1,v2]}
+ {versions,[v2]}
]},
{agent, [{config, [{verbosity, silence}]},
{net_if,[{verbosity,silence}]},
{mib_server,[{verbosity,silence}]},
{local_db,[{verbosity,silence}]},
- {agent_verbosity,silence},
- {versions,[v1,v2]}
+ {agent_verbosity,silence}
]}]}.