Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-09 | snmp: Correct netsnmp arglist and check for usable netsnmp | Ingela Anderton Andin | |
2017-10-27 | snmp: Add crypto precondition test | Ingela Anderton Andin | |
2017-07-28 | Process augments in pass after definitions | Raimo Niskanen | |
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-02-14 | Fixed typos in lib/snmp | Andrew Dryga | |
2017-01-13 | Test enum refinement MIB | Raimo Niskanen | |
2016-09-12 | Merge branch 'ingela/snmp/ipv6-tests' into maint | Ingela Anderton Andin | |
* ingela/snmp/ipv6-tests: snmp: Use ipv6 common test configuration check | |||
2016-09-12 | snmp: Use ipv6 common test configuration check | Ingela Anderton Andin | |
The test for ipv6 could return false positives which resulted in failing test cases due lack of full ipv6 support.It could be nice with a working run-time check but this will do for now. | |||
2016-09-10 | snmp: Use built-in support for testing application files | Ingela Anderton Andin | |
2016-06-28 | add snmp_agent_conf_test to modules.mk | Daniel Goertzen | |
2016-06-22 | snmp tests demonstrating ERL-164, no string escaping for SNMP config files | Daniel Goertzen | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Makefiles: Remove test_server from include path and code path | Björn Gustavsson | |
Since no test suites includede test_server.hrl, there is no need to have test_server in the include path or code path. | |||
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
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. |