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/node-startup-controller-docs.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/node-startup-controller-docs.xml')
-rw-r--r-- | docs/reference/node-startup-controller/node-startup-controller-docs.xml | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/docs/reference/node-startup-controller/node-startup-controller-docs.xml b/docs/reference/node-startup-controller/node-startup-controller-docs.xml index 9d8b6ae..ff9effd 100644 --- a/docs/reference/node-startup-controller/node-startup-controller-docs.xml +++ b/docs/reference/node-startup-controller/node-startup-controller-docs.xml @@ -81,29 +81,15 @@ <sect1> <title>Installing</title> </sect1> - <refentry> - <refmeta><refentrytitle>Testing</refentrytitle></refmeta> - <refnamediv> - <refname>Testing</refname> - <refpurpose> - Instructions on how to test the Node Startup Controller - </refpurpose> - </refnamediv> - - <refsection> - <title>Example tests</title> - <xi:include href="test-example.xml"/> - </refsection> - <refsection> - <title>Last User Context management tests</title> - </refsection> - <refsection> - <title>Legacy App Handling tests</title> - </refsection> - <refsection> - <title>Target Startup Monitoring tests</title> - </refsection> - </refentry> + <section> + <title>Testing</title> + <note> + These tests are performed against the Node State Manager Dummy. The real + Node State Manager behaves differently to the dummy. + </note> + <xi:include href="test-example.xml"/> + <xi:include href="test-tsm.xml"/> + </section> </chapter> <chapter> |