summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrpa <miruna.paun@enea.com>2021-08-05 16:54:30 +0200
committermrpa <miruna.paun@enea.com>2021-08-05 17:00:46 +0200
commit904642474b8687ab5337d7e8e2eb34b844659ab1 (patch)
tree0b88f844156b4df74591c3efb01b07705e230959
parentefa870626e74a5514fd1fa17087f330a4b0110c8 (diff)
downloadnfv-access-documentation-904642474b8687ab5337d7e8e2eb34b844659ab1.tar.gz
Updating a few outdated version mentions.
Change-Id: I172c1b405d2c2ec9302914c8ec989ea21d92d32c Signed-off-by: mrpa <miruna.paun@enea.com>
-rw-r--r--doc/book-enea-edge-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml18
-rw-r--r--doc/book-enea-edge-automation-user-guide/doc/automation_framework_test_harness.xml4
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/book-enea-edge-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml b/doc/book-enea-edge-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml
index 555a287..33acaee 100644
--- a/doc/book-enea-edge-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml
+++ b/doc/book-enea-edge-auto-fw-th-user-guide/doc/automation_framework_test_harness.xml
@@ -602,7 +602,7 @@ Options:
602 "deviceGroupingTags": " ", 602 "deviceGroupingTags": " ",
603 "description": "", 603 "description": "",
604 "address": "172.24.12.114", 604 "address": "172.24.12.114",
605 "version": "2.4.0", 605 "version": "2.5.0",
606 "port": "22", 606 "port": "22",
607 "username": "root", 607 "username": "root",
608 "password": "root", 608 "password": "root",
@@ -2578,7 +2578,7 @@ phase always-after-startup from uCPE Manager
2578 2578
2579 <programlisting>{ 2579 <programlisting>{
2580 "descr": "intelc3850-2", 2580 "descr": "intelc3850-2",
2581 "version": "2.4.0", 2581 "version": "2.5.0",
2582 "deviceGroupingTags": "", 2582 "deviceGroupingTags": "",
2583 "deviceId": "intelc3850-2", 2583 "deviceId": "intelc3850-2",
2584 "name": "intelc3850-2" 2584 "name": "intelc3850-2"
@@ -2801,17 +2801,17 @@ Options:
2801 2801
2802 <para>The <literal>/lab_config</literal> directory stores the JSON 2802 <para>The <literal>/lab_config</literal> directory stores the JSON
2803 configuration files related to a device (devices, NICs and bridges) as 2803 configuration files related to a device (devices, NICs and bridges) as
2804 well as sample custom scripts. Each sub-folder should be named exactly like 2804 well as sample custom scripts. Each sub-folder should be named exactly
2805 the device name and should contain all the related configuration files 2805 like the device name and should contain all the related configuration
2806 needed for the test cases to be run on it.</para> 2806 files needed for the test cases to be run on it.</para>
2807 2807
2808 <para>The <literal>/vnf_config</literal> directory stores the 2808 <para>The <literal>/vnf_config</literal> directory stores the
2809 configuration files related to a VNF Descriptor and VNF instances. 2809 configuration files related to a VNF Descriptor and VNF instances.
2810 Typically these include a VNF Image JSON, VNF Instance JSON, VNF license 2810 Typically these include a VNF Image JSON, VNF Instance JSON, VNF license
2811 and any other files required by the type of the VNF. Each sub-folder should 2811 and any other files required by the type of the VNF. Each sub-folder
2812 be named exactly like the name of the VNF Descriptor and should contain 2812 should be named exactly like the name of the VNF Descriptor and should
2813 all the related configuration files needed for test cases to be run using 2813 contain all the related configuration files needed for test cases to be
2814 this VNF.</para> 2814 run using this VNF.</para>
2815 2815
2816 <para>The <literal>/log</literal> directory is created when the 2816 <para>The <literal>/log</literal> directory is created when the
2817 <literal>setup_env.sh</literal> is run. When test cases are run, the 2817 <literal>setup_env.sh</literal> is run. When test cases are run, the
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 0d25bd7..efa8f49 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
@@ -489,7 +489,7 @@ store.json</programlisting>
489 uCPE Device:</para> 489 uCPE Device:</para>
490 490
491 <programlisting>{ 491 <programlisting>{
492 "version": "2.4.0", 492 "version": "2.5.0",
493 "deviceId": "test_id", 493 "deviceId": "test_id",
494 "deviceGroupingTags": "test_id", 494 "deviceGroupingTags": "test_id",
495 "description": "Config file for test" 495 "description": "Config file for test"
@@ -1079,7 +1079,7 @@ addOfflineConfigStore &lt;version&gt; &lt;deviceId&gt; &lt;deviceGroupingTags&gt
1079 <para><emphasis role="bold">Example:</emphasis></para> 1079 <para><emphasis role="bold">Example:</emphasis></para>
1080 1080
1081 <programlisting>python automation_framework/OfflineConfigHandler.py -s testStoreName -m 1081 <programlisting>python automation_framework/OfflineConfigHandler.py -s testStoreName -m
1082addOfflineConfigStore 2.4.0 deviceId customerTag</programlisting> 1082addOfflineConfigStore 2.5.0 deviceId customerTag</programlisting>
1083 </section> 1083 </section>
1084 1084
1085 <section id="custom_scripts_mg_func"> 1085 <section id="custom_scripts_mg_func">