diff options
author | mrpa <miruna.paun@enea.com> | 2020-08-24 14:03:13 +0200 |
---|---|---|
committer | Miruna Paun <mrpa@enea.se> | 2020-08-25 12:23:47 +0200 |
commit | 1b64e9b4819aa960257aa2e5290b8582b51010c2 (patch) | |
tree | 97a605d54109f2ad605bcfc4e2d360e56bac78c1 /doc/book-enea-nfv-access-system-test-specification | |
parent | ef0a1615f1b1897f2592860a21e318ea88a2aa58 (diff) | |
download | nfv-access-documentation-1b64e9b4819aa960257aa2e5290b8582b51010c2.tar.gz |
Final 2.2.3 edits.Enea_NFV_Access_2.2.3_RC6
Change-Id: Ic391ab17dd0ebd8483598be84eb9051aec5f0546
Signed-off-by: mrpa <miruna.paun@enea.com>
Diffstat (limited to 'doc/book-enea-nfv-access-system-test-specification')
-rw-r--r-- | doc/book-enea-nfv-access-system-test-specification/doc/sample_test_cases.xml | 49 |
1 files changed, 36 insertions, 13 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 3443883..b55b9bc 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 | |||
@@ -304,8 +304,13 @@ Duplicate entry - Release already installed</programlisting></para> | |||
304 | </listitem> | 304 | </listitem> |
305 | 305 | ||
306 | <listitem> | 306 | <listitem> |
307 | <para>The playbook imports the previously described | 307 | <para>The playbook imports the previously described playbooks:</para> |
308 | playbooks:<itemizedlist spacing="compact"> | 308 | |
309 | <itemizedlist spacing="compact"> | ||
310 | <listitem> | ||
311 | <para><filename>playbooks/waitDeviceUp.yml</filename></para> | ||
312 | </listitem> | ||
313 | |||
309 | <listitem> | 314 | <listitem> |
310 | <para><filename>playbook/uploadImage.yml</filename></para> | 315 | <para><filename>playbook/uploadImage.yml</filename></para> |
311 | </listitem> | 316 | </listitem> |
@@ -321,7 +326,7 @@ Duplicate entry - Release already installed</programlisting></para> | |||
321 | <listitem> | 326 | <listitem> |
322 | <para><filename>playbook/clearCompletedUpgradesInfo.yml</filename></para> | 327 | <para><filename>playbook/clearCompletedUpgradesInfo.yml</filename></para> |
323 | </listitem> | 328 | </listitem> |
324 | </itemizedlist></para> | 329 | </itemizedlist> |
325 | </listitem> | 330 | </listitem> |
326 | </itemizedlist> | 331 | </itemizedlist> |
327 | 332 | ||
@@ -334,8 +339,8 @@ Duplicate entry - Release already installed</programlisting></para> | |||
334 | </listitem> | 339 | </listitem> |
335 | 340 | ||
336 | <listitem> | 341 | <listitem> |
337 | <para>A device JSON configuration file must be created: | 342 | <para>A device JSON configuration file must be created:</para> |
338 | <programlisting><AF-TH-install-dir>/lab_config/<Device-name>/<Device-name>.json</programlisting></para> | 343 | <programlisting><AF-TH-install-dir>/lab_config/<Device-name>/<Device-name>.json</programlisting> |
339 | </listitem> | 344 | </listitem> |
340 | </itemizedlist> | 345 | </itemizedlist> |
341 | 346 | ||
@@ -344,7 +349,9 @@ Duplicate entry - Release already installed</programlisting></para> | |||
344 | <literal><Image-path></literal>, | 349 | <literal><Image-path></literal>, |
345 | <literal><Image-name></literal>, | 350 | <literal><Image-name></literal>, |
346 | <literal><Upgrade-type></literal>, and the | 351 | <literal><Upgrade-type></literal>, and the |
347 | <literal><Device-name></literal> as extra-vars:<programlisting>ansible-playbook playbooks/installNFVAImage.yml -e \ | 352 | <literal><Device-name></literal> as extra-vars: |
353 | |||
354 | <programlisting>ansible-playbook playbooks/installNFVAImage.yml -e \ | ||
348 | device="<Device-name>" -e image_path="<Image-path>" -e \ | 355 | device="<Device-name>" -e image_path="<Image-path>" -e \ |
349 | image_name="<Image-name>" -e upgrade_type="<Upgrade-type>"</programlisting></para> | 356 | image_name="<Image-name>" -e upgrade_type="<Upgrade-type>"</programlisting></para> |
350 | 357 | ||
@@ -832,10 +839,17 @@ DEBUG: "{{ scriptName }} from phase {{ phase }} was removed from {{ device }}!"< | |||
832 | </listitem> | 839 | </listitem> |
833 | </itemizedlist> | 840 | </itemizedlist> |
834 | 841 | ||
835 | <para><emphasis role="bold">Precondition:</emphasis></para> | 842 | <para><emphasis role="bold">Precondition:</emphasis><itemizedlist> |
843 | <listitem> | ||
844 | <para>The Offline Configuration Store should not already exist on | ||
845 | the uCPE Manager. If it exists, the test will report a | ||
846 | duplicate.</para> | ||
847 | </listitem> | ||
836 | 848 | ||
837 | <para>The Offline Configuration Store should not already exist on the | 849 | <listitem> |
838 | uCPE Manager. If it exists, the test will report a duplicate.</para> | 850 | <para>A store JSON file needs to exist: <programlisting><AF-TH-install-dir>/lab_config/<device-name>/store.json</programlisting></para> |
851 | </listitem> | ||
852 | </itemizedlist></para> | ||
839 | 853 | ||
840 | <para><emphasis role="bold">Action:</emphasis> Run the | 854 | <para><emphasis role="bold">Action:</emphasis> Run the |
841 | <filename>addConfigStore.yml</filename> Ansible Playbook with the | 855 | <filename>addConfigStore.yml</filename> Ansible Playbook with the |
@@ -909,8 +923,17 @@ DEBUG: "{{ scriptName }} from phase {{ phase }} was removed from {{ device }}!"< | |||
909 | 923 | ||
910 | <para><emphasis role="bold">Precondition:</emphasis></para> | 924 | <para><emphasis role="bold">Precondition:</emphasis></para> |
911 | 925 | ||
912 | <para>The Offline Configuration Store should exist in the uCPE Manager. | 926 | <itemizedlist> |
913 | If it does not, the test will say so.</para> | 927 | <listitem> |
928 | <para>The Offline Configuration Store should exist in the uCPE | ||
929 | Manager. If it does not, the test will say so.</para> | ||
930 | </listitem> | ||
931 | |||
932 | <listitem> | ||
933 | <para>A Bridge JSON configuration file needs to exist: | ||
934 | <programlisting><AF-TH-install-dir>/lab_config/<device-name>/<bridge-name>.json</programlisting></para> | ||
935 | </listitem> | ||
936 | </itemizedlist> | ||
914 | 937 | ||
915 | <para><emphasis role="bold">Action:</emphasis> Run the | 938 | <para><emphasis role="bold">Action:</emphasis> Run the |
916 | <filename>addOfflineBridge.yml</filename> Ansible Playbook with the | 939 | <filename>addOfflineBridge.yml</filename> Ansible Playbook with the |
@@ -1115,8 +1138,8 @@ vnfi=<VNFI-name>"</programlisting><emphasis | |||
1115 | <para>This test case was implemented in two different ways to exemplify | 1138 | <para>This test case was implemented in two different ways to exemplify |
1116 | both methods supported by the AF and TH to deploy such services.</para> | 1139 | both methods supported by the AF and TH to deploy such services.</para> |
1117 | 1140 | ||
1118 | <para>Prerequisites needed in order to deploy the FortiGate VNF as a | 1141 | <para><emphasis role="bold">How to deploy the FortiGate VNF as a |
1119 | Firewall:</para> | 1142 | Firewall:</emphasis></para> |
1120 | 1143 | ||
1121 | <orderedlist> | 1144 | <orderedlist> |
1122 | <listitem> | 1145 | <listitem> |