diff options
author | Siri Hansen <[email protected]> | 2013-02-25 11:52:34 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-03-04 11:08:58 +0100 |
commit | 2559ebdeb9067e79c9eec2190e21a8f63fe5bd2e (patch) | |
tree | c2619fb962b6606c3ccd7f1df911b21cebec79a5 /lib/test_server/doc/src/basics_chapter.xml | |
parent | 8183fcfb059794823a8289456d68b20a80d9a1b4 (diff) | |
download | otp-2559ebdeb9067e79c9eec2190e21a8f63fe5bd2e.tar.gz otp-2559ebdeb9067e79c9eec2190e21a8f63fe5bd2e.tar.bz2 otp-2559ebdeb9067e79c9eec2190e21a8f63fe5bd2e.zip |
[test_server] Remove unused code related to remote targets
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.
Diffstat (limited to 'lib/test_server/doc/src/basics_chapter.xml')
-rw-r--r-- | lib/test_server/doc/src/basics_chapter.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/test_server/doc/src/basics_chapter.xml b/lib/test_server/doc/src/basics_chapter.xml index a96cc88075..2e60d412e9 100644 --- a/lib/test_server/doc/src/basics_chapter.xml +++ b/lib/test_server/doc/src/basics_chapter.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>2002</year><year>2009</year> + <year>2002</year><year>2013</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -105,14 +105,14 @@ <p>The Test Server consists of three parts: </p> <list type="bulleted"> - <item>The part that executes the test suites on target and + <item>The part that executes the test suites and provides support for the test suite author is called <c>test_server</c>. This is described in the chapter about writing test cases in this user's guide, and in the reference manual for the <c>test_server</c> module.</item> <item>The controlling part, which provides the low level - operator interface, starts and stops the target node (if remote - target) and slave nodes and writes log files, is called + operator interface, starts and stops slave nodes and writes + log files, is called <c>test_server_ctrl</c>. The Test Server Controller should not be used directly when running tests. Instead a framework built on top of it should be used. More information @@ -176,9 +176,7 @@ shall return an empty list, a test specification or <c>{skip,Reason}</c>. If an empty list is returned, it means that the test case shall be executed, and so it must also have - an execution clause. Note that the specification clause is - always executed on the controller node, i.e. not on the target - node. + an execution clause. </item> <tag><em>test case</em></tag> <item>A single test included in a test suite. Typically it tests |