summaryrefslogtreecommitdiff
path: root/docs/reference/node-startup-controller/node-startup-controller-docs.xml
diff options
context:
space:
mode:
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.xml16
1 files changed, 15 insertions, 1 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 ff9effd..5530b78 100644
--- a/docs/reference/node-startup-controller/node-startup-controller-docs.xml
+++ b/docs/reference/node-startup-controller/node-startup-controller-docs.xml
@@ -85,7 +85,21 @@
<title>Testing</title>
<note>
These tests are performed against the Node State Manager Dummy. The real
- Node State Manager behaves differently to the dummy.
+ Node State Manager behaves differently from the NSM dummy in the following ways:
+ <itemizedlist>
+ <listitem>
+ When the NSM dummy receives a request to set the node state, it alternates
+ between successfully setting the node state, and failing to set the node state.
+ </listitem>
+ <listitem>
+ When the NSM dummy is queried as to whether the LUC is required, it alternates
+ between saying no and yes.
+ </listitem>
+ <listitem>
+ On receiving a SIGHUP, the NSM dummy will shut down all its fast shutdown
+ clients, then all its normal shutdown clients.
+ </listitem>
+ </itemizedlist>
</note>
<xi:include href="test-example.xml"/>
<xi:include href="test-tsm.xml"/>