Commit 44d8da76 authored by garciay's avatar garciay
Browse files

Review IVIM, MAPEM/SPATEM and SREM/SSEM

parent 2e167add
Loading
Loading
Loading
Loading
+97 −75
Original line number Diff line number Diff line
@@ -4,10 +4,12 @@
# The GeoNetworking address of the IUT
LibItsGeoNetworking_Pics.PICS_GN_LOCAL_GN_ADDR := {
  typeOfAddress := e_initial,
  stationType := e_unknown, #e_passengerCar,
  stationType := e_unknown,
  stationCountryCode := 0,
  mid := '4c5e0c14d2dc'O #'92569202017a'O
  mid := '4c5e0c14d2ea'O
}
# IUT Station ID
LibItsCommon_Pixits.PX_IUT_STATION_ID := 10143;

LibItsGeoNetworking_Pixits.PX_GN_UPPER_LAYER := e_any

@@ -73,49 +75,52 @@ system.camPort.params := "CAM/BTP(type=btpA,dst_port=2001,src_port=0)/GN(ll_addr
# DENM port
system.denmPort.params := "DENM/BTP(type=btpB,dst_port=2002,src_port=0)/GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083918,nic=,file=../../../testdata/test_1_denm.pcap,save_mode=1,filter=and ether proto 0x8947,frame_offset=0)"

# IVIM port
system.ivimPort.params := "IVIM/BTP(type=btpB,dst_port=2005,src_port=0)/GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083918,nic=,file=../../../testdata/test_1_ivim.pcap,save_mode=1,filter=and ether proto 0x8947,frame_offset=0)"

# GeoNetworking UpperTester port based on UDP 
system.utPort.params := "UT_GN/UDP(dst_ip=192.168.56.1,dst_port=12346,src_ip=192.168.156.4,src_port=12345)/ETH(mac_src=026f8338c1e5,mac_dst=0A0027000011,eth_type=0800)/PCAP(mac_src=0800275c4959,nic=enp0s8,filter=and udp port 12346)"

[EXECUTE]
# GeoNetworking Req
TestCodec_GeoNetworking.tc_GeoNetReq_AnycastPacket
TestCodec_GeoNetworking.tc_GeoNetReq_BroadcastPacket
TestCodec_GeoNetworking.tc_GeoNetReq_UnicastPacket
TestCodec_GeoNetworking.tc_GeoNetReq_BeaconPacket
TestCodec_GeoNetworking.tc_GeoNetReq_LsRequestPacket
TestCodec_GeoNetworking.tc_GeoNetReq_LsReplyPacket
#TestCodec_GeoNetworking.tc_GeoNetReq_AnycastPacket
#TestCodec_GeoNetworking.tc_GeoNetReq_BroadcastPacket
#TestCodec_GeoNetworking.tc_GeoNetReq_UnicastPacket
#TestCodec_GeoNetworking.tc_GeoNetReq_BeaconPacket
#TestCodec_GeoNetworking.tc_GeoNetReq_LsRequestPacket
#TestCodec_GeoNetworking.tc_GeoNetReq_LsReplyPacket
# GeoNetworking Ind
TestCodec_GeoNetworking.tc_GeoNetInd_AnycastPacket
TestCodec_GeoNetworking.tc_GeoNetInd_BroadcastPacket
TestCodec_GeoNetworking.tc_GeoNetInd_ShbPacket
TestCodec_GeoNetworking.tc_GeoNetInd_UnicastPacket
TestCodec_GeoNetworking.tc_GeoNetInd_BeaconPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_AnycastPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_BroadcastPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_ShbPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_UnicastPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_BeaconPacket
# GeoNetworking port tests
# To run the GeoNetworking port tests, use the offline mode and the test data provided. Use PcapLayer.save_mode to save sent packet into a file
#TestCodec_GeoNetworking.tc_GeoNet_Port          # Use simulator t run this test
#TestCodec_GeoNetworking.tc_GeoNet_Port_utPort   # Use simulator t run this test
##TestCodec_GeoNetworking.tc_GeoNet_Port          # Use simulator t run this test
##TestCodec_GeoNetworking.tc_GeoNet_Port_utPort   # Use simulator t run this test
# GeoNetworking AC port
TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_lpv
TestCodec_GeoNetworking.tc_GeoNet_acPort_getLongPositionVector_1
TestCodec_GeoNetworking.tc_GeoNet_acPort_getLongPositionVector_2
TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_beaconing_1
TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_beaconing_2
TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_pass_beaconing_1
TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_pass_beaconing_2
TestCodec_GeoNetworking.tc_GeoNet_MultiPort
#TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_lpv
#TestCodec_GeoNetworking.tc_GeoNet_acPort_getLongPositionVector_1
#TestCodec_GeoNetworking.tc_GeoNet_acPort_getLongPositionVector_2
#TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_beaconing_1
#TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_beaconing_2
#TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_pass_beaconing_1
#TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_pass_beaconing_2
#TestCodec_GeoNetworking.tc_GeoNet_MultiPort
# GeoNetworking UpperTester
TestCodec_GeoNetworking.tc_GeoNet_UtGnInitialize
TestCodec_GeoNetworking.tc_GeoNet_UtGnChangePosition
TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoUnicast_1
TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoUnicast_2
TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoBroadcast_1
TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoBroadcast_2
TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoAnycast_1
TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoAnycast_2
TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_Shb_1
TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_Shb_2
TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_Tsb_1
TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_Tsb_2
#TestCodec_GeoNetworking.tc_GeoNet_UtGnInitialize
#TestCodec_GeoNetworking.tc_GeoNet_UtGnChangePosition
#TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoUnicast_1
#TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoUnicast_2
#TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoBroadcast_1
#TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoBroadcast_2
#TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoAnycast_1
#TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_GeoAnycast_2
#TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_Shb_1
#TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_Shb_2
#TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_Tsb_1
#TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_Tsb_2

