From 9ef127313bbd3f4e20087ac40b7cd039f721cad2 Mon Sep 17 00:00:00 2001 From: Elian Kraja <e.kraja@nextworks.it> Date: Tue, 4 Dec 2018 12:37:31 +0100 Subject: [PATCH] Small fix --- .../InstantiateVNFTaskWithCheckAndNotifies.robot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SOL003/VNFLifecycleManagement-API_egm/InstantiateVNFTaskWithCheckAndNotifies.robot b/SOL003/VNFLifecycleManagement-API_egm/InstantiateVNFTaskWithCheckAndNotifies.robot index 468fc651..2a3c6789 100644 --- a/SOL003/VNFLifecycleManagement-API_egm/InstantiateVNFTaskWithCheckAndNotifies.robot +++ b/SOL003/VNFLifecycleManagement-API_egm/InstantiateVNFTaskWithCheckAndNotifies.robot @@ -13,8 +13,9 @@ Library JSONLibrary Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT} Documentation ... Preconditions: -... ... Subscription to LCM operations. -... ... The notification enpoint will be condifured on http://localhost:8888/subscribe +... ... Mock server's jar should be locally present on the same directory when the test will run +... ... The notification endpoint will be configured on http://localhost:8888/subscribe +... ... Subscription to LCM operations previously performed using as callback_URI: http://localhost:8888/subscribe. *** Test Cases *** -- GitLab