From fbf3d895fc2f7ac7b0af1e08756543774a96e586 Mon Sep 17 00:00:00 2001 From: piscione Date: Thu, 10 Feb 2022 09:34:06 +0100 Subject: [PATCH] Minor fixes on Platform Configuration TCs for MEC010p2 v2.2.1 --- MEC010p2/MEPM/LCM/PlatformConfiguration.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MEC010p2/MEPM/LCM/PlatformConfiguration.robot b/MEC010p2/MEPM/LCM/PlatformConfiguration.robot index 13716c3..00632c9 100644 --- a/MEC010p2/MEPM/LCM/PlatformConfiguration.robot +++ b/MEC010p2/MEPM/LCM/PlatformConfiguration.robot @@ -10,7 +10,7 @@ Library OperatingSystem *** Test Cases *** -TP_MEC_MEC010p2_MEPM_LCM_001_OK +TC_MEC_MEC010p2_MEPM_LCM_001_OK [Documentation] TP_MEC_MEC010p2_MEPM_LCM_001_OK ... Check that MEC API provider has created the configuration information in AppD to the MEPM-V ... ETSI GS MEC 010-2 2.2.1, clause 7.7.6.3.1 @@ -21,7 +21,7 @@ TP_MEC_MEC010p2_MEPM_LCM_001_OK Check Response Header contains Location -TP_MEC_MEC010p2_MEPM_LCM_001_BR +TC_MEC_MEC010p2_MEPM_LCM_001_BR [Documentation] TP_MEC_MEC010p2_MEPM_LCM_001_BR ... Check that MEC API provider sends an error when it receives a malformed request for the configuration information in AppD to the MEPM-V ... ETSI GS MEC 010-2 2.2.1, clause 7.7.6.3.1 @@ -32,7 +32,7 @@ TP_MEC_MEC010p2_MEPM_LCM_001_BR -TP_MEC_MEC010p2_MEPM_LCM_001_NF +TC_MEC_MEC010p2_MEPM_LCM_001_NF [Documentation] TP_MEC_MEC010p2_MEPM_LCM_001_BR ... "Check that MEC API provider sends an error when it receives a request ... for the configuration information in AppD to the MEPM-V with not valid app instance ID -- GitLab