Commit e7e962f7 authored by garciay's avatar garciay
Browse files

Add new ECRF tests

parent e6ac183b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112
USER etsi
 
RUN cd /home/etsi/frameworks \
    && git clone git://git.savannah.gnu.org/osip.git ./osip \
    && git clone https://git.savannah.gnu.org/git/osip.git ./osip \
    && cd osip \
    && ./autogen.sh \
    && ./configure --prefix=/home/etsi \
+3 −1
Original line number Diff line number Diff line
@@ -75,12 +75,14 @@ system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debu
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_03
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_04
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_05
AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_06
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_06
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_07
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_08
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_09
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_10
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_11
AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_12
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_13

[GROUPS]
# In this section you can specify groups of hosts. These groups can be used inside the
+2 −1
Original line number Diff line number Diff line
@@ -55,11 +55,12 @@ system.httpPort.params := "HTTP(codecs=held:held_codec;html:html_codec;json:json
# In this section you can specify what parts of your test suite you want to execute.
#TestCodec_Register.tc_register_request_1
#TestCodec_Register.tc_register_request_2
TestCodec_Invite.tc_invite_request_1
#TestCodec_Invite.tc_invite_request_1
#TestCodec_Register.tc_invite_request_2
#TestCodec_HttpRequest.tc_http_get_1
#TestCodec_HttpResponse.tc_http_200_ok_1
#TestCodec_HttpPort.tc_http_map_1
TestCodec_Xsd.tc_linear_ring_1

[GROUPS]
# In this section you can specify groups of hosts. These groups can be used inside the
+2 −2
Original line number Diff line number Diff line
@@ -98,13 +98,13 @@ module LibNg112_Pixits {
  
  modulepar XSD.AnyURI PX_E_POLICE_SERVICE_URN := "urn:service:sos.police";
  
  modulepar XSD.AnyURI PX_E_POLICE_SIP_URI := "sip:police@etsi.com";
  modulepar XSD.AnyURI PX_E_POLICE_SIP_URI := "sip:police@vienna.com";
  
  modulepar XSD.AnyURI PX_V_POLICE_SERVICE_URN := "urn:service:sos.police";
  
  modulepar XSD.Token PX_V_POLICE_PATH := "ecrf.gridgears.io";

 modulepar XSD.AnyURI PX_V_POLICE_SIP_URI := "sip:police@etsi.com";
 modulepar XSD.AnyURI PX_V_POLICE_SIP_URI := "sip:police@vienna.com";
  
  modulepar DoubleList PX_POINT_IN_E_POLICE_SERVICE_BOUNDARY := { 43.616891, 7.053179 };
  
+1 −0
Original line number Diff line number Diff line
@@ -560,6 +560,7 @@ with {
  variant (choice) "untagged";
  variant (choice.choice_list) "untagged";
  variant (choice.choice_list[-]) "untagged";
  variant (choice.choice_list[-].pos[-]) "name as 'pos'";
};

/*
Loading