summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrpa <miruna.paun@enea.com>2021-07-05 12:12:53 +0200
committermrpa <miruna.paun@enea.com>2021-07-05 12:16:34 +0200
commit312ad3828ac6a83b481a4846861bd801ecd325b8 (patch)
tree3344372e163908395283e758e68456b1688042d5
parent02a9c546b14d704d77ba9aa39d284b2b9587cfdf (diff)
downloadnfv-access-documentation-312ad3828ac6a83b481a4846861bd801ecd325b8.tar.gz
Updating the generate device config text in the EE Auto UG.
Change-Id: I0ae7e4d2e9c6579d2d1df4cd8685c0220916e280 Signed-off-by: mrpa <miruna.paun@enea.com>
-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_*,