From 329c05ad30a484494bb92dd7541aad5120f20540 Mon Sep 17 00:00:00 2001 From: Elian Kraja <e.kraja@nextworks.it> Date: Tue, 19 Feb 2019 17:38:51 +0100 Subject: [PATCH] Bug Fixing (issues 5 to 12) --- SOL003/VNFFaultManagement-API/IndividualAlarm.robot | 2 -- SOL003/VNFFaultManagement-API/IndividualSubscription.robot | 3 --- 2 files changed, 5 deletions(-) diff --git a/SOL003/VNFFaultManagement-API/IndividualAlarm.robot b/SOL003/VNFFaultManagement-API/IndividualAlarm.robot index f3961600..c860aa35 100644 --- a/SOL003/VNFFaultManagement-API/IndividualAlarm.robot +++ b/SOL003/VNFFaultManagement-API/IndividualAlarm.robot @@ -48,7 +48,6 @@ PUT Alarm - Method not implemented Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Put ${apiRoot}/${apiName}/${apiVersion}/alarms/${alarmId} Log Validate Status code - Output response Integer response status 405 PATCH Alarm @@ -125,5 +124,4 @@ DELETE Alarm - Method not implemented Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Delete ${apiRoot}/${apiName}/${apiVersion}/alarms/${alarmId} Log Validate Status code - Output response Integer response status 405 diff --git a/SOL003/VNFFaultManagement-API/IndividualSubscription.robot b/SOL003/VNFFaultManagement-API/IndividualSubscription.robot index 9d57803d..3d6ccc11 100644 --- a/SOL003/VNFFaultManagement-API/IndividualSubscription.robot +++ b/SOL003/VNFFaultManagement-API/IndividualSubscription.robot @@ -44,7 +44,6 @@ PUT an individual subscription - Method not implemented Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Put ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} Log Validate Status code - Output response Integer response status 405 PATCH an individual subscription - Method not implemented @@ -54,7 +53,6 @@ PATCH an individual subscription - Method not implemented Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Patch ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} Log Validate Status code - Output response Integer response status 405 DELETE an individual subscription @@ -63,7 +61,6 @@ DELETE an individual subscription Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Delete ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} Log Validate Status code - Output response Integer response status 204 *** Keywords *** -- GitLab