diff options
author | Raimo Niskanen <[email protected]> | 2014-08-19 10:22:46 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2014-08-19 10:22:46 +0200 |
commit | 0685f5c84f0f6ecfd8535d471d082271e77517c6 (patch) | |
tree | 6eac15a8cc013ee48f47c27e8578c564119c0189 /lib/snmp/test/snmp_agent_test.erl | |
parent | e1a6e43da5b249dd75e2baadd494921cf1684323 (diff) | |
download | otp-0685f5c84f0f6ecfd8535d471d082271e77517c6.tar.gz otp-0685f5c84f0f6ecfd8535d471d082271e77517c6.tar.bz2 otp-0685f5c84f0f6ecfd8535d471d082271e77517c6.zip |
Avoid test case known to fail
Diffstat (limited to 'lib/snmp/test/snmp_agent_test.erl')
-rw-r--r-- | lib/snmp/test/snmp_agent_test.erl | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/snmp/test/snmp_agent_test.erl b/lib/snmp/test/snmp_agent_test.erl index 05c91c37a3..b4770ad0a9 100644 --- a/lib/snmp/test/snmp_agent_test.erl +++ b/lib/snmp/test/snmp_agent_test.erl @@ -532,6 +532,7 @@ groups() -> {v3_inform, [], v3_inform_cases()}, {v3_security, [], v3_security_cases()}, {standard_mibs, [], standard_mibs_cases()}, + {standard_mibs_ipv6, [], standard_mibs_cases_ipv6()}, {standard_mibs_2, [], standard_mibs2_cases()}, {standard_mibs_3, [], standard_mibs3_cases()}, {reported_bugs, [], reported_bugs_cases()}, @@ -1721,7 +1722,7 @@ v1_cases_ipv6() -> next_across_sa, undo, %% {group, reported_bugs}, - {group, standard_mibs}, % snmp_standard_mib still failing, sends v1 trap + {group, standard_mibs_ipv6}, sparse_table, %% cnt_64, % sends v1 trap opaque @@ -4843,6 +4844,15 @@ standard_mibs_cases() -> snmp_view_based_acm_mib ]. +standard_mibs_cases_ipv6() -> + [ + %% snmp_standard_mib, % Sending v1 traps does not work over IPv6 + snmp_community_mib, + snmp_framework_mib, + snmp_target_mib, + snmp_notification_mib, + snmp_view_based_acm_mib + ]. %%----------------------------------------------------------------- %% For this test, the agent is configured for v1. |