# Btp PDU
#TestCodec_Btp.tc_Btp_A_Without_Payload
@@ -126,53 +131,70 @@ TestCodec_GeoNetworking.tc_GeoNet_UtGnTrigger_Tsb_2
#TestCodec_Btp.tc_Btp_Port

# CAM PDU tests
TestCodec_CAM.tc_CamReq
TestCodec_CAM.tc_CamInd_1
TestCodec_CAM.tc_CamInd_2
#TestCodec_CAM.tc_CamReq
#TestCodec_CAM.tc_CamInd_1
#TestCodec_CAM.tc_CamInd_2
# CAM port tests
# To run the CAM port tests, use the offline mode and the test data provided. Use PcapLayer.save_mode to save sent packet into a file
TestCodec_CAM.tc_Cam_Port
#TestCodec_CAM.tc_Cam_Port
# CAM UpperTester
TestCodec_CAM.tc_Cam_UtCamInitialize
TestCodec_CAM.tc_Cam_UtCamChangePosition
TestCodec_CAM.tc_Cam_UtCamChangeCurvature
TestCodec_CAM.tc_Cam_UtCamChangeSpeed
TestCodec_CAM.tc_Cam_UtCamSetAccelerationControlStatus
TestCodec_CAM.tc_Cam_UtCamSetExteriorLightsStatus_lowBeamHeadlightsOn
TestCodec_CAM.tc_Cam_UtCamSetExteriorLightsStatus_leftTurnSignalOn
TestCodec_CAM.tc_Cam_UtCamSetExteriorLightsStatus_daytimeRunningLightsOn
TestCodec_CAM.tc_Cam_UtCamSetExteriorLightsStatus_parkingLightsOn
TestCodec_CAM.tc_Cam_UtCamChangeHeading
TestCodec_CAM.tc_Cam_UtCamSetDriveDirection
TestCodec_CAM.tc_Cam_UtCamChangeYawRate
TestCodec_CAM.tc_Cam_UtCamChangeYawRate_negative
TestCodec_CAM.tc_Cam_UtCamSetStationType
TestCodec_CAM.tc_Cam_UtCamSetVehicleRole
TestCodec_CAM.tc_Cam_UtCamSetDangerousGoods
TestCodec_CAM.tc_Cam_UtCamSetLightBarSirene
TestCodec_CAM.tc_Cam_UtCamTriggerResult
TestCodec_CAM.tc_Cam_UtCamEventInd_1
TestCodec_CAM.tc_Cam_UtCamEventInd_2
#TestCodec_CAM.tc_Cam_UtCamInitialize
#TestCodec_CAM.tc_Cam_UtCamChangePosition
#TestCodec_CAM.tc_Cam_UtCamChangeCurvature
#TestCodec_CAM.tc_Cam_UtCamChangeSpeed
#TestCodec_CAM.tc_Cam_UtCamSetAccelerationControlStatus
#TestCodec_CAM.tc_Cam_UtCamSetExteriorLightsStatus_lowBeamHeadlightsOn
#TestCodec_CAM.tc_Cam_UtCamSetExteriorLightsStatus_leftTurnSignalOn
#TestCodec_CAM.tc_Cam_UtCamSetExteriorLightsStatus_daytimeRunningLightsOn
#TestCodec_CAM.tc_Cam_UtCamSetExteriorLightsStatus_parkingLightsOn
#TestCodec_CAM.tc_Cam_UtCamChangeHeading
#TestCodec_CAM.tc_Cam_UtCamSetDriveDirection
#TestCodec_CAM.tc_Cam_UtCamChangeYawRate
#TestCodec_CAM.tc_Cam_UtCamChangeYawRate_negative
#TestCodec_CAM.tc_Cam_UtCamSetStationType
#TestCodec_CAM.tc_Cam_UtCamSetVehicleRole
#TestCodec_CAM.tc_Cam_UtCamSetDangerousGoods
#TestCodec_CAM.tc_Cam_UtCamSetLightBarSirene
#TestCodec_CAM.tc_Cam_UtCamTriggerResult
#TestCodec_CAM.tc_Cam_UtCamEventInd_1
#TestCodec_CAM.tc_Cam_UtCamEventInd_2

