From 5f7b867d5d07cfb7c523ee715921c7aa99c3925d Mon Sep 17 00:00:00 2001 From: mrpa Date: Thu, 18 Jun 2020 20:08:37 +0200 Subject: AFTH User guide SR-IOV examples have been updated. Change-Id: I8ca34bc703a02a666b0561e5d5caa6b304aaa541 Signed-off-by: mrpa --- .../doc/automation_framework_test_harness.xml | 41 +++++++++++----------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml index cdf024c..a0faefa 100644 --- a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml +++ b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml @@ -15,8 +15,8 @@ as scripts for adding and removing an offline configuration store. The /network folder contains Python scripts for - binding or unbinding a network interface to and from a uCPE device (DPDK or - SR-IOV), creating or deleting an OVS network bridge, or dumping network + binding or unbinding a network interface to and from a uCPE device (DPDK + or SR-IOV), creating or deleting an OVS network bridge, or dumping network interface information about the available interfaces. Three of the scripts mentioned here (binding, creating, deleting) are also applicable for an Offline Configuration Store. @@ -963,8 +963,9 @@ Options: sriov_nic.json configuration file:{ "name": "eno1", - "type": "srIov", - "subType": "passthrough | adapter-pool" + "type": "sr-iov", + "subType": "passthrough | adapter-pool", + "sriovNumVfs": "2" }Sample std_nic.json configuration file:{ @@ -1035,12 +1036,11 @@ Options: Sample unit-test JSON file format:[ { - "name": "Unbind lan NIC", + "name": "Unbind lan NIC from DPDK", "args": "-f ../../lab_config/intelc3850-2/lan_nic.json" }, { - name": "Unbind wan NIe", -Unbinds a physical interface to the DPDK or SR-IOV + name": "Unbind wan NIC from DPDK", "args": "-f ../../lab_config/intelc3850-2/wan_nic.json" } ] @@ -2514,20 +2514,19 @@ Options: Mandatory options: -H/--host, -o/--store-name - Modifications of an Offline Configurations Store are not possible - post deployment in the uCPE Manager, as there is no option for - changing script states (e.g. changing the DPDK state in the - configDPDK.py python script or unbinding interfaces). - The offline store must be deleted and the new state(s)/changes added in, - before being deployed anew. This was not deemed necessary - for the current ZTP functionality. - - An action on a device is applied immediately, while - a configuration in an offline configuration store is something - prepared for the future (when the device is added to the - uCPE Manager and the configuration is sent to it). The - configuration is ideally created with the needed modifications from - the start. + Modifications of an Offline Configurations Store are not + possible post deployment in the uCPE Manager, as there is no option + for changing script states (e.g. changing the DPDK state in the + configDPDK.py python script or unbinding + interfaces). The offline store must be deleted and the new + state(s)/changes added in, before being deployed anew. This was not + deemed necessary for the current ZTP functionality. + + An action on a device is applied immediately, while a + configuration in an offline configuration store is something prepared + for the future (when the device is added to the uCPE Manager and the + configuration is sent to it). The configuration is ideally created + with the needed modifications from the start. -- cgit v1.2.3-54-g00ecf