summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml4
-rw-r--r--doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/components.xml12
-rw-r--r--doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/getting_started.xml10
-rw-r--r--doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml42
-rw-r--r--doc/book-enea-nfv-access-getting-started/doc/introduction.xml10
-rw-r--r--doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml37
-rw-r--r--doc/book-enea-nfv-access-system-test-specification/doc/configuration.xml8
-rw-r--r--doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml17
8 files changed, 81 insertions, 59 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 35cac8c..2cf02b6 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
@@ -802,13 +802,13 @@ Mandatory options:
802 <para><emphasis role="bold">Sample 802 <para><emphasis role="bold">Sample
803 <filename>intelc3850-2.json</filename> configuration 803 <filename>intelc3850-2.json</filename> configuration
804 file:</emphasis></para> 804 file:</emphasis></para>
805 805
806 <programlisting>{ 806 <programlisting>{
807 "name": "intelc3850-2", 807 "name": "intelc3850-2",
808 "deviceId": "intelc3850-2", 808 "deviceId": "intelc3850-2",
809 "deviceGroupingTags": " ", 809 "deviceGroupingTags": " ",
810 "description": "", 810 "description": "",
811 "address": "192.168.1.100", 811"address": "172.24.12.114",
812 "port": "22", 812 "port": "22",
813 "username": "root", 813 "username": "root",
814 "password": "root", 814 "password": "root",
diff --git a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/components.xml b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/components.xml
index 3439a64..b408041 100644
--- a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/components.xml
+++ b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/components.xml
@@ -34,10 +34,11 @@
34 <para>For more on Enea uCPE Manager installation instructions, please 34 <para>For more on Enea uCPE Manager installation instructions, please
35 refer to the section on how to <olink 35 refer to the section on how to <olink
36 targetdoc="book_enea_nfv_access_getting_started" 36 targetdoc="book_enea_nfv_access_getting_started"
37 targetptr="install_ucpe_manager">Install the Enea uCPE Manager in 37 targetptr="install_ucpe_manager">Install the Enea uCPE Manager in the
38 <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" 38 <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml"
39 xmlns:xi="http://www.w3.org/2001/XInclude" 39 xmlns:xi="http://www.w3.org/2001/XInclude"
40 xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink>.</para> 40 xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink>
41 Manual.</para>
41 </section> 42 </section>
42 43
43 <section id="ena_plat"> 44 <section id="ena_plat">
@@ -71,10 +72,11 @@
71 72
72 <para>For more on Enea NFV Access installation instructions, please 73 <para>For more on Enea NFV Access installation instructions, please
73 refer to chapter <olink targetdoc="book_enea_nfv_access_getting_started" 74 refer to chapter <olink targetdoc="book_enea_nfv_access_getting_started"
74 targetptr="access_installer">Getting Started with Enea NFV Access in 75 targetptr="access_installer">Getting Started with Enea NFV Access in the
75 <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" 76 <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml"
76 xmlns:xi="http://www.w3.org/2001/XInclude" 77 xmlns:xi="http://www.w3.org/2001/XInclude"
77 xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink>.</para> 78 xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink>
79 Manual.</para>
78 </section> 80 </section>
79 </section> 81 </section>
80 82
@@ -126,7 +128,7 @@
126 128
127 <para>For details about the test suites or test cases please refer to 129 <para>For details about the test suites or test cases please refer to
128 chapter <olink targetdoc="book_enea_nfv_access_system_test_specification" 130 chapter <olink targetdoc="book_enea_nfv_access_system_test_specification"
129 targetptr="sample_testcases">Sample Test Cases in the<xi:include 131 targetptr="sample_testcases">Sample Test Cases in the <xi:include
130 href="../../s_docbuild/olinkdb/pardoc-names.xml" 132 href="../../s_docbuild/olinkdb/pardoc-names.xml"
131 xmlns:xi="http://www.w3.org/2001/XInclude" 133 xmlns:xi="http://www.w3.org/2001/XInclude"
132 xpointer="element(book_enea_nfv_access_system_test_specification/1)" /></olink> 134 xpointer="element(book_enea_nfv_access_system_test_specification/1)" /></olink>
diff --git a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/getting_started.xml b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/getting_started.xml
index 8a62b3b..dbb19c4 100644
--- a/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/getting_started.xml
+++ b/doc/book-enea-nfv-access-auto-fw-th-user-guide/doc/getting_started.xml
@@ -88,9 +88,10 @@
88 <para>For details on how to install the uCPE Manager, see <olink 88 <para>For details on how to install the uCPE Manager, see <olink
89 targetdoc="book_enea_nfv_access_getting_started" 89 targetdoc="book_enea_nfv_access_getting_started"
90 targetptr="install_ucpe_manager">Install the Enea uCPE Manager in 90 targetptr="install_ucpe_manager">Install the Enea uCPE Manager in
91 <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" 91 the <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml"
92 xmlns:xi="http://www.w3.org/2001/XInclude" 92 xmlns:xi="http://www.w3.org/2001/XInclude"
93 xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink>.</para> 93 xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink>
94 Manual.</para>
94 </note> 95 </note>
95 </listitem> 96 </listitem>
96 </itemizedlist> 97 </itemizedlist>
@@ -116,10 +117,11 @@
116 <para>For information on how to install Enea NFV Access refer to 117 <para>For information on how to install Enea NFV Access refer to
117 <olink targetdoc="book_enea_nfv_access_getting_started" 118 <olink targetdoc="book_enea_nfv_access_getting_started"
118 targetptr="plat-release-content">Getting Started with Enea NFV 119 targetptr="plat-release-content">Getting Started with Enea NFV
119 Access in <xi:include 120 Access in the <xi:include
120 href="../../s_docbuild/olinkdb/pardoc-names.xml" 121 href="../../s_docbuild/olinkdb/pardoc-names.xml"
121 xmlns:xi="http://www.w3.org/2001/XInclude" 122 xmlns:xi="http://www.w3.org/2001/XInclude"
122 xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink>.</para> 123 xpointer="element(book_enea_nfv_access_getting_started/1)" /></olink>
124 Manual.</para>
123 </note> 125 </note>
124 </listitem> 126 </listitem>
125 </itemizedlist><figure> 127 </itemizedlist><figure>
diff --git a/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml b/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml
index a732129..e2a8a97 100644
--- a/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml
+++ b/doc/book-enea-nfv-access-getting-started/doc/getting_started_ucpe_manager.xml
@@ -277,11 +277,11 @@ userdel postgres</programlisting>
277 <note> 277 <note>
278 <para>The service will be automatically started when the computer 278 <para>The service will be automatically started when the computer
279 boots up. The user may enable the firewall in order to allow access to 279 boots up. The user may enable the firewall in order to allow access to
280 these specific ports: 80 (TCP), 443 (TCP), 54327 (UDP) and 5701:5708 280 these specific ports: 80 (TCP), 443 (TCP), 54327 (UDP), 5701:5708
281 (TCP). If callhome is used access to the following ports must also be 281 (TCP) and 7000:7009 (TCP). If callhome is used, access to the
282 allowed: 4334 (TCP) and 2021:2040 (TCP). Otherwise, the user should 282 following ports must also be allowed: 4334 (TCP) and 2021:2040 (TCP).
283 check that the CentOS machine where the uCPE Manager is installed has 283 Otherwise, the user should check that the CentOS machine where the
284 the firewall disabled.</para> 284 uCPE Manager is installed has the firewall disabled.</para>
285 </note> 285 </note>
286 286
287 <para>Verify that the installation has succeeded by:</para> 287 <para>Verify that the installation has succeeded by:</para>
@@ -2034,8 +2034,36 @@ userdel postgres</programlisting>
2034 <orderedlist> 2034 <orderedlist>
2035 <listitem> 2035 <listitem>
2036 <para>SSH to the uCPE device from the Enea uCPE Manager 2036 <para>SSH to the uCPE device from the Enea uCPE Manager
2037 (<literal>Device-&gt;SSH</literal>) using user: 2037 (<literal>Device-&gt;SSH</literal>) using:</para>
2038 <literal>root</literal> and no password.</para> 2038
2039 <itemizedlist>
2040 <listitem>
2041 <para>For normal connections: the <literal>Username</literal>
2042 (default: root), the <literal>Password</literal> (default: no
2043 password), the <literal>Port</literal> (default: 22) and the
2044 <literal>Reverse ssh</literal> checkbox: unchecked.</para>
2045 </listitem>
2046
2047 <listitem>
2048 <para>For reverse ssh connections: the
2049 <literal>Username</literal> (default: root) and the
2050 <literal>Reverse ssh</literal> checkbox checked. The port will
2051 be automatically choosen by the uCPE Manager in the range
2052 defined in the <literal>System -&gt; Configuration -&gt; Reverse
2053 SSH</literal> configuration panel. By default, the start port
2054 will be <literal>7000</literal> and the maximum number of ports
2055 allocated to all devices is 10. Only one port per device is
2056 allowed.</para>
2057
2058 <para>A SSH Tunnel between the uCPE Manager and the device will be created:</para>
2059 <programlisting>ssh -f -N -T -R &lt; Port &gt; :localhost:22 &lt;uCPE Mgr user&gt;@&lt;uCPE MgrIP&gt;</programlisting>
2060 <para>The device must be connected to the uCPE Manager for the tunnel to be created.
2061 On connection, a normal ssh connection will be made:</para>
2062 <programlisting>ssh -p &lt;Port&gt; &lt;Username&gt;@localhost</programlisting>
2063
2064
2065 </listitem>
2066 </itemizedlist>
2039 </listitem> 2067 </listitem>
2040 2068
2041 <listitem> 2069 <listitem>
diff --git a/doc/book-enea-nfv-access-getting-started/doc/introduction.xml b/doc/book-enea-nfv-access-getting-started/doc/introduction.xml
index 96c3172..2009672 100644
--- a/doc/book-enea-nfv-access-getting-started/doc/introduction.xml
+++ b/doc/book-enea-nfv-access-getting-started/doc/introduction.xml
@@ -4,16 +4,6 @@
4<chapter id="intro_ucpe"> 4<chapter id="intro_ucpe">
5 <title>Introduction</title> 5 <title>Introduction</title>
6 6
7 <para><remark>INFO <emphasis role="bold">eltf_params_updated.xml</emphasis>
8 contains many parameters in the book, also in the open source books, and
9 MUST be created FROM <emphasis
10 role="bold">eltf_params_template.xml</emphasis>. The parameters are
11 automatically used in the books, via xi:include statements, similar to how
12 parameters from pardoc-distro.xml are included in the book. Read the file
13 <emphasis role="bold">eltf_params_updated_template_how_to_use.txt</emphasis>
14 for important details about formats and how to do! The idea is that ELTF
15 will auto-create/update it.</remark></para>
16
17 <para>Enea NFV Access for universal Customer Premise Equipment (uCPE) is a 7 <para>Enea NFV Access for universal Customer Premise Equipment (uCPE) is a
18 virtualization and management platform, which allows end-users to introduce, 8 virtualization and management platform, which allows end-users to introduce,
19 instantiate, and run third-party VNFs onto their systems. It is comprised of 9 instantiate, and run third-party VNFs onto their systems. It is comprised of
diff --git a/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml b/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml
index 9b1c740..636af3f 100644
--- a/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml
+++ b/doc/book-enea-nfv-access-release-info/doc/known_bugs_and_limitations.xml
@@ -16,7 +16,7 @@
16 <listitem> 16 <listitem>
17 <para><remark>ELCCR-319</remark>After a successful installation or 17 <para><remark>ELCCR-319</remark>After a successful installation or
18 upgrade, the uCPE Manager will reboot. The time required for restarting 18 upgrade, the uCPE Manager will reboot. The time required for restarting
19 all its services is influenced by hardware configuration of the host 19 all its services is influenced by the hardware configuration of the host
20 platform.</para> 20 platform.</para>
21 </listitem> 21 </listitem>
22 22
@@ -60,7 +60,7 @@
60 60
61 <listitem> 61 <listitem>
62 <para><remark>ELCCR-577</remark>If a uCPEM is restored from a backup 62 <para><remark>ELCCR-577</remark>If a uCPEM is restored from a backup
63 made on an older release version than 2.2.3, VNFs cannot be instantiated 63 made on a release version older than 2.2.3, VNFs cannot be instantiated
64 from the GUI.</para> 64 from the GUI.</para>
65 </listitem> 65 </listitem>
66 66
@@ -89,8 +89,8 @@
89 <listitem> 89 <listitem>
90 <para><remark>ELCCR-847</remark>The Juniper VNF cannot be instantiated 90 <para><remark>ELCCR-847</remark>The Juniper VNF cannot be instantiated
91 on the Xeon-D architectures due to missing CPU features in the VNF's 91 on the Xeon-D architectures due to missing CPU features in the VNF's
92 domain XML. This impacts all Examples Use Cases and AF&amp;TH Tests 92 domain XML. This impacts all example use cases and AF&amp;TH tests where
93 where Juniper VNF is used.</para> 93 the Juniper VNF is used.</para>
94 </listitem> 94 </listitem>
95 95
96 <listitem> 96 <listitem>
@@ -100,7 +100,7 @@
100 </listitem> 100 </listitem>
101 101
102 <listitem> 102 <listitem>
103 <para><remark>LXCR-9853</remark>The WAN interface of uCPE device needs 103 <para><remark>LXCR-9853</remark>The WAN interface of a uCPE device needs
104 to be connected to a network with at least a router/gateway installed 104 to be connected to a network with at least a router/gateway installed
105 for next-hop communication.</para> 105 for next-hop communication.</para>
106 </listitem> 106 </listitem>
@@ -120,28 +120,29 @@
120 within same security domain (e.g. host system or VNF). Therefore it is 120 within same security domain (e.g. host system or VNF). Therefore it is
121 not possible to bind only some of them to the 121 not possible to bind only some of them to the
122 <literal>vfio-pci</literal> driver, while the rest are managed by other 122 <literal>vfio-pci</literal> driver, while the rest are managed by other
123 drivers. In this case the <literal>igb_uio</literal> driver shall be used 123 drivers. The <literal>igb_uio</literal> driver must be used instead for
124 instead for the entire IOMMU group.</para> 124 the entire IOMMU group.</para>
125 125
126 <para>Driver selection for DPDK-assigned interfaces is a system-wide 126 <para>Driver selection for DPDK-assigned interfaces is a system-wide
127 configuration, therefore selecting <literal>igb_uio</literal> 127 configuration, therefore selecting <literal>igb_uio</literal> or
128 or <literal>vfio-pci</literal> when adding a DPDK interface will not 128 <literal>vfio-pci</literal> when adding a DPDK interface will not
129 influence the actual driver used. In this release, NFV Access runtime 129 influence the actual driver used. In this release, NFV Access runtime
130 software is using <literal>vfio-pci</literal> driver by default, but 130 software uses the <literal>vfio-pci</literal> driver by default, but
131 <literal>igb_uio</literal> can be used instead by providing custom 131 <literal>igb_uio</literal> can be used instead by providing custom
132 scripting. Please contact Enea for further details.</para> 132 scripting. Please contact Enea for further details.</para>
133 <para>Using both <literal>igb_uio</literal> driver for DPDK interfaces 133
134 and <literal>vfio-pci</literal> for SR-IOV/PCI-Passthrough is possible, 134 <para>Using both the <literal>igb_uio</literal> driver for DPDK
135 but not recomended, as it might not be supported by some hardware 135 interfaces and the <literal>vfio-pci</literal> driver for
136 configurations.</para> 136 SR-IOV/PCI-Passthrough is possible, but not recomended, as these actions
137 might not be supported by some hardware configurations.</para>
137 138
138 <para>When an in-band management bridge uses the 139 <para>When an in-band management bridge uses the
139 <literal>igb_uio</literal> driver and the VM connected to the bridge has 140 <literal>igb_uio</literal> driver and the VM connected to the bridge has
140 other interfaces that use the <literal>vfio-pci</literal> driver (e.g. 141 other interfaces that use the <literal>vfio-pci</literal> driver (e.g.
141 SR-IOV/PCI-Passthrough), then the VM must be stopped before restarting 142 SR-IOV/PCI-Passthrough), then the VM must be stopped before restarting
142 the vCPE service on the device 143 the vCPE service on the device (<command>systemctl restart
143 (<command>systemctl restart vcpe</command>). Rebooting the device does 144 vcpe</command>). Rebooting the device does not have this
144 not have this restriction.</para> 145 restriction.</para>
145 </listitem> 146 </listitem>
146 147
147 <listitem> 148 <listitem>
@@ -151,7 +152,7 @@
151 </listitem> 152 </listitem>
152 153
153 <listitem> 154 <listitem>
154 <para><remark>STCR-6292</remark>Management of WAN Interface is not 155 <para><remark>STCR-6292</remark>Management of WAN Interfaces is not
155 implemented in the Automation Framework and Test Harness.</para> 156 implemented in the Automation Framework and Test Harness.</para>
156 </listitem> 157 </listitem>
157 158
diff --git a/doc/book-enea-nfv-access-system-test-specification/doc/configuration.xml b/doc/book-enea-nfv-access-system-test-specification/doc/configuration.xml
index 94bd4d9..4345326 100644
--- a/doc/book-enea-nfv-access-system-test-specification/doc/configuration.xml
+++ b/doc/book-enea-nfv-access-system-test-specification/doc/configuration.xml
@@ -8,7 +8,7 @@
8 <para>The test objects for the Test Harness are the Enea NFV Access and 8 <para>The test objects for the Test Harness are the Enea NFV Access and
9 Enea uCPE Manager installations performed as indicated in the <olink 9 Enea uCPE Manager installations performed as indicated in the <olink
10 targetdoc="book_enea_nfv_access_auto_fw_th_user_guide" 10 targetdoc="book_enea_nfv_access_auto_fw_th_user_guide"
11 targetptr="components">Components chapter of <xi:include 11 targetptr="components">Components chapter of the <xi:include
12 href="../../s_docbuild/olinkdb/pardoc-names.xml" 12 href="../../s_docbuild/olinkdb/pardoc-names.xml"
13 xmlns:xi="http://www.w3.org/2001/XInclude" 13 xmlns:xi="http://www.w3.org/2001/XInclude"
14 xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" /></olink>.</para> 14 xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" /></olink>.</para>
@@ -18,7 +18,7 @@
18 <title>Test Environment</title> 18 <title>Test Environment</title>
19 19
20 <para>To set up the required Test Harness environment please refer to 20 <para>To set up the required Test Harness environment please refer to
21 chapter <olink targetdoc="book_enea_nfv_access_auto_fw_th_user_guide" 21 <olink targetdoc="book_enea_nfv_access_auto_fw_th_user_guide"
22 targetptr="getting_started">Getting Started with the Automation Framework 22 targetptr="getting_started">Getting Started with the Automation Framework
23 and Test Harness in the <xi:include 23 and Test Harness in the <xi:include
24 href="../../s_docbuild/olinkdb/pardoc-names.xml" 24 href="../../s_docbuild/olinkdb/pardoc-names.xml"
@@ -36,8 +36,8 @@
36 xmlns:xi="http://www.w3.org/2001/XInclude" 36 xmlns:xi="http://www.w3.org/2001/XInclude"
37 xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" /></olink> 37 xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" /></olink>
38 and section <olink targetdoc="book_enea_nfv_access_auto_fw_th_user_guide" 38 and section <olink targetdoc="book_enea_nfv_access_auto_fw_th_user_guide"
39 targetptr="initial_setup">Installation and Initial Setup in the <xi:include 39 targetptr="initial_setup">Installation and Initial Setup in the
40 href="../../s_docbuild/olinkdb/pardoc-names.xml" 40 <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml"
41 xmlns:xi="http://www.w3.org/2001/XInclude" 41 xmlns:xi="http://www.w3.org/2001/XInclude"
42 xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" /></olink> 42 xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" /></olink>
43 for more details.</para> 43 for more details.</para>
diff --git a/doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml b/doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml
index 6e54bd4..f4b2fc7 100644
--- a/doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml
+++ b/doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml
@@ -1498,23 +1498,22 @@ FortigateFWInstance tested successfully!</programlisting></para>
1498 1498
1499 <itemizedlist> 1499 <itemizedlist>
1500 <listitem> 1500 <listitem>
1501 <para>Section <olink 1501 <para><olink targetdoc="book_enea_nfv_access_example_usecases"
1502 targetdoc="book_enea_nfv_access_example_usecases"
1503 targetptr="fortigate_firewall_uc_1">FortiGate VNF as a 1502 targetptr="fortigate_firewall_uc_1">FortiGate VNF as a
1504 Firewall in the <xi:include 1503 Firewall in the <ns:include
1505 href="../../s_docbuild/olinkdb/pardoc-names.xml" 1504 href="../../s_docbuild/olinkdb/pardoc-names.xml"
1506 xmlns:xi="http://www.w3.org/2001/XInclude" 1505 xpointer="element(book_enea_nfv_access_example_usecases/1)"
1507 xpointer="element(book_enea_nfv_access_example_usecases/1)" /></olink> 1506 xmlns:ns="http://www.w3.org/2001/XInclude" /></olink>
1508 Manual.</para> 1507 Manual.</para>
1509 </listitem> 1508 </listitem>
1510 1509
1511 <listitem> 1510 <listitem>
1512 <para>Section <olink 1511 <para><olink
1513 targetdoc="book_enea_nfv_access_auto_fw_th_user_guide" 1512 targetdoc="book_enea_nfv_access_auto_fw_th_user_guide"
1514 targetptr="python_testsuite">Python Unit-Test Suite in 1513 targetptr="python_testsuite">Python Unit-Test Suite in
1515 <xi:include href="../../s_docbuild/olinkdb/pardoc-names.xml" 1514 <ns:include href="../../s_docbuild/olinkdb/pardoc-names.xml"
1516 xmlns:xi="http://www.w3.org/2001/XInclude" 1515 xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)"
1517 xpointer="element(book_enea_nfv_access_auto_fw_th_user_guide/1)" /></olink>.</para> 1516 xmlns:ns="http://www.w3.org/2001/XInclude" /></olink>.</para>
1518 </listitem> 1517 </listitem>
1519 </itemizedlist> 1518 </itemizedlist>
1520 </listitem> 1519 </listitem>