From 904642474b8687ab5337d7e8e2eb34b844659ab1 Mon Sep 17 00:00:00 2001 From: mrpa Date: Thu, 5 Aug 2021 16:54:30 +0200 Subject: Updating a few outdated version mentions. Change-Id: I172c1b405d2c2ec9302914c8ec989ea21d92d32c Signed-off-by: mrpa --- .../doc/automation_framework_test_harness.xml | 18 +++++++++--------- .../doc/automation_framework_test_harness.xml | 4 ++-- 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: "deviceGroupingTags": " ", "description": "", "address": "172.24.12.114", - "version": "2.4.0", + "version": "2.5.0", "port": "22", "username": "root", "password": "root", @@ -2578,7 +2578,7 @@ phase always-after-startup from uCPE Manager { "descr": "intelc3850-2", - "version": "2.4.0", + "version": "2.5.0", "deviceGroupingTags": "", "deviceId": "intelc3850-2", "name": "intelc3850-2" @@ -2801,17 +2801,17 @@ Options: The /lab_config directory stores the JSON configuration files related to a device (devices, NICs and bridges) as - well as sample custom scripts. Each sub-folder should be named exactly like - the device name and should contain all the related configuration files - needed for the test cases to be run on it. + well as sample custom scripts. Each sub-folder should be named exactly + like the device name and should contain all the related configuration + files needed for the test cases to be run on it. The /vnf_config directory stores the configuration files related to a VNF Descriptor and VNF instances. Typically these include a VNF Image JSON, VNF Instance JSON, VNF license - and any other files required by the type of the VNF. Each sub-folder should - be named exactly like the name of the VNF Descriptor and should contain - all the related configuration files needed for test cases to be run using - this VNF. + and any other files required by the type of the VNF. Each sub-folder + should be named exactly like the name of the VNF Descriptor and should + contain all the related configuration files needed for test cases to be + run using this VNF. The /log directory is created when the setup_env.sh 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 uCPE Device: { - "version": "2.4.0", + "version": "2.5.0", "deviceId": "test_id", "deviceGroupingTags": "test_id", "description": "Config file for test" @@ -1079,7 +1079,7 @@ addOfflineConfigStore <version> <deviceId> <deviceGroupingTags> Example: python automation_framework/OfflineConfigHandler.py -s testStoreName -m -addOfflineConfigStore 2.4.0 deviceId customerTag +addOfflineConfigStore 2.5.0 deviceId customerTag
-- cgit v1.2.3-54-g00ecf