aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/test/Makefile
AgeCommit message (Collapse)Author
2019-06-17[snmp|manager|test] Problems starting (slave) nodesMicael Karlberg
When we fail to start a (slave) node with reason timeout, its possible that it actually succeeded, which will cause the following test case(s) init to fail (with 'already started', since it which also try to start this node). But since we don't know if we get this because for this reason or because the previous test case failed to clean up after itself, we cannot assume that the state of the node is ok (and therefor use it). So, we attempt to stop it, and try start it again (*one* time). This has been observed on one (slooow) VM host.
2016-03-15update copyright-yearHenrik Nord
2016-02-17Makefiles: Remove test_server from include path and code pathBjö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.
2015-06-18Change license text to APLv2Bruce Yinhe
2014-07-25snmp: Add inform testIngela Anderton Andin
2014-07-25snmp: Add new test suiteIngela Anderton Andin
2014-03-14[snmp/agent] Fixed the loop_mib test casesMicael Karlberg
2013-07-16snmp: Silence debug in testsBjörn-Egil Dahlberg
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-13[snmp] Fixing test MIB dependencyMicael Karlberg
Some test MIBs depend on each other (imports), which must be defined or parallell make may fail. OTP-9969
2011-08-08snmp: Support parallel makeBjörn Gustavsson
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-04-14First test case for request API version 3.Micael Karlberg
2010-11-15Call chmod without the "-f" flagHolger Weiß
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP