Commit ec8166ae authored by garciay's avatar garciay
Browse files

Bug fixed in script

parent bffc3ada
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@ LibItsHttp_Pics.PICS_HEADER_HOST := "ecrf.gridgears.io" # Used for ECRF
LibItsHttp_Pics.PICS_HEADER_CONTENT_TYPE := "application/lost+xml;charset=utf-8";

#LibNg112_Pics.PICS_HTTP_GET_REQUEST := false
LibNg112_Pics.PICS_ECRF_IUT := true
LibNg112_Pics.PICS_HTTP_POST_REQUEST := true
LibNg112_Pics.PICS_SERVICE_LOST := true
LibNg112_Pics.PICS_L_FIS_GEO1 := true

[LOGGING]
# In this section you can specify the name of the log file and the classes of events
@@ -74,7 +78,7 @@ system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debu
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_07
#AtsNg112_TestCases.TC_LIS_HTTP_GET_BV_01
#AtsNg112_TestCases.TC_LIS_HTTP_GET_BV_02
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_01
AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_01
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_02
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_03
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_04
@@ -87,7 +91,7 @@ system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debu
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_11
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_12
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_13
AtsNg112_TestCases.control
#AtsNg112_TestCases.control

[GROUPS]
# In this section you can specify groups of hosts. These groups can be used inside the
+1 −7
Original line number Diff line number Diff line
@@ -2144,13 +2144,7 @@ module AtsNg112_TestCases {
        f_selfOrClientSyncAndVerdictTestBody(c_prDone, e_error);
        
        // test body
        f_awaitingINVITE(mw_INVITE_Request_noBody_UE(vc_requestUri, 
                                                vc_callId,
                                                p_cSeq_s, vc_from, 
                                                vc_to,
                                                vc_via, 
                                                vc_contact
                                                ));
        f_awaitingINVITE(mw_INVITE_Request_RequestURI(vc_requestUri));
        f_awaitingResponse(mw_Response_Base(c_statusLine100, vc_callId, vc_cSeq));
        f_selfOrClientSyncAndVerdictTestBody(c_tbDone, e_error);
        
+2 −1
Original line number Diff line number Diff line
@@ -453,8 +453,9 @@ module LibItsHttp_XmlTemplates {
    } // End of template mw_extension_point
    
    template (value) ExtensionPoint m_extension_point_notLost(
                                                              in template (value) XSD.String p_elem,
                                                              in template (value) ExtensionPoint.notLost_list p_notLost_list
                                                              ) := {
                                                              ) modifies m_extension_point := {
      notLost_list := p_notLost_list
    } // End of template m_extension_point_notLost
    
+2 −2
Original line number Diff line number Diff line
@@ -3225,7 +3225,7 @@ module LibSip_Steps {

            tc_wait.start(PX_SIP_TWAIT);
            alt {
                [] SIPP.receive(p_info) -> value v_f_awaitingINVITErequest sender vc_sent_label {
                [] SIPP.receive(p_info) -> value v_request sender vc_sent_label {
                    tc_wait.stop;
                    f_setHeadersOnReceiptOfRequest(v_request);
                    // Answer to the INFO
@@ -3238,7 +3238,7 @@ module LibSip_Steps {
         * @desc function awaiting for an incoming INVITE
         * @param p_request expected message
         */
        function (
        function f_awaitingINVITE(
            template(present) INVITE_Request p_request := ?
        ) runs on SipComponent  {
            var INVITE_Request v_INVITE_Request;