Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-24 | snmp: Change to random use crypto. Remove use of erlang:now | Erland Schönbeck | |
2014-09-30 | Try to increase test case timeouts | Raimo Niskanen | |
2014-08-25 | Raise timeout and see if testcases stabilize | Raimo Niskanen | |
2014-08-22 | Clean up config error handling and negative results | Raimo Niskanen | |
2014-08-19 | Implement IPv4+IPv6 in MT manager | Raimo Niskanen | |
2014-08-19 | Avoid test case known to fail | Raimo Niskanen | |
2014-08-19 | Improve testcase test for IPv6 capable host | Raimo Niskanen | |
2014-08-18 | Write manager IPv4+IPv6 test | Raimo Niskanen | |
2014-07-30 | Rearrange test suite group structure | Raimo Niskanen | |
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 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 | Improve dual stack test suite | Raimo Niskanen | |
2014-07-25 | Add dual_ip tests in snmp_to_snmpnet_SUITE | 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 | 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 | wip: Fix agent logging | Raimo Niskanen | |
2014-07-25 | snmp: Add IPV6 tests | Ingela Anderton Andin | |
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 | 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-03-26 | Merge branch 'bmk/snmp/manager/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-18 | [snmp/agent] CLeanup - unused vars and use of deprecated funcs | Micael Karlberg | |
2014-03-18 | [snmp/manager] Verify success for app start and stop in test cases | Micael Karlberg | |
When starting and stopping apps verify success. If failure to start or stop app force failure of test case or init/fin of test case. Also, be more verbose regarding stop results during test case finish. | |||
2014-03-14 | [snmp/agent] Fixed request id generation | Micael Karlberg | |
When testing the agent, it is started and then used for a series (v1, v2, v3, ...) of tests. But the individual test cases are use one instance of the test manager. Because of this, the requerst id cannot be a counter starting from 1 or any counter for that matter. Instead every request id was generated using random. But this is obiously not a guarantee fo uniqueness, it merely makes it unlikely that the request ids will be reused. To get around this problem (without having to rewrite the entire agent test suite) a simple (global) counter server is introduced. It is started at the start of the agent test suite (init_per_suite) and stopped at the end (end_per_suite). | |||
2014-03-14 | [snmp/agent] Fixed the loop_mib test cases | Micael Karlberg | |
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2014-01-21 | Fix (unicode) debug info in test cases | Dan Gudmundsson | |
2013-11-26 | Merge branch 'maint' | Micael Karlberg | |
Conflicts: lib/snmp/doc/src/snmpm_user.xml | |||
2013-11-19 | Merge branch 'bmk/snmp/blocking_log_during_conversion' into ↵ | Micael Karlberg | |
bmk/snmp/snmp425_integration Conflicts: lib/snmp/src/app/snmp.erl | |||
2013-11-19 | [snmp] Cleanup and changed atl conversion block default | Micael Karlberg | |
Changed the default value for the Audit Trail Log conversion to true. Also some cleanup. OTP-11396 | |||
2013-10-11 | Merge branch 'bmk/snmp/blocking_log_during_conversion' into ↵ | Micael Karlberg | |
bmk/snmp/snmp425_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.erl | |||
2013-10-11 | [snmp] Add (atl) log conversion block option | Micael Karlberg | |
It is now possible to request that the Audit Trail Log should be blocked during conversion (log_to_txt or log_to_io). This could be usefull when coverting a large log (when there is a chance it may otherwise wrap during conversion). |