diff options
| author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2012-08-01 10:22:54 +0100 |
|---|---|---|
| committer | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-08-02 16:17:42 +0100 |
| commit | bb96c5209f5acdde59aed7d68804134df772738d (patch) | |
| tree | 49dc65b927975222e0905c9b6359b57b23622607 /docs/reference/node-startup-controller/node-startup-controller-docs.xml | |
| parent | 1cefe8ead4276dd027c9ca8d93818f4a765816fe (diff) | |
| download | node-startup-controller-bb96c5209f5acdde59aed7d68804134df772738d.tar.gz | |
Add testing skeleton
Lays out the structure of the test document XML
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 | 26 |
1 files changed, 23 insertions, 3 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 311799b..9d8b6ae 100644 --- a/docs/reference/node-startup-controller/node-startup-controller-docs.xml +++ b/docs/reference/node-startup-controller/node-startup-controller-docs.xml @@ -81,9 +81,29 @@ <sect1> <title>Installing</title> </sect1> - <sect1> - <title>Testing</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> </chapter> <chapter> |
