Commit 39a499cd authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in UELOCxxx

parent 46f95873
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ LogEventTypes:= Yes
[TESTPORT_PARAMETERS]
# In this section you can specify parameters that are passed to Test Ports.
system.httpPort.params := "HTTP(codecs=json:json_codec_mec011)/TCP(debug=1,server=mec-platform.etsi.org,port=443,use_ssl=1,trusted_ca_list=/home/yann/var/ssl/archive/yanngarcia.ddns.net/fullchain1.pem,privkey=/home/yann/var/ssl/archive/yanngarcia.ddns.net/privkey1.pem,certificate=/home/yann/var/ssl/archive/yanngarcia.ddns.net/fullchain1.pem)"
system.httpPort_notif.params := "HTTP(codecs=json:json_codec_mec011)/TCP(debug=1,server_mode=1)"
system.httpPort_notif.params := "HTTP(codecs=json:json_codec_mec013)/TCP(debug=1,server_mode=1,use_ssl=0)"

[DEFINE]
# In this section you can create macro definitions,
+51 −4
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ LocationAPI_Pixits.PX_CALLBACK_REF_URL := "http://yanngarcia.ddns.net/lo
LocationAPI_Pixits.PX_AREA_SUB_CALLBACK_URI    := "http://yanngarcia.ddns.net/location/v3/notif/1"
LocationAPI_Pixits.PX_UE_NEW_SUB_CALLBACK_URI  := "http://yanngarcia.ddns.net/location/v3/notification/1"
LocationAPI_Pixits.PX_UE_DIST_SUB_CALLBACK_URI := "http://yanngarcia.ddns.net/location/v3/notif/1"

LocationAPI_Pixits.PX_UE_MONITORED_IP_ADDRESS  := "10.100.0.1"
LocationAPI_Pixits.PX_UE_REFERENCED_IP_ADDRESS := "10.100.0.3"
LocationAPI_Pixits.PX_UE_COORD_LAT             := 43.736515
LocationAPI_Pixits.PX_UE_COORD_LONG            := 7.421802

@@ -125,10 +128,14 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec_mec013)/TCP(debug=1
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UEDISTLOOK_002_NF
# Check that the IUT acknowledges the UE distance subscription request when commanded by a MEC Application and notifies it when (all) the requested UE(s) is (are) within the specified distance
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UEDISTSUB_001_OK_01




# Check that the IUT acknowledges the UE distance subscription request when commanded by a MEC Application and notifies it when (all) the requested UE(s) is (are) within the specified distance
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UEDISTSUB_001_OK_02
# Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application - Neither callbackReference nor websockNotifConfig provided
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UEDISTSUB_001_BR
# Check that the IUT acknowledges the cancellation of UE distance notifications when commanded by a MEC Application
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UEDISTSUB_002_OK
# Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UEDISTSUB_002_NF
# Check that the IUT responds with the information pertaining to one or more UEs in a particular location when queried by a MEC Application - No Filter
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UEINFLOOK_001_OK_01
# Check that the IUT responds with the information pertaining to one or more UEs in a particular location when queried by a MEC Application - Filter with one address
@@ -161,6 +168,46 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec_mec013)/TCP(debug=1
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_003_OK_02
# Check that the IUT responds with an error when the non existing subscription is queried by a MEC Application
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_003_NF
# Check that the IUT acknowledges the subscription by a MEC Application to notifications user location event
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_OK_01_01
# Check that the IUT acknowledges the subscription by a MEC Application to notifications user location event
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_OK_01_02
# Check that the IUT acknowledges the subscription by a MEC Application to notifications user location periodic
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_OK_02_01
# Check that the IUT acknowledges the subscription by a MEC Application to notifications user location periodic
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_OK_02_02
# Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application - Neither callbackReference nor websockNotifConfig provided
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_BR_01
# Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application - Neither callbackReference nor websockNotifConfig provided
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_BR_02
# Check that the IUT acknowledges the cancellation of UE location change notifications when commanded by a MEC Application
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_002_OK
# Check that the IUT responds with an error when a request for an URI that cannot be mapped to a valid resource URI is sent by a MEC Application
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_002_NF
# Check that the IUT acknowledges a request to modify an existing subscription by a MEC Application
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_003_OK_01
# Check that the IUT acknowledges a request to modify an existing subscription by a MEC Application
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_003_OK_02
# Check that the IUT responds with an error when received an inconsistent request
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_003_BR_01
# Check that the IUT responds with an error when received an inconsistent request
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_003_BR_02
# Check that the IUT acknowledges a request to modify a not existing subscription by a MEC Application
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_003_NF_01
# Check that the IUT acknowledges a request to modify a not existing subscription by a MEC Application
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_003_NF_02
# Check that the IUT provides a test notification when requested by a MEC Application
AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UETESTNOT_001_OK
# Check that the IUT responds with a list zones when queried by a MEC Application
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UEZONELOOK_001_OK
# Check that the IUT responds with the subscription when queried by a MEC Application - Zone location Event
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UEZONELOOK_002_OK_01
# Check that the IUT responds with the subscription when queried by a MEC Application - Zone Status
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UEZONELOOK_002_OK_02





[GROUPS]
# In this section you can specify groups of hosts. These groups can be used inside the
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@
		},
		{
			"path": "../eurecom"
		},
		{
			"path": "../gs032p3-robot-test-suite"
		}
	],
	"settings": {
+33 −42

File changed.

Preview size limit exceeded, changes collapsed.

+5 −3
Original line number Diff line number Diff line
@@ -466,7 +466,9 @@ module LocationAPI_Functions {
                                                                                                                                                  PX_USER,
                                                                                                                                                  { PX_UE_MONITORED_IP_ADDRESS },
                                                                                                                                                  PX_DISTANCE,
                                                                                                                                                  PX_TRACKIMNG_ACCURACY
                                                                                                                                                  PX_TRACKIMNG_ACCURACY,
                                                                                                                                                  -, -, -,
                                                                                                                                                  { PX_UE_REFERENCED_IP_ADDRESS }
                   ))))));
    tc_ac.start;
    alt {
Loading