From 5147a10df01106cc6ea17a74874bfc213c869f71 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini <g.bernini@nextworks.it> Date: Wed, 11 Mar 2020 13:15:11 +0100 Subject: [PATCH] replaced worflow with workflow --- .../VNFLifecycleManagement-API/InstantiateVNFTaskWorkflow.robot | 2 +- SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelWorkflow.robot | 2 +- SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SOL003/VNFLifecycleManagement-API/InstantiateVNFTaskWorkflow.robot b/SOL003/VNFLifecycleManagement-API/InstantiateVNFTaskWorkflow.robot index c17f9011..390e91ff 100644 --- a/SOL003/VNFLifecycleManagement-API/InstantiateVNFTaskWorkflow.robot +++ b/SOL003/VNFLifecycleManagement-API/InstantiateVNFTaskWorkflow.robot @@ -19,7 +19,7 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} *** Test Cases *** VNF Instantiation [Documentation] Test ID: 7.3.1.26 - ... Test title: VNF Instantiation worflow + ... Test title: VNF Instantiation workflow ... Test objective: The objective is to test the workflow for the instantiation of a VNF instance ... Pre-conditions: VNF instance resources is already created. NFVO is subscribed to VNF LCM Operation Occurrence notifications ... Reference: clause 5.4.4 - ETSI GS NFV-SOL 003 [1] v2.4.1 diff --git a/SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelWorkflow.robot b/SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelWorkflow.robot index 14e72c46..45d01c11 100644 --- a/SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelWorkflow.robot +++ b/SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelWorkflow.robot @@ -15,7 +15,7 @@ Library Process *** Test Cases *** VNF Instance Scale To Level [Documentation] Test ID: 7.3.1.31 - ... Test title: VNF Instance Scale To Level worflow + ... Test title: VNF Instance Scale To Level workflow ... Test objective: The objective is to test the workflow for the scale to level of a VNF instance ... Pre-conditions: VNF instance in INSTANTIATED state . NFVO is subscribed to VNF LCM Operation Occurrence notifications ... Reference: clause 5.4.6 - ETSI GS NFV-SOL 003 [1] v2.4.1 diff --git a/SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot b/SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot index fe78f372..b71b2c6a 100644 --- a/SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot +++ b/SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot @@ -15,7 +15,7 @@ Library Process *** Test Cases *** VNF Instance Scale Out [Documentation] Test ID: 7.3.1.32 - ... Test title: VNF Instance Scale Out worflow + ... Test title: VNF Instance Scale Out workflow ... Test objective: The objective is to test the workflow for the scaling out a VNF instance ... Pre-conditions: VNF instance in INSTANTIATED state (Test ID: 5.4.4.1). NFVO is subscribed to VNF LCM Operation Occurrence notifications (Test ID: 5.4.20.1) ... Reference: clause 5.4.5 - ETSI GS NFV-SOL 003 [1] v2.4.1 -- GitLab