From 08c776501f2c5b5fe06e9c3e314a7af41a511418 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Wed, 2 Oct 2019 16:16:11 +0200 Subject: [PATCH] fixed more backlog issues --- .../VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot | 2 +- SOL002/VNFFaultManagement-API/IndividualAlarm.robot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot b/SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot index b8937c22..8a519e4e 100644 --- a/SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot +++ b/SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot @@ -50,7 +50,7 @@ PATCH Escalate the perceived severity - Method not implemented ... Config ID: Config_prod_VNFM ... Applicability: ... Post-Conditions: - Put escalate severity + PATCH escalate severity Check HTTP Response Status Code Is 405 diff --git a/SOL002/VNFFaultManagement-API/IndividualAlarm.robot b/SOL002/VNFFaultManagement-API/IndividualAlarm.robot index b38c2fc7..191f5329 100644 --- a/SOL002/VNFFaultManagement-API/IndividualAlarm.robot +++ b/SOL002/VNFFaultManagement-API/IndividualAlarm.robot @@ -63,7 +63,7 @@ PATCH Alarm ... Config ID: Config_prod_VNFM ... Applicability: ... Post-Conditions: none - PUT Alarm Task + PATCH Alarm Task Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is alarmModifications -- GitLab