Commit ed000f6d authored by YannGarcia's avatar YannGarcia
Browse files

Add missing file

parent acc675e9
Loading
Loading
Loading
Loading
+56 −26
Original line number Original line Diff line number Diff line
@@ -2,35 +2,38 @@
# This section shall contain the values of all parameters that are defined in your TTCN-3 modules.
# This section shall contain the values of all parameters that are defined in your TTCN-3 modules.


# IUT roles
# IUT roles
LibNg112_Pics.PICS_LIS_IUT  := false;
LibNg112_Pics.PICS_LIS_IUT  := true;
LibNg112_Pics.PICS_ECRF_IUT := false;
LibNg112_Pics.PICS_ECRF_IUT := false;
LibNg112_Pics.PICS_ESRP_IUT := false;
LibNg112_Pics.PICS_ESRP_IUT := false;
LibNg112_Pics.PICS_PSAP_IUT := true;
LibNg112_Pics.PICS_PSAP_IUT := false;


LibCommon_Time.PX_TAC := 30.0
LibCommon_Time.PX_TAC := 30.0
LibCommon_Sync.PX_TSYNC_TIME_LIMIT := 30.0;
LibCommon_Sync.PX_TSYNC_TIME_LIMIT := 30.0;
LibCommon_Sync.PX_TSHUT_DOWN_TIME_LIMIT := 30.0;
LibCommon_Sync.PX_TSHUT_DOWN_TIME_LIMIT := 30.0;


LibItsHttp_Pics.PICS_HEADER_HOST := "lis.gridgears.io" # Used for LIS
LibItsHttp_Pics.PICS_HEADER_HOST := "159.100.253.8"
#LibItsHttp_Pics.PICS_HEADER_HOST := "ecrf.gridgears.io" # Used for ECRF

LibItsHttp_Pics.PICS_HTTP_VERSION_MINOR := 0;


LibItsHttp_Pics.PICS_HEADER_CONTENT_TYPE := "application/held+xml;charset=utf-8"
LibItsHttp_Pics.PICS_HEADER_CONTENT_TYPE := "application/held+xml;charset=utf-8"
#LibItsHttp_Pics.PICS_HEADER_CONTENT_TYPE := "application/lost+xml;charset=utf-8"
#LibItsHttp_Pics.PICS_HEADER_CONTENT_TYPE := "application/lost+xml;charset=utf-8"


# LIS PICS
LibNg112_Pics.PICS_LIS_URI := "/rest/api/interface/serviceC"
LibNg112_Pics.PICS_HTTP_POST_GET_KEEP_ALIVE := false
#LibNg112_Pics.PICS_H_QRY_GEO1 := true
#LibNg112_Pics.PICS_H_QRY_GEO2 := false
#LibNg112_Pics.PICS_H_QRY_GEO3 := false
#LibNg112_Pics.PICS_H_QRY_GEO4 := false
#LibNg112_Pics.PICS_H_QRY_STR1 := false
#LibNg112_Pics.PICS_H_QRY_ERR1 := false
#LibNg112_Pics.PICS_H_QRY_ERR2 := false
#LibNg112_Pics.PICS_H_QRY_CIV1 := false
#LibNg112_Pics.PICS_H_DER_TOK1 := false
#LibNg112_Pics.PICS_H_GET_ERR1 := false
#LibNg112_Pics.PICS_HTTP_GET_REQUEST := false
#LibNg112_Pics.PICS_HTTP_GET_REQUEST := false
#LibNg112_Pics.PICS_HTTP_POST_REQUEST := false
#LibNg112_Pics.PICS_HTTP_POST_REQUEST := false



LibNg112_Pixits.PX_IMS_TS_UE1_IPADDR         := "10.101.242.1" # Local UE address used for From header
LibNg112_Pixits.PX_IMS_SUT_UE1_BEARER_IPADDR := "10.101.242.1" # Local UE address used for SDP connection attrubute

#LibNg112_Pics.PICS_S_SIP_TCP1 := true       # Set to true when using SIP over TCP ==> change SIP ports configuration
#LibNg112_Pics.PICS_S_SIP_UDP1 := false
#LibSip_PIXITS.PX_SIP_TRANSPORT := "TCP"     # Transport is TCP
#LibNg112_Pixits.PX_IMS_TS_UE1_PORT := 5052  # SIP over TCP port
LibNg112_Pixits.PX_IMS_SUT_UE1_PUBLIC_USER := "8007"
LibNg112_Pixits.PX_IMS_SUT_UE1_HOME_DOMAIN := "huawei.com"

[LOGGING]
[LOGGING]
# In this section you can specify the name of the log file and the classes of events
# In this section you can specify the name of the log file and the classes of events
# you want to log into the file or display on console (standard error).
# you want to log into the file or display on console (standard error).
@@ -48,14 +51,8 @@ LogEventTypes:= Yes
[TESTPORT_PARAMETERS]
[TESTPORT_PARAMETERS]
# In this section you can specify parameters that are passed to Test Ports.
# In this section you can specify parameters that are passed to Test Ports.


