summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2019-10-08 12:53:08 +0200
committerMiruna Paun <Miruna.Paun@enea.com>2019-10-11 15:26:32 +0200
commite3dc4c55280e50df9fa5a5b65b2f3540f955f000 (patch)
treebbef3b3814b6267fe694062a35d4af6f07f2936d
parent4f5655136c79442f0c5d0c430b03e26c4bcda300 (diff)
downloadnfv-access-documentation-e3dc4c55280e50df9fa5a5b65b2f3540f955f000.tar.gz
SystemTest: minor update
- Remove incorrect statement about third party license - Add olink - Remove bundle example Change-Id: Id19285caba87b85111b66199ffd448d0701feecd Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
-rw-r--r--doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml55
1 files changed, 13 insertions, 42 deletions
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 30322ac..9e89283 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
@@ -59,39 +59,6 @@ vnfd=&lt;VNF-Descriptor-name&gt;"</programlisting></para>
59 already onboarded. The output will instead contain: <programlisting># debug &lt;VNF-Descriptor-name&gt; already onboarded!</programlisting></para> 59 already onboarded. The output will instead contain: <programlisting># debug &lt;VNF-Descriptor-name&gt; already onboarded!</programlisting></para>
60 </section> 60 </section>
61 61
62 <section id="onb_vnf_bundle">
63 <title>VNF - Onboard_VNF_Bundle<remark>since we're removing mention of
64 bundles is this section still relevant?</remark></title>
65
66 <para><emphasis role="bold">Description:</emphasis> Onboarding a VNF
67 Bundle into the uCPE Manager. For details please refer to:</para>
68
69 <itemizedlist>
70 <listitem>
71 <para><filename>&lt;AF-TH-install-dir&gt;/playbooks/onboardVNFBundle.yml</filename></para>
72 </listitem>
73
74 <listitem>
75 <para><filename>&lt;AF-TH-install-dir&gt;/automation_framework/vnf/onboardVNF.py</filename></para>
76 </listitem>
77 </itemizedlist>
78
79 <para><emphasis role="bold">Precondition:</emphasis> Add the VNF Bundle
80 in the <literal>vnf_image</literal> folder in the zip format:
81 <programlisting><filename>&lt;AF-TH-install-dir&gt;/vnf_image/&lt;VNF-Bundle-name&gt;.zip</filename></programlisting></para>
82
83 <para><emphasis role="bold">Action:</emphasis> Run the
84 <filename>onboardVNFBundle.yml</filename> Ansible Playbook with the
85 <literal>&lt;VNF-Bundle-name&gt;</literal> as extra-vars:
86 <programlisting>ansible-playbook playbooks/onboardVNFBundle.yml -e "vnfb=&lt;VNF-Bundle-name&gt;"</programlisting></para>
87
88 <para><emphasis role="bold">Result:</emphasis> Output of the test case
89 run using the Test Harness: <programlisting># Onboard VNF Bundle task result
90&lt;VNF-Bundle-name&gt; successfully onboarded!</programlisting><emphasis
91 role="bold">Note:</emphasis> The test will not fail if the VNF Bundle is
92 already onboarded. The output will instead contain: <programlisting># debug &lt;VNF-Bundle-name&gt; already onboarded!</programlisting></para>
93 </section>
94
95 <section id="offb_vnf"> 62 <section id="offb_vnf">
96 <title>VNF - Offboard_VNF</title> 63 <title>VNF - Offboard_VNF</title>
97 64
@@ -529,16 +496,20 @@ Invalid VNF Instance control command specified - &lt;Command&gt;</programlisting
529 496
530 <listitem> 497 <listitem>
531 <para>Instantiate the FortiGate VNF using the basic Firewall 498 <para>Instantiate the FortiGate VNF using the basic Firewall
532 configuration and the FortiGate License.</para> 499 configuration provided with your Enea NFV Access Release, and the
500 Fortigate License file.</para>
501 <note><para>Please contact the local Fortinet sales representatives in
502 your region to get the Fortigate License file.</para></note>
533 </listitem> 503 </listitem>
534 </orderedlist> 504 </orderedlist>
535 505
536 <para>For more information please refer to the "FortiGate VNF as a 506 <para>For more information please refer to section <olink
537 Firewall" chapter from the "Enea NFV Access Example Use-cases" manual. 507 targetdoc="book_enea_nfv_access_example_usecases"
538 <remark>olink needed here</remark><note> 508 targetptr="fortigate_firewall">FortiGate VNF as a Firewall in the <xi:include
539 <para>The license and configuration files for the FortiGate VNF are 509 href="../../s_docbuild/olinkdb/pardoc-names.xml"
540 not included in the TH and should be obtained from Enea.</para> 510 xmlns:xi="http://www.w3.org/2001/XInclude"
541 </note></para> 511 xpointer="element(book_enea_nfv_access_example_usecases/1)"/>
512 </olink> Manual.</para>
542 513
543 <section id="fortigate_fw_instance"> 514 <section id="fortigate_fw_instance">
544 <title>FortigateFWInstance Test</title> 515 <title>FortigateFWInstance Test</title>
@@ -692,7 +663,7 @@ FortigateFWInstance tested successfully!</programlisting></para>
692 </listitem> 663 </listitem>
693 664
694 <listitem> 665 <listitem>
695 <para>The device JSON configuration file is created: </para> 666 <para>The device JSON configuration file is created:</para>
696 667
697 <para><filename>&lt;AF-TH-install-dir&gt;/lab_config/&lt;Device-name&gt;/&lt;Device-name&gt;.json</filename>.</para> 668 <para><filename>&lt;AF-TH-install-dir&gt;/lab_config/&lt;Device-name&gt;/&lt;Device-name&gt;.json</filename>.</para>
698 </listitem> 669 </listitem>
@@ -933,4 +904,4 @@ LAN-to-LAN connectivity (through VPN tunnel)tested successfully!</programlisting
933-e "site1=inteld1521-1 site2=inteld1521-2 arch=XeonD"</programlisting></para> 904-e "site1=inteld1521-1 site2=inteld1521-2 arch=XeonD"</programlisting></para>
934 </section> 905 </section>
935 </section> 906 </section>
936</chapter> \ No newline at end of file 907</chapter>