From 6703226d1706775033d746e6797980fb3c266205 Mon Sep 17 00:00:00 2001
From: Giacomo Bernini <g.bernini@nextworks.it>
Date: Wed, 15 May 2019 12:40:13 +0200
Subject: [PATCH] updated test descriptions for contributions 94r2 and 96r2

---
 SOL002/VNFPerformanceManagement-API/Subscriptions.robot       | 4 ++--
 .../VNFPerformanceManagementKeywords.robot                    | 2 +-
 SOL003/VNFPerformanceManagement-API/Subscriptions.robot       | 4 ++--
 .../VNFPerformanceManagementKeywords.robot                    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/SOL002/VNFPerformanceManagement-API/Subscriptions.robot b/SOL002/VNFPerformanceManagement-API/Subscriptions.robot
index c09dd030..441bc7a3 100644
--- a/SOL002/VNFPerformanceManagement-API/Subscriptions.robot
+++ b/SOL002/VNFPerformanceManagement-API/Subscriptions.robot
@@ -76,7 +76,7 @@ Create new VNF Performance subscription
     Send Post Request for VNF Performance Subscription
     Check HTTP Response Status Code Is    201
     Check HTTP Response Body Json Schema Is    PmSubscription
-    Check HTTP Response Body Matches the Subscription
+    Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
     Check Postcondition VNF Performance Subscription Is Set 
 
 
@@ -109,7 +109,7 @@ Create duplicated VNF Performance subscription with VNFM creating duplicated sub
     Send Post Request for Duplicated VNF Performance Subscription
     Check HTTP Response Status Code Is    201
     Check HTTP Response Body Json Schema Is    PmSubscription
-    Check HTTP Response Body Matches the Subscription
+    Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
     Check Postcondition VNF Performance Subscription Is Set 
 
 PUT VNF Performance Subscriptions - Method not implemented
diff --git a/SOL002/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot b/SOL002/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot
index 9a568a93..f64ef659 100644
--- a/SOL002/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot
+++ b/SOL002/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot
@@ -286,7 +286,7 @@ Check HTTP Response Body Subscriptions Match the requested Attribute-Based Filte
     # Should Be Equal As Strings    ${response['body']['callbackUri']}    ${callbackUri}
     #TODO
 
-Check HTTP Response Body Matches the Subscription
+Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
     Log    Check Response matches subscription
     ${body}=    Get File    jsons/subscriptions.json
     ${subscription}=    evaluate    json.loads('''${body}''')    json
diff --git a/SOL003/VNFPerformanceManagement-API/Subscriptions.robot b/SOL003/VNFPerformanceManagement-API/Subscriptions.robot
index e4c91047..bd4128f7 100644
--- a/SOL003/VNFPerformanceManagement-API/Subscriptions.robot
+++ b/SOL003/VNFPerformanceManagement-API/Subscriptions.robot
@@ -76,7 +76,7 @@ Create new VNF Performance subscription
     Send Post Request for VNF Performance Subscription
     Check HTTP Response Status Code Is    201
     Check HTTP Response Body Json Schema Is    PmSubscription
-    Check HTTP Response Body Matches the Subscription
+    Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
     Check Postcondition VNF Performance Subscription Is Set 
 
 
@@ -109,7 +109,7 @@ Create duplicated VNF Performance subscription with VNFM creating duplicated sub
     Send Post Request for Duplicated VNF Performance Subscription
     Check HTTP Response Status Code Is    201
     Check HTTP Response Body Json Schema Is    PmSubscription
-    Check HTTP Response Body Matches the Subscription
+    Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
     Check Postcondition VNF Performance Subscription Is Set 
 
 PUT VNF Performance Subscriptions - Method not implemented
diff --git a/SOL003/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot b/SOL003/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot
index 4e3f7598..230d2208 100644
--- a/SOL003/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot
+++ b/SOL003/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot
@@ -286,7 +286,7 @@ Check HTTP Response Body Subscriptions Match the requested Attribute-Based Filte
     # Should Be Equal As Strings    ${response['body']['callbackUri']}    ${callbackUri}
     #TODO
 
-Check HTTP Response Body Matches the Subscription
+Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
     Log    Check Response matches subscription
     ${body}=    Get File    jsons/subscriptions.json
     ${subscription}=    evaluate    json.loads('''${body}''')    json
-- 
GitLab