# LIS/ECRF
# LIS
system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1)"
system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=159.100.253.8,port=28081,use_ssl=0)"

# SIP
#Caller.SIPP.params := "SIP/TCP(server=172.24.1.115,port=5062,debug=1,use_ssl=0)"
Caller.SIPP.params := "SIP/UDP(dst_ip=172.24.1.115,dst_port=5060,src_port=5060)"
Ecrf.SIPP.params := "SIP/UDP(dst_ip=172.24.1,240,dst_port=5060,src_port=5060)"
CallTaker.SIPP.params := "SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=5060)"


[DEFINE]
[DEFINE]
# In this section you can create macro definitions,
# In this section you can create macro definitions,
@@ -80,35 +77,68 @@ CallTaker.SIPP.params := "SIP/UDP(dst_ip=172.24.1.241,dst_port=5060,src_port=506


[EXECUTE]
[EXECUTE]
# In this section you can specify what parts of your test suite you want to execute.
# In this section you can specify what parts of your test suite you want to execute.
AtsNg112_TestControl.control
#AtsNg112_TestControl.control


# "IUT successfully responds with a Point when it receives a HTTP POST location request without location type"
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_01
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_01
# "IUT successfully responds with a Circle when it receives a HTTP POST location request without location type"
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_02
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_02
# "IUT successfully responds with a reference when it receives a HTTP POST location request with location type locationURI and exact attribute"
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_03
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_03
# "IUT successfully responds with a reference and geodetic location when it receives a HTTP POST location request with location types locationURI and geodetic and exact attribute"
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_04
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_04
# "IUT successfully responds with an error response when it receives a HTTP POST location request for an unknown device"
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_05
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_05
# "IUT successfully responds with a CIVIC address when it receives a HTTP POST location request without location type"
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_06
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_06
# "IUT successfully responds with an error response when it receives a HTTP POST location request with an unknown location type"
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_07
#AtsNg112_TestCases.TC_LIS_HTTP_POST_BV_07
#AtsNg112_TestCases.TC_LIS_HTTP_GET_BV_01
# "IUT successfully returns the location when a locationURI is dereferenced"
AtsNg112_TestCases.TC_LIS_HTTP_GET_BV_01
# "IUT returns HTTP error 404 if it does not support HTTP GET method"
#AtsNg112_TestCases.TC_LIS_HTTP_GET_BV_02
#AtsNg112_TestCases.TC_LIS_HTTP_GET_BV_02
# "IUT successfully responds with a service URI for a Point in the service boundary"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_01
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_01
# "IUT successfully responds with a service URI for a Circle in the service boundary"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_02
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_02
# "IUT successfully responds with an error response for an unknown Service URN in the service boundary"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_03
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_03
# "IUT successfully responds with an error response for an unrecognized location profile"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_04
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_04
# "IUT successfully responds with service boundary by value if requested"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_05
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_05
# "IUT successfully responds with service URI for a Circle that intersects service boundary"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_06
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_06
# "IUT successfully responds with a service URI for a Circle that intersects multiple service boundaries"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_07
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_07
# "IUT successfully responds with a service URI for a Circle in the service boundary with multiple services"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_08
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_08
# "IUT successfully responds with configured service types for a ListServices request"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_09
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_09
# "IUT successfully responds with configured service types for a ListServicesByLocation request"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_10
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_10
# "IUT successfully responds with configured service types for a ListServices request without service element"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_11
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_11
# "IUT successfully responds with configured service types for a ListServicesByLocation request without service element"
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_12
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_12
#AtsNg112_TestCases.TC_ECRF_HTTP_POST_BV_13
# "IUT successfully forwards an incoming SIP INVITE to the correct downstream element, based on the ECRF response"
#AtsNg112_TestCases.TC_ESRP_SIP_INVITE_BV_01
#AtsNg112_TestCases.TC_ESRP_SIP_INVITE_BV_01
# "IUT successfully handles SIP INVITE with service urn and ULAW via UDP"
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_01
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_01
# "IUT successfully handles SIP INVITE with service urn and ULAW via UDP"
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_02
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_02
# "IUT successfully handles SIP INVITE with service urn via TCP"
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_03
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_03
# "IUT successfully handles SIP INVITE with SDP and PIDF-LO content"
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_04
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_04
# "IUT successfully handles SIP INVITE without service URN"
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_05
# "IUT successfully handles an incoming SIP BYE"
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_06
# "IUT successfully handles an incoming SIP MESSAGE"
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_07
# "IUT successfully handles an incoming SIP OPTION"
#AtsNg112_TestCases.TC_PSAP_SIP_INVITE_BV_08


[GROUPS]
[GROUPS]
# In this section you can specify groups of hosts. These groups can be used inside the
# In this section you can specify groups of hosts. These groups can be used inside the