diff options
| author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2012-08-01 13:30:59 +0100 |
|---|---|---|
| committer | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-08-02 16:17:42 +0100 |
| commit | 930e5fa136f0d2e462de40939294d12aab6a9ab8 (patch) | |
| tree | e1dba2a6e860a713b24faa8e31846e3d3eb52041 /docs/reference/node-startup-controller/test-example.xml | |
| parent | bb96c5209f5acdde59aed7d68804134df772738d (diff) | |
| download | node-startup-controller-930e5fa136f0d2e462de40939294d12aab6a9ab8.tar.gz | |
Add TSM test and improve layout of test document
The improvements to the layout of the test document are that the
individual tests will now show up on the table of contents.
The Target Startup Monitor (TSM) tests check that the following cases
attempt to change the node state:
* The Node Startup Controller starting
* focussed.target starting
* unfocussed.target starting
* lazy.target starting
The following case should not attempt to change the node state:
* focussed.target stopping
Diffstat (limited to 'docs/reference/node-startup-controller/test-example.xml')
| -rw-r--r-- | docs/reference/node-startup-controller/test-example.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/reference/node-startup-controller/test-example.xml b/docs/reference/node-startup-controller/test-example.xml index 59ab2a5..dbd645f 100644 --- a/docs/reference/node-startup-controller/test-example.xml +++ b/docs/reference/node-startup-controller/test-example.xml @@ -3,13 +3,13 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ ]> -<refsection id="test-example"> +<section id="test-example"> <title> Example test</title> <para> An example of how tests should be structured </para> - <refsection> + <section> <title>Test environment and setup</title> <para> Automated testing isn't possible. To make things easier, we have code snippets which @@ -19,9 +19,9 @@ systemctl start boot-manager.target </programlisting> </para> - </refsection> + </section> - <refsection> + <section> <title>Test Overview</title> <para> A broad explanation of the different test cases in the scenario, i.e. @@ -30,9 +30,9 @@ <listitem>Tell the shutdown client to shut down</listitem> </itemizedlist> </para> - </refsection> + </section> - <refsection> + <section> <title>Test steps</title> <para> Add a shutdown client @@ -46,6 +46,6 @@ <listitem>Check the DLT log for appropriate output</listitem> </orderedlist> </para> - </refsection> + </section> -</refsection> +</section> |
