diff options
author | Andrey Pampukha <[email protected]> | 2010-04-28 16:00:12 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:18 +0200 |
commit | 215cdbcb6312caf49cd1fd1b37f0fb5842b5e13d (patch) | |
tree | 76960ae72062d81c5e717bb3ab2dc11b19f22cb3 /lib/common_test/src | |
parent | 1327bd8956b2d0f6b5a9201ce9ecf361f94733aa (diff) | |
download | otp-215cdbcb6312caf49cd1fd1b37f0fb5842b5e13d.tar.gz otp-215cdbcb6312caf49cd1fd1b37f0fb5842b5e13d.tar.bz2 otp-215cdbcb6312caf49cd1fd1b37f0fb5842b5e13d.zip |
Documentation update
Diffstat (limited to 'lib/common_test/src')
-rw-r--r-- | lib/common_test/src/ct_slave.erl | 8 | ||||
-rw-r--r-- | lib/common_test/src/ct_testspec.erl | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_slave.erl b/lib/common_test/src/ct_slave.erl index 22cb17e55d..d2a491e079 100644 --- a/lib/common_test/src/ct_slave.erl +++ b/lib/common_test/src/ct_slave.erl @@ -15,6 +15,14 @@ %% under the License. %% %% %CopyrightEnd% + +%%% @doc Common Test Framework functions for starting and stopping nodes for +%%% Large Scale Testing. +%%% +%%% <p>This module exports functions which are used by the Common Test Master +%%% to start and stop "slave" nodes. It is the default callback module for the +%%% <code>{init, node_start}</code> term of the Test Specification.</p> + %%---------------------------------------------------------------------- %% File : ct_slave.erl %% Description : CT module for starting nodes for large-scale testing. diff --git a/lib/common_test/src/ct_testspec.erl b/lib/common_test/src/ct_testspec.erl index 4e34c1513e..582ce5e49f 100644 --- a/lib/common_test/src/ct_testspec.erl +++ b/lib/common_test/src/ct_testspec.erl @@ -17,7 +17,7 @@ %% %CopyrightEnd% %% -%%% @doc Common Test Framework functions handlig test specifikations. +%%% @doc Common Test Framework functions handlig test specifications. %%% %%% <p>This module exports functions that are used within CT to %%% scan and parse test specifikations.</p> |