summaryrefslogtreecommitdiff
path: root/lib/test_server/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove test_server as a standalone applicationBjörn Gustavsson2016-02-1720-5845/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test_server application has previously been deprecated. In OTP 19, we will move relevant parts of test_server into the common_test application. Test suites that include test_server.hrl must be updated to include ct.hrl instead. Test suites that include test_server_line.hrl must removed that inclusion. Test suites that call the test_server module directly will continue to work in OTP 19. The test suites for Erlang/OTP are built and executed in exactly the same way as previously. Here are some more details. The modules test_server*.erl and erl2html2.erl in lib/test_server/src have been moved to common_test/src. The test_server.hrl and test_server_line.hrl include files have been deleted. The macros in test_server.hrl have been copied into lib/common_test/include/ct.hrl. The ts*.erl modules and their associated data files in lib/test_server/src has been been moved to the new directory lib/common_test/test_server. The ts* modules are no longer built to lib/common_test/ebin. They will only built when 'make release_tests' is executed. The test suite for test_server has been moved to lib/common_test/test. The rest of the files have been deleted.
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
| | | | | | | 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.
* Update release notesErlang/OTP2015-12-151-0/+29
|
* [test_server] Correct documentationHans Bolinder2015-11-041-6/+6
| | | | Fix mistakes found by 'xmllint'.
* Prepare releaseErlang/OTP2015-06-231-0/+57
|
* Change license text to APLv2Bruce Yinhe2015-06-1819-186/+205
|
* Revert "Prepare release"Henrik Nord2015-05-131-49/+0
| | | | This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.
* Prepare releaseErlang/OTP2015-05-121-0/+49
|
* Merge branch 'nox/test_server-lines'Zandra Hird2015-05-082-66/+28
|\ | | | | | | | | * nox/test_server-lines: Undocument the line macro in test_server
| * Undocument the line macro in test_serverAnthony Ramine2015-03-212-66/+28
| | | | | | | | Reported-by: Magnus Ottenklinger
* | Merge branch 'maint'Zandra Hird2015-05-061-0/+22
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/src/erl2html2.erl
| * | Prepare releaseErlang/OTP2015-05-061-0/+22
| | |
* | | Declare webtool and test_server as obsoletePeter Andersson2015-04-231-0/+4
|/ /
* | Prepare releaseErlang/OTP2015-03-311-0/+45
|/
* Prepare releaseErlang/OTP2014-12-091-0/+41
|
* Prepare releaseErlang/OTP2014-06-191-0/+39
|
* Update release notesErlang/OTP2014-04-071-0/+42
|
* Document changes in the CT hooks API and the event message protocolPeter Andersson2014-04-021-4/+7
| | | | OTP-11732
* Introduce appup test utilityTobias Schlager2014-02-241-0/+25
| | | | | | | | This adds a test function similar to the app file test function existing in test_server. The code is mostly taken from the asn1, snmp and inets test suites. Low-level upgrade instruction checking is stripped. Library application's appup files get specialized treatment, since their content is almost static.
* Merge tag 'OTP_R16B03'Magnus Lidén2013-12-101-0/+48
|\ | | | | | | | | | | | | The R16B03 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B03Erlang/OTP2013-12-091-0/+48
| |
* | Merge tag 'OTP_R16B02'Magnus Lidén2013-09-171-0/+56
|\ \ | |/ | | | | | | | | | | The R16B02 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B02Erlang/OTP2013-09-161-0/+56
| |
* | Merge tag 'OTP_R16B01'Björn-Egil Dahlberg2013-06-181-0/+50
|\ \ | |/ | | | | | | | | | | The R16B01 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B01Erlang/OTP2013-06-171-0/+50
| |
* | Merge branch 'maint'Patrik Nyblom2013-06-051-2/+0
|\ \ | |/
| * Add system_monitor of long_schedulePatrik Nyblom2013-05-021-2/+0
| |
* | Convert XML files to UTF-8Hans Bolinder2013-04-1919-25/+25
|/
* [test_server] Remove unused code related to remote targetsSiri Hansen2013-03-0411-92/+28
| | | | | | After removing the functionality for remote target nodes in R16A, there was still some unused code left and some documentation that was not updated. This is now completed.
* Prepare releaseOTP_R16BErlang/OTP2013-02-251-0/+56
|
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
|
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-291-0/+146
|
* Merge branch 'siri/cross-cover/OTP-9870'Siri Hansen2013-01-102-23/+74
|\ | | | | | | | | | | | | | | | | | | * siri/cross-cover/OTP-9870: [test_server] Don't use print/3 in cross_cover_analyse [common_test] Add documentation for cross cover analysis [common_test] Add test case for cross cover mechanism [test_server] Update documentation about cross cover [test_server] Add test of code cover mechanism [test_server,common_test] Fix cross cover mechansim
| * [test_server] Update documentation about cross coverSiri Hansen2012-12-042-23/+74
| | | | | | | | | | | | | | Add info about cross statement in cover file: {cross,[{Tag,Modules}]}. Add parameter Tests = [{Tag,Dir}] to test_server_ctrl:cross_cover_analyse
* | Merge tag 'OTP_R15B03'Björn-Egil Dahlberg2012-11-271-0/+41
|\ \ | |/ |/| | | The R15B03 release
| * Prepare releaseOTP_R15B03Erlang/OTP2012-11-261-0/+41
| |
* | [test_server] Add option {start_cover,false} to test_server:start_nodeSiri Hansen2012-10-301-1/+13
| | | | | | | | | | | | | | | | | | By default the test server will start cover on all nodes when the test is run with code coverage analysis. To make sure cover is not started on a new node, this option can be set. This can be useful if the test itself starts cover or if the new node for some reason can not run cover compiled code.
* | ts: Remove the non-working ts:clean/0,1 commandsBjörn Gustavsson2012-09-201-11/+0
| | | | | | | | | | | | The commands no longer work now that ts is a wrapper for common_test (instead of for test_server), and no one seems to have missed them.
* | ts: Remove the obsolete ts:index/0 commandBjörn Gustavsson2012-09-201-12/+0
| | | | | | | | | | | | The ts:index/0 command only works with test_server log directories. The functionality to generate an overview of all tests run is now provided by common_test itself.
* | Merge tag 'OTP_R15B02'Björn-Egil Dahlberg2012-09-041-0/+72
|\ \ | |/ | | | | The R15B02 release
| * Prepare releaseOTP_R15B02Erlang/OTP2012-09-031-0/+72
| |
* | Merge branch 'maint'Björn-Egil Dahlberg2012-08-313-3/+3
|\ \ | |/ | | | | | | | | Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md
| * Update copyright yearsBjörn-Egil Dahlberg2012-08-313-3/+3
| |
* | Merge remote branch 'upstream/maint'Peter Andersson2012-08-301-2/+4
|\ \ | |/
| * Update the documentation for R15B02Peter Andersson2012-08-291-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OTP-10050 OTP-10069 OTP-10072 OTP-10087 OTP-9865 OTP-10049 OTP-10089 OTP-10145 OTP-9896 OTP-10135 OTP-10067 OTP-9625 OTP-10127 OTP-10172 OTP-10248 OTP-9625 OTP-10086
* | test_server: Remove VxWorks references in docBjörn-Egil Dahlberg2012-07-191-5/+3
|/
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-9/+9
| | | | | OTP-10106 OTP-10107
* Prepare releaseOTP_R15B01Erlang/OTP2012-04-011-0/+149
|
* Prepare releaseErlang/OTP2011-12-121-0/+43
|
* Update copyright yearsBjörn-Egil Dahlberg2011-12-091-1/+1
|