Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-30 | Fix testcase for really dual ip | Raimo Niskanen | |
2014-07-30 | Adjust test cases for daily builds | Raimo Niskanen | |
2014-07-30 | Fix call to non-existent function | Raimo Niskanen | |
2014-07-30 | Fix test manager in agent tests for IPv6 | Raimo Niskanen | |
2014-07-30 | Call new Net-SNMP test suite from top suite | Raimo Niskanen | |
2014-07-30 | Improve external snmp commands args | Raimo Niskanen | |
2014-07-30 | Test inform to dual transports | Raimo Niskanen | |
2014-07-30 | Write list of trap targets | Raimo Niskanen | |
2014-07-30 | Improve dual stack test suite | Raimo Niskanen | |
2014-07-30 | Use {ipv6_v6only, true} | Raimo Niskanen | |
2014-07-25 | Remove commented out code | Raimo Niskanen | |
2014-07-25 | Add dual_ip tests in snmp_to_snmpnet_SUITE | Raimo Niskanen | |
2014-07-25 | Silence logging from agent net_if at shutdown | Raimo Niskanen | |
2014-07-25 | Rewrite agent for IPv4 + IPv6 | Raimo Niskanen | |
2014-07-25 | snmp: Add inform test | Ingela Anderton Andin | |
2014-07-25 | snmp: Add new test suite | Ingela Anderton Andin | |
2014-07-25 | Mend loop_mib_* testcases | Raimo Niskanen | |
2014-07-25 | Mend regression tests | Raimo Niskanen | |
2014-07-25 | Add testcases and do related fixes | Raimo Niskanen | |
2014-07-25 | Use IPv6 config in manager | Raimo Niskanen | |
2014-07-25 | Mend write_config_file and append_config_file | Raimo Niskanen | |
2014-07-25 | Mend manager to pass regression tests | Raimo Niskanen | |
2014-07-25 | Rewrite ordering functions for maintainability | Raimo Niskanen | |
2014-07-25 | Fix vsn.mk and clean out moot testcases | Raimo Niskanen | |
2014-07-25 | Fix log validation and fix some testcases | Raimo Niskanen | |
2014-07-25 | Write IPv6 test cases | Raimo Niskanen | |
2014-07-25 | Rewrite string representation of addresses and stop printing an error report ↵ | Raimo Niskanen | |
when snmpa_net_if gets externally killed | |||
2014-07-25 | Don't encode IPv6 address into v1 trap and fix legacy arguments to ↵ | Raimo Niskanen | |
snmpa_network_interface_filter functions | |||
2014-07-25 | wip: Testcase feedback | Raimo Niskanen | |
2014-07-25 | wip: Fix agent logging | Raimo Niskanen | |
2014-07-25 | bugfix: Call to non-existing module 'list' | Raimo Niskanen | |
2014-07-25 | Bugfix: argument order to internal function verify_lines/4 | Raimo Niskanen | |
2014-07-25 | Go back to passing (Domain, Addr) to net_if filters | Raimo Niskanen | |
2014-07-25 | fix agent configuration details | Raimo Niskanen | |
2014-07-25 | snmp: Add IPV6 tests | Ingela Anderton Andin | |
2014-07-25 | Rewrite agent to use {Domain,Address} tuples as far as possible | Raimo Niskanen | |
2014-07-25 | wip: passes all regression tests | Raimo Niskanen | |
2014-07-25 | wip: Rewrite manager net_if process | Raimo Niskanen | |
2014-07-25 | wip | Raimo Niskanen | |
2014-07-25 | wip-all-regression-tests-but-one-manager | Raimo Niskanen | |
2014-07-22 | wip | Raimo Niskanen | |
2014-07-22 | Rewrite agent configuration parsing | Raimo Niskanen | |
2014-06-11 | Merge branch 'telsacolton/snmp_test_manager_badmatch_pid' into maint | Henrik Nord | |
* telsacolton/snmp_test_manager_badmatch_pid: Fix badmatch error when trying to start_link an snmp_test_manager Edit line 59 to remove "mgr" key from #State record. Edit line 133 to expect ok instead of {ok, Pid} from snmpm:start_link . Edit line 136 not to reference Pid variable which was removed above. | |||
2014-04-15 | Fix badmatch error when trying to start_link an snmp_test_manager | Colton | |
Was previously unable to start_link an snmp_test_manager due to a badmatch occurring on line 133. See traceback here: http://pastebin.com/1eNYkGTz Edit snmp_test_manager.erl to only expect the atom ok when it was in turn start_linking an snmpm server. Also remove reference to no longer existing Pid variable. Lastly remove the mgr key from the State record, as after these changes it was no longer being used. | |||
2014-04-07 | Update release notes | Erlang/OTP | |
2014-03-26 | Merge branch 'bmk/snmp/manager/fix-tests' | Micael Karlberg | |
2014-03-26 | Merge branch 'bmk/snmp/agent/fix-tests' | Micael Karlberg | |
2014-03-21 | [snmp/manager] Add some more error handling when starting | Micael Karlberg | |
Add some more error handling (a try catch block) when starting both manager and agent. | |||
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green | |
Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies. | |||
2014-03-20 | Bump versions and ensure that all are "normal" versions | Rickard Green | |
Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0 |