From 2559ebdeb9067e79c9eec2190e21a8f63fe5bd2e Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Mon, 25 Feb 2013 11:52:34 +0100 Subject: [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. --- lib/test_server/doc/src/write_framework_chapter.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'lib/test_server/doc/src/write_framework_chapter.xml') diff --git a/lib/test_server/doc/src/write_framework_chapter.xml b/lib/test_server/doc/src/write_framework_chapter.xml index 8a20e9afec..5c1c657d9e 100644 --- a/lib/test_server/doc/src/write_framework_chapter.xml +++ b/lib/test_server/doc/src/write_framework_chapter.xml @@ -4,7 +4,7 @@
- 20022009 + 20022013 Ericsson AB. All Rights Reserved. @@ -46,15 +46,8 @@ Interfacing the test server controller from Erlang

Using the test server from Erlang means that you have to start the test server and then add test jobs. Use - test_server_ctrl:start/0 to start a local target or - test_server_ctrl:start/1 to start a remote target. The test - server is stopped by test_server_ctrl:stop/0. -

-

The argument to test_server_ctrl:start/1 is the name of a - parameter file. The parameter file specifies what type of target - to start and where to start it, as well as some additional - parameters needed for different target types. See the reference - manual for a detailed description of all valid parameters. + test_server_ctrl:start/0 to start the test server, and + test_server_ctrl:stop/0 to stop it.

-- cgit v1.2.3