Commit e8b7431d authored by Andreas Liebig's avatar Andreas Liebig
Browse files

Fix TP_ECRF_HTTP_POST_BV_09

parent c8dcec8a
Loading
Loading
Loading
Loading
+65 −2
Original line number Diff line number Diff line
@@ -824,11 +824,11 @@ Expected behaviour
Test Purpose {
TP Id TP_ECRF_HTTP_POST_BV_09
Test objective 
    "IUT successfully responds with multiple service URIs for a Point in multiple service boundaries" 
    "IUT correctly handles matching sub service elements." 
Reference 
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
    "RFC5222 [5], clause 5.4"
Config Id CFG_ECRF_01
PICS Selection L_FIS_GEO1
Initial conditions with {
@@ -900,6 +900,69 @@ Expected behaviour
                    ;
                ;
            ;
          or the IUT entity sends a httpResponse containing
                Status_Code indicating value "200 OK",
                version indicating value "1.0",
                Content_type indicating value "application/lost+xml;charset=utf-8",
                body containing
                    xmlMessage containing
                        version indicating value "1.0",
                        element "findServiceResponse" inNamespace "urn:ietf:params:xml:ns:lost1" containing
                            element "mapping" containing
                                attribute "source",
                                attribute "sourceId",
                                attribute "lastUpdated",
                                attribute "expires",
                                element "service" indicating value V_FIRE_SERVICE_URN,
                                element "uri" indicating value V_FIRE_SIP_URI;
                            ,
                            element "path" containing
                              element via containing attribute "source";
                            ;,
                            element "locationUsed" containing
                              attribute "id" indicating value LOCATION_ID;
                        ;
                    ;
                ;
            ;
          or  the IUT entity sends a httpResponse containing
                Status_Code indicating value "200 OK",
                version indicating value "1.0",
                Content_type indicating value "application/lost+xml;charset=utf-8",
                body containing
                    xmlMessage containing
                        version indicating value "1.0",
                        element "findServiceResponse" inNamespace "urn:ietf:params:xml:ns:lost1" containing
                            element "mapping" containing
                                attribute "source",
                                attribute "sourceId",
                                attribute "lastUpdated",
                                attribute "expires",
                                element "service" indicating value V_POLICE_SERVICE_URN,
                                element "uri" indicating value V_POLICE_SIP_URI;
                            ,
                            element "path" containing
                              element via containing attribute "source";
                            ;,
                            element "locationUsed" containing
                              attribute "id" indicating value LOCATION_ID;
                        ;
                    ;
                ;
            ;
          or the IUT entity sends a httpResponse containing
                Status_Code indicating value "200 OK",
                version indicating value "1.0",
                Content_type indicating value "application/lost+xml;charset=utf-8",
                body containing
                    xmlMessage containing
                        version indicating value "1.0",
                        element "errors" inNamespace "urn:ietf:params:xml:ns:lost1" containing
                            element "serviceNotImplemented"
                        ;
                    ;
                ;
            ;
        }
    }
}  //End of TP_ECRF_HTTP_POST_BV_09