# DENM PDU
#TestCodec_DENM.tc_DenmReq
#TestCodec_DENM.tc_DenmInd
# CAM port tests
##TestCodec_DENM.tc_DenmReq
##TestCodec_DENM.tc_DenmInd
# DENMM port tests
# To run the DENM port tests, use the offline mode and the test data provided. Use PcapLayer.save_mode to save sent packet into a file
TestCodec_DENM.tc_Denm_Port
#TestCodec_DENM.tc_Denm_Port_utPort
#TestCodec_DENM.tc_Denm_Port
##TestCodec_DENM.tc_Denm_Port_utPort
# DENM UpperTester
TestCodec_DENM.tc_Denm_UtDenmInitialize
TestCodec_DENM.tc_Denm_UtDenmChangePosition
TestCodec_DENM.tc_Denm_UtDenmChangePseudonym
TestCodec_DENM.tc_Denm_UtDenmTrigger_1
TestCodec_DENM.tc_Denm_UtDenmTrigger_2
TestCodec_DENM.tc_Denm_UtDenmUpdate_1
TestCodec_DENM.tc_Denm_UtDenmUpdate_2
TestCodec_DENM.tc_Denm_UtDenmTriggerResult
TestCodec_DENM.tc_Denm_UtDenmUpdateResult
TestCodec_DENM.tc_Denm_UtDenmEventInd_1
TestCodec_DENM.tc_Denm_UtDenmEventInd_2
#TestCodec_DENM.tc_Denm_UtDenmInitialize
#TestCodec_DENM.tc_Denm_UtDenmChangePosition
#TestCodec_DENM.tc_Denm_UtDenmChangePseudonym
#TestCodec_DENM.tc_Denm_UtDenmTrigger_1
#TestCodec_DENM.tc_Denm_UtDenmTrigger_2
#TestCodec_DENM.tc_Denm_UtDenmUpdate_1
#TestCodec_DENM.tc_Denm_UtDenmUpdate_2
#TestCodec_DENM.tc_Denm_UtDenmTriggerResult
#TestCodec_DENM.tc_Denm_UtDenmUpdateResult
#TestCodec_DENM.tc_Denm_UtDenmEventInd_1
#TestCodec_DENM.tc_Denm_UtDenmEventInd_2

# IVIM PDU
#TestCodec_IVIM.tc_IvimReq
#TestCodec_IVIM.tc_IvimInd_1
#TestCodec_IVIM.tc_IvimInd_2
# IVIM port tests
# To run the IVIM port tests, use the offline mode and the test data provided. Use PcapLayer.save_mode to save sent packet into a file
#TestCodec_IVIM.tc_Ivim_Port
# IVIM UpperTester
#TestCodec_IVIM.tc_Ivim_UtIvimInitialize
#TestCodec_IVIM.tc_Ivim_UtIvimTrigger_1
#TestCodec_IVIM.tc_Ivim_UtIvimTrigger_2
#TestCodec_IVIM.tc_Ivim_UtIvimUpdate
#TestCodec_IVIM.tc_Ivim_UtIvimTermination

# Security tests
TestCodec_Certificates.tc_certificate_1

[MAIN_CONTROLLER]
# The options herein control the behavior of MC.