summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml')
-rw-r--r--doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml b/doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml
index 8e50e2d..6ce9f9c 100644
--- a/doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml
+++ b/doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml
@@ -421,9 +421,9 @@
421 421
422 <note> 422 <note>
423 <para>Make sure the management interface, the one that ensures the 423 <para>Make sure the management interface, the one that ensures the
424 connection between the uCPE Device and the Enea Edge 424 connection between the uCPE Device and the Enea Edge Management
425 Management application, is not used when generating the JSON 425 application, is not used when generating the JSON configuration
426 configuration files.</para> 426 files.</para>
427 </note> 427 </note>
428 428
429 <orderedlist> 429 <orderedlist>
@@ -500,11 +500,12 @@ store.json</programlisting>
500 </orderedlist> 500 </orderedlist>
501 501
502 <para>The <filename>generate_device_config.py</filename> script can be 502 <para>The <filename>generate_device_config.py</filename> script can be
503 executed in a non-interactive way, as follows:</para> 503 executed in a non-interactive way using the
504 <command>--non-interactive</command> option, as follows:</para>
504 505
505 <programlisting>testHarness-venv)&gt;python generate_device_config.py --device_name=test 506 <programlisting>testHarness-venv)&gt;python generate_device_config.py --non-interactive --device_name=test
506 --device_id=test_id --device_grouping_tags=test_id --version 2.4.0 507 --device_id=test_id --device_grouping_tags=test_id --version 2.4.0
507 --device_ip_addr=10.0.0.1 --call_home=false --mgmt_nic=eth0 --wan_nic=eth1 508 --device_ip_addr=10.0.0.1 --call_home=false --mgmt_nic=eth0 --wan_nic=eth1
508 --lan_nic=eth2 --wap_nic=wlan0</programlisting> 509 --lan_nic=eth2 --wap_nic=wlan0</programlisting>
509 510
510 <para>The names of the interfaces (<literal>mgmt_*, wan_*, 511 <para>The names of the interfaces (<literal>mgmt_*, wan_*,