From d4eae990a1c5cd57d51c86ab9fcc3fb9d574a51a Mon Sep 17 00:00:00 2001 From: "p.piscione" Date: Fri, 31 Jan 2025 15:18:07 +0100 Subject: [PATCH] Minor fix --- MEC021/SRV/AMS/AMSService.robot | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/MEC021/SRV/AMS/AMSService.robot b/MEC021/SRV/AMS/AMSService.robot index 27a88f5..8f9cc70 100644 --- a/MEC021/SRV/AMS/AMSService.robot +++ b/MEC021/SRV/AMS/AMSService.robot @@ -148,12 +148,13 @@ TC_MEC_MEC021_SRV_AMS_002_OK Should Be Equal As Strings ${response['body']['serviceConsumerId']['appInstanceId']} ${APP_INS_ID} -TC_MEC_MEC021_SRV_AMS_002_BR - [Documentation] Request Registered AMS information using bad parameters - ... Check that the AMS service returns an error when receives a query about a registered application mobility service with wrong parameters - ... ETSI GS MEC 021 3.3.1, clause 8.3.3.4 - ... Reference https://forge.etsi.org/rep/mec/gs021-amsi-api/-/blob/master/MEC021_AppMobilityService.yaml - [Tags] PIC_AMS INCLUDE_UNDEFINED_SCHEMAS +# This test case is incomplete +#TC_MEC_MEC021_SRV_AMS_002_BR +# [Documentation] Request Registered AMS information using bad parameters +# ... Check that the AMS service returns an error when receives a query about a registered application mobility service with wrong parameters +# ... ETSI GS MEC 021 3.3.1, clause 8.3.3.4 +# ... Reference https://forge.etsi.org/rep/mec/gs021-amsi-api/-/blob/master/MEC021_AppMobilityService.yaml +# [Tags] PIC_AMS INCLUDE_UNDEFINED_SCHEMAS @@ -164,7 +165,7 @@ TC_MEC_MEC021_SRV_AMS_003_BR ... ETSI GS MEC 021 3.3.1, clause 8.3.3.4 ... Reference https://forge.etsi.org/rep/mec/gs021-amsi-api/-/blob/master/MEC021_AppMobilityService.yaml [Tags] PIC_AMS INCLUDE_UNDEFINED_SCHEMAS - Create a new application mobility service ${MALFORMED_APP_MOBILITY_SERVICE_ID} + Create a new application mobility service ${MALFORMED_APP_MOBILITY_SERVICE_ID} ${APP_INS_ID} Check HTTP Response Status Code Is 400 -- GitLab