From 312ad3828ac6a83b481a4846861bd801ecd325b8 Mon Sep 17 00:00:00 2001 From: mrpa Date: Mon, 5 Jul 2021 12:12:53 +0200 Subject: Updating the generate device config text in the EE Auto UG. Change-Id: I0ae7e4d2e9c6579d2d1df4cd8685c0220916e280 Signed-off-by: mrpa --- .../doc/automation_framework_test_harness.xml | 15 ++++++++------- 1 file 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 @@ Make sure the management interface, the one that ensures the - connection between the uCPE Device and the Enea Edge - Management application, is not used when generating the JSON - configuration files. + connection between the uCPE Device and the Enea Edge Management + application, is not used when generating the JSON configuration + files. @@ -500,11 +500,12 @@ store.json The generate_device_config.py script can be - executed in a non-interactive way, as follows: + executed in a non-interactive way using the + --non-interactive option, as follows: - testHarness-venv)>python generate_device_config.py --device_name=test - --device_id=test_id --device_grouping_tags=test_id --version 2.4.0 - --device_ip_addr=10.0.0.1 --call_home=false --mgmt_nic=eth0 --wan_nic=eth1 + testHarness-venv)>python generate_device_config.py --non-interactive --device_name=test + --device_id=test_id --device_grouping_tags=test_id --version 2.4.0 + --device_ip_addr=10.0.0.1 --call_home=false --mgmt_nic=eth0 --wan_nic=eth1 --lan_nic=eth2 --wap_nic=wlan0 The names of the interfaces (mgmt_*, wan_*, -- cgit v1.2.3-54-g00ecf