From bd92b0e37f77c08cb54f0a9a14960ea7ccbd32bb Mon Sep 17 00:00:00 2001
From: Elian Kraja <e.kraja@nextworks.it>
Date: Fri, 19 Apr 2019 18:01:16 +0200
Subject: [PATCH] update SOL002 VNF Indicators

---
 SOL002/VNFIndicator-API/Subscriptions.robot | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/SOL002/VNFIndicator-API/Subscriptions.robot b/SOL002/VNFIndicator-API/Subscriptions.robot
index 72da429a..03096443 100644
--- a/SOL002/VNFIndicator-API/Subscriptions.robot
+++ b/SOL002/VNFIndicator-API/Subscriptions.robot
@@ -7,7 +7,7 @@ Library           JSONLibrary
 Library           REST    ${EM-VNF_SCHEMA}://${EM-VNF_HOST}:${EM-VNF_PORT}
 
 *** Test Cases ***
-GET VNF Indicators Subscriptions
+GET all VNF Indicators Subscriptions
     [Documentation]    Test ID: 6.3.2.4.1
     ...    Test title: GET VNF Indicators Subscriptions
     ...    Test objective: The objective is to test the retrieval of all VNF indicators subscriptions and perform a JSON schema validation of the returned subscriptions data structure
@@ -16,7 +16,7 @@ GET VNF Indicators Subscriptions
     ...    Config ID: Config_prod_VE
     ...    Applicability: The VNF supports the generation and maintenance of indicators
     ...    Post-Conditions: none
-    Get VNF Indicators Subscriptions
+    Get All VNF Indicators Subscriptions
     Check HTTP Response Status Code Is    200
     Check HTTP Response Body Json Schema Is   VnfIndicatorSubscriptions
 
@@ -111,7 +111,7 @@ DELETE VNF Indicator Subscriptions - Method not implemented
     Check HTTP Response Status Code Is    405
     
  *** Keywords ***
-Get VNF Indicators Subscriptions
+Get All VNF Indicators Subscriptions
     Log    Trying to get the list of subscriptions
     Set Headers    {"Accept": "${ACCEPT_JSON}"}
     Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization": "${AUTHORIZATION}"}
-- 
GitLab