summaryrefslogtreecommitdiff
path: root/docs/reference/node-startup-controller/test-nsm-dummy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/node-startup-controller/test-nsm-dummy.xml')
-rw-r--r--docs/reference/node-startup-controller/test-nsm-dummy.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/node-startup-controller/test-nsm-dummy.xml b/docs/reference/node-startup-controller/test-nsm-dummy.xml
index 322a050..90a94e8 100644
--- a/docs/reference/node-startup-controller/test-nsm-dummy.xml
+++ b/docs/reference/node-startup-controller/test-nsm-dummy.xml
@@ -33,14 +33,14 @@
</para>
<itemizedlist>
<listitem>
- <literal>com.contiautomotive.NodeStateManager.LifecycleControl.CheckLucRequired</literal>
+ <literal>org.genivi.NodeStateManager.LifecycleControl.CheckLucRequired</literal>
will alternate between returning <literal>TRUE</literal> and
<literal>FALSE</literal> with every call. This way it is possible to test how the
Node Startup Controller behaves with and without starting the LUC simply by
starting it twice.
</listitem>
<listitem>
- <literal>com.contiautomotive.NodeStateManager.LifecycleControl.SetNodeState</literal>
+ <literal>org.genivi.NodeStateManager.LifecycleControl.SetNodeState</literal>
will alternate between accepting the state and not accepting the state with
every call. This way it is possible to test how the Node Startup Controller
handles both scenarios.