ct_master
Module
ct_master
Module Summary
Distributed test execution control for Common Test.
Description
Distributed test execution control for Common Test
.
This module exports functions for running Common Test
nodes on multiple hosts in parallel.
Exports
Stops all running tests.
Types
Stops tests on specified nodes.
Types
If set to true
, the ct_master logs
are written on a primitive HTML format, not using the Common Test
CSS style sheet.
Types
Gets a reference to the Common Test
master event manager. The reference can be used to, for example, add a user-specific event handler while tests are running.
Example:
gen_event:add_handler(ct_master:get_event_mgr_ref(), my_ev_h, [])
Types
Returns test progress. If Status
is ongoing
, tests are running on the node and are not yet finished.
Types
Equivalent to ct_master:run(TestSpecs, false, [], [])
.
Types
Equivalent to ct_master:run(TestSpecs, false, InclNodes, ExclNodes)
.
Types
Tests are spawned on the nodes as specified in TestSpecs
. Each specification in TestSpec
is handled separately. However, it is also possible to specify a list of specifications to be merged into one specification before the tests are executed. Any test without a particular node specification is also executed on the nodes in InclNodes
. Nodes in the ExclNodes
list are excluded from the test.
Types
Equivalent to ct_master:run_on_node(TestSpecs, false, Node)
.
Types
Tests are spawned on Node
according to TestSpecs
.
Types
Tests are spawned on Node
using ct:run_test/1
© 2010–2017 Ericsson AB
Licensed under the Apache License, Version 2.0.