From 424b5955f4f1ceb5ced91bcfca56287a0540b27c Mon Sep 17 00:00:00 2001 From: Elian Kraja <e.kraja@nextworks.it> Date: Wed, 21 Nov 2018 17:17:36 +0100 Subject: [PATCH] Removing unused keywords and libraries --- .../VnfIndicatorNotification.robot | 2 -- .../PerformanceManagementNotification.robot | 2 -- .../VnfIndicatorNotification.robot | 2 -- .../PackageManagementNotification.robot | 2 -- .../PerformanceManagementNotification.robot | 4 +--- 5 files changed, 1 insertion(+), 11 deletions(-) diff --git a/SOL002/VNFIndicatorNotification-API_nxw/VnfIndicatorNotification.robot b/SOL002/VNFIndicatorNotification-API_nxw/VnfIndicatorNotification.robot index 01e93708..3d8bff11 100644 --- a/SOL002/VNFIndicatorNotification-API_nxw/VnfIndicatorNotification.robot +++ b/SOL002/VNFIndicatorNotification-API_nxw/VnfIndicatorNotification.robot @@ -5,7 +5,6 @@ Library MockServerLibrary Library Process Library OperatingSystem Library BuiltIn -Library RequestsLibrary Library Collections Library String @@ -93,6 +92,5 @@ DELETE VNF Indicator Notification Create Sessions Start Process java -jar ../../mockserver-netty-5.3.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance Wait For Process handle=mockInstance timeout=5s on_timeout=continue - Create Session server ${callback_uri}:${callback_port} Create Mock Session ${callback_uri}:${callback_port} \ No newline at end of file diff --git a/SOL002/VNFPerformanceManagementNotification-API_nxw/PerformanceManagementNotification.robot b/SOL002/VNFPerformanceManagementNotification-API_nxw/PerformanceManagementNotification.robot index 0625c567..9221554f 100644 --- a/SOL002/VNFPerformanceManagementNotification-API_nxw/PerformanceManagementNotification.robot +++ b/SOL002/VNFPerformanceManagementNotification-API_nxw/PerformanceManagementNotification.robot @@ -5,7 +5,6 @@ Library MockServerLibrary Library Process Library OperatingSystem Library BuiltIn -Library RequestsLibrary Library Collections Library String @@ -120,5 +119,4 @@ DELETE Performance Notification Create Sessions Start Process java -jar ../../mockserver-netty-5.3.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance Wait For Process handle=mockInstance timeout=5s on_timeout=continue - Create Session server ${callback_uri}:${callback_port} Create Mock Session ${callback_uri}:${callback_port} \ No newline at end of file diff --git a/SOL003/VNFIndicatorNotification-API_nxw/VnfIndicatorNotification.robot b/SOL003/VNFIndicatorNotification-API_nxw/VnfIndicatorNotification.robot index f09be25c..cf51a737 100644 --- a/SOL003/VNFIndicatorNotification-API_nxw/VnfIndicatorNotification.robot +++ b/SOL003/VNFIndicatorNotification-API_nxw/VnfIndicatorNotification.robot @@ -5,7 +5,6 @@ Library MockServerLibrary Library Process Library OperatingSystem Library BuiltIn -Library RequestsLibrary Library Collections Library String @@ -93,6 +92,5 @@ Delete VNF Indicator Notification Create Sessions Start Process java -jar ../../mockserver-netty-5.3.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance Wait For Process handle=mockInstance timeout=5s on_timeout=continue - Create Session server ${callback_uri}:${callback_port} Create Mock Session ${callback_uri}:${callback_port} \ No newline at end of file diff --git a/SOL003/VNFPackageManagementNotification-API_nxw/PackageManagementNotification.robot b/SOL003/VNFPackageManagementNotification-API_nxw/PackageManagementNotification.robot index 07a5632e..31a2fa39 100644 --- a/SOL003/VNFPackageManagementNotification-API_nxw/PackageManagementNotification.robot +++ b/SOL003/VNFPackageManagementNotification-API_nxw/PackageManagementNotification.robot @@ -5,7 +5,6 @@ Library MockServerLibrary Library Process Library OperatingSystem Library BuiltIn -Library RequestsLibrary Library Collections Library String @@ -119,5 +118,4 @@ DELETE VNF Package Management Notification Create Sessions Start Process java -jar ../../mockserver-netty-5.3.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance Wait For Process handle=mockInstance timeout=5s on_timeout=continue - Create Session server ${callback_uri}:${callback_port} Create Mock Session ${callback_uri}:${callback_port} \ No newline at end of file diff --git a/SOL003/VNFPerformanceManagementNotification-API_nxw/PerformanceManagementNotification.robot b/SOL003/VNFPerformanceManagementNotification-API_nxw/PerformanceManagementNotification.robot index 0625c567..0af8f944 100644 --- a/SOL003/VNFPerformanceManagementNotification-API_nxw/PerformanceManagementNotification.robot +++ b/SOL003/VNFPerformanceManagementNotification-API_nxw/PerformanceManagementNotification.robot @@ -5,7 +5,6 @@ Library MockServerLibrary Library Process Library OperatingSystem Library BuiltIn -Library RequestsLibrary Library Collections Library String @@ -66,7 +65,7 @@ Post Threshold Crossed Notification Clear Requests ${callback_endpoint} -PostThreshold Crossed Notification Negative 404 +Post Threshold Crossed Notification Negative 404 ${json}= Get File schemas/ProblemDetails.schema.json ${BODY}= evaluate json.loads('''${json}''') json Log Creating mock request and response to handleThreshold Crossed Notification to handle 404 error @@ -120,5 +119,4 @@ DELETE Performance Notification Create Sessions Start Process java -jar ../../mockserver-netty-5.3.0-jar-with-dependencies.jar -serverPort ${callback_port} alias=mockInstance Wait For Process handle=mockInstance timeout=5s on_timeout=continue - Create Session server ${callback_uri}:${callback_port} Create Mock Session ${callback_uri}:${callback_port} \ No newline at end of file -- GitLab