Commit a29842c8 authored by YannGarcia's avatar YannGarcia
Browse files

Update run scripts

parent 4c3b3aad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ LibNg112_Pixits.PX_V_POLICE_DISPLAY_NAME := "PSAP 2 Police"
LibNg112_Pixits.PX_E_POLICE_SIP_URI := "sip:police@psap2.plugtests.net"
LibNg112_Pixits.PX_V_POLICE_SIP_URI := "sip:police@psap2.plugtests.net"

LibNg112_Pixits.PX_DEVICE_NUMBER := { "<uri>tel:+336152555011</uri>", "<uri>tel:+336152555012</uri>", "<uri>tel:+336152555013</uri>", "<uri>tel:+33336152555014</uri>" } # ALICE01, BOB01, CAROL01, DAVE01

[LOGGING]
# 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).
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ LibNg112_Pixits.PX_V_POLICE_DISPLAY_NAME := "PSAP 2 Police"
LibNg112_Pixits.PX_E_POLICE_SIP_URI := "sip:police@psap2.plugtests.net"
LibNg112_Pixits.PX_V_POLICE_SIP_URI := "sip:police@psap2.plugtests.net"

LibNg112_Pixits.PX_DEVICE_NUMBER := { "<uri>tel:+336152555011</uri>", "<uri>tel:+336152555012</uri>", "<uri>tel:+336152555013</uri>", "<uri>tel:+33336152555014</uri>" } # ALICE01, BOB01, CAROL01, DAVE01

[LOGGING]
# 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).
+25 −5
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ LibCommon_Time.PX_TAC := 30.0
LibCommon_Sync.PX_TSYNC_TIME_LIMIT := 30.0;
LibCommon_Sync.PX_TSHUT_DOWN_TIME_LIMIT := 30.0;

LibItsHttp_Pics.PICS_HEADER_HOST := "172.24.6.21" #"lis1.intersys.plugtests.net"
LibItsHttp_Pics.PICS_HEADER_HOST := "159.100.253.8" #"lis1.intersys.plugtests.net" #"172.24.6.21"

LibItsHttp_Pics.PICS_HTTP_VERSION_MINOR := 0;
LibItsHttp_Pics.PICS_HEADER_CONTENT_TYPE := "application/held+xml;charset=utf-8"
@@ -33,6 +33,26 @@ LibNg112_Pics.PICS_HTTP_POST_GET_KEEP_ALIVE := false
#LibNg112_Pics.PICS_HTTP_GET_REQUEST := false
#LibNg112_Pics.PICS_HTTP_POST_REQUEST := false

# PSAP01
#LibNg112_Pixits.PX_POINT_IN_E_POLICE_SERVICE_BOUNDARY := { 43.623013240241434, 7.046184539794921 } # ALICE01
#LibNg112_Pixits.PX_E_POLICE_SOURCE_ID := "1d2af31b-4f75-4277-871a-dd3fad15b002";
#LibNg112_Pixits.PX_V_POLICE_SOURCE_ID := "1d2af31b-4f75-4277-871a-dd3fad15b002";
#LibNg112_Pixits.PX_E_POLICE_DISPLAY_NAME := "PSAP 1 Police"
#LibNg112_Pixits.PX_V_POLICE_DISPLAY_NAME := "PSAP 1 Police"
#LibNg112_Pixits.PX_E_POLICE_SIP_URI := "sip:police@psap1.plugtests.net"
#LibNg112_Pixits.PX_V_POLICE_SIP_URI := "sip:police@psap1.plugtests.net"
# PSAP02
LibNg112_Pixits.PX_POINT_IN_E_POLICE_SERVICE_BOUNDARY := { 7.053029537200927, 7.053029537200927 } # ALICE02
LibNg112_Pixits.PX_CIRCLE_IN_V_POLICE_SERVICE_BOUNDARY_POS := { 43.62139000963511, 7.055529356002808 } # CAROL02
LibNg112_Pixits.PX_E_POLICE_SOURCE_ID := "bcba560d-9132-4307-894e-f82db5c8478c"
LibNg112_Pixits.PX_V_POLICE_SOURCE_ID := "bcba560d-9132-4307-894e-f82db5c8478c"
LibNg112_Pixits.PX_E_POLICE_DISPLAY_NAME := "PSAP 2 Police"
LibNg112_Pixits.PX_V_POLICE_DISPLAY_NAME := "PSAP 2 Police"
LibNg112_Pixits.PX_E_POLICE_SIP_URI := "sip:police@psap2.plugtests.net"
LibNg112_Pixits.PX_V_POLICE_SIP_URI := "sip:police@psap2.plugtests.net"

LibNg112_Pixits.PX_DEVICE_NUMBER := { "<uri>tel:+331234567890</uri>", "<uri>tel:+336152555012</uri>", "<uri>tel:+336152555013</uri>", "<uri>tel:+33336152555014</uri>" } # ALICE01, BOB01, CAROL01, DAVE01

[LOGGING]
# 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).
@@ -51,9 +71,9 @@ LogEventTypes:= Yes
# In this section you can specify parameters that are passed to Test Ports.

# LIS - TLS
#system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis1.intersys.plugtests.net,port=443,use_ssl=1)"
system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=159.100.253.8,port=8443,use_ssl=1)"
# LIS - TCP
system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=172.24.6.21,port=28081)"
#system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=172.24.6.21,port=28081)"
#system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis1.intersys.plugtests.net,port=28081)"

[DEFINE]
@@ -82,9 +102,9 @@ system.httpPort.params := "HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debu
#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
# 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
+4 −1
Original line number Diff line number Diff line
@@ -43,7 +43,10 @@ do
    done
    sleep 1

    if [ -f ../logs/$ATS/merged.log ]
    then
        mv ../logs/$ATS/merged.log ../logs/$ATS/merged.`date +'%Y%m%d%S'`.log
    fi
done

exit 0