diff options
author | Lukas Larsson <[email protected]> | 2013-03-11 11:17:30 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-03-11 11:17:30 +0100 |
commit | df700b703b505e817a4c0450f91e4bc1dbc09a30 (patch) | |
tree | 2bc7d642039120eacf6827431682f9137f94c14e /lib/test_server/doc/src/test_server.xml | |
parent | b7c80e82cc4826d56c1e8914fb1a47652ab3f018 (diff) | |
parent | d2f2eec4231dbac612303e4d9bc4de52fde20ccc (diff) | |
download | otp-df700b703b505e817a4c0450f91e4bc1dbc09a30.tar.gz otp-df700b703b505e817a4c0450f91e4bc1dbc09a30.tar.bz2 otp-df700b703b505e817a4c0450f91e4bc1dbc09a30.zip |
Merge branch 'maint'
* maint:
Update copyright notice
[test_server] Remove unused code related to remote targets
Diffstat (limited to 'lib/test_server/doc/src/test_server.xml')
-rw-r--r-- | lib/test_server/doc/src/test_server.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/test_server/doc/src/test_server.xml b/lib/test_server/doc/src/test_server.xml index 841cbfbe91..5ef43dd628 100644 --- a/lib/test_server/doc/src/test_server.xml +++ b/lib/test_server/doc/src/test_server.xml @@ -5,7 +5,7 @@ <header> <copyright> <year>2007</year> - <year>2012</year> + <year>2013</year> <holder>Ericsson AB, All Rights Reserved</holder> </copyright> <legalnotice> @@ -73,8 +73,8 @@ <d>This is the same as returned from <c>os:type/0</c></d> </type> <desc> - <p>This function can be called on controller or target node, and - it will always return the OS type of the target node.</p> + <p>This function is equivalent to <c>os:type/0</c>. It is kept + for backwards compatibility.</p> </desc> </func> <func> @@ -465,9 +465,7 @@ Tries running clock_sanity_check() up to 8 times,and <taglist> <tag><c>{remote, true}</c></tag> <item>Start the node on a remote host. If not specified, the - node will be started on the local host (with some - exceptions, as for the case of VxWorks, where - all nodes are started on a remote host). Test cases that + node will be started on the local host. Test cases that require a remote host will fail with a reasonable comment if no remote hosts are available at the time they are run. </item> @@ -748,7 +746,6 @@ Only valid for peer nodes. Note that slave nodes always test case or <c>{skip,Comment}</c>. The syntax of a test specification is described in the Test Server User's Guide. </p> - <p><em>Note that the specification clause always is executed on the controller host.</em></p> <p>The <em>execution clause</em> (argument <c>Config</c>) is only called if the specification clause returns an empty list. The execution clause is the real test case. Here you must call |