diff --git a/MEC011/SRV/TRAF/PlatTrafficRules.robot b/MEC011/SRV/TRAF/PlatTrafficRules.robot index fb7abaab7b112650e54da1c976d4e63b6a7e2f04..af694633d011b860b18910f9ec4967e9a977f449 100644 --- a/MEC011/SRV/TRAF/PlatTrafficRules.robot +++ b/MEC011/SRV/TRAF/PlatTrafficRules.robot @@ -62,6 +62,22 @@ TC_MEC_MEC011_SRV_TRAF_002_OK Check Response Contains ${response['body']} trafficRuleId ${TRAFFIC_RULE_ID} [TearDown] Remove MEC application ${APP_INSTANCE_ID} + +TC_MEC_MEC011_SRV_TRAF_002_NF + [Documentation] + ... Check that the IUT responds with an error when a request for an unknown traffic rule + ... when queried by a MEC Application + ... + ... Reference ETSI GS MEC 011 3.2.1, clause 5.2.7, + ... ETSI GS MEC 011 3.2.1, clause 7.1.2.2, + ... ETSI GS MEC 011 3.2.1, clause 7.2.8.3.1 + + [Tags] PIC_MEC_PLAT PIC_SERVICES + Get individual traffic rule ${APP_INSTANCE_ID} ${NON_EXISTENT_TRAFFIC_RULE_ID} + Check HTTP Response Status Code Is 404 + + + TC_MEC_MEC011_SRV_TRAF_003_OK [Documentation] ... Check that the IUT updates a specific traffic rule