TestCodec.cfg 20 KB
Newer Older
garciay's avatar
garciay committed
1
2
3

[MODULE_PARAMETERS]
# This section shall contain the values of all parameters that are defined in your TTCN-3 modules.
4
# The GeoNetworking address of the IUT. See testdata set and plugtest1026-log-locD 002.pcap
garciay's avatar
garciay committed
5
6
LibItsGeoNetworking_Pics.PICS_GN_LOCAL_GN_ADDR := {
  typeOfAddress := e_initial,
7
  stationType := e_unknown,
garciay's avatar
garciay committed
8
  stationCountryCode := 0,
9
  mid := '4C5E0C14D2EA'O
garciay's avatar
garciay committed
10
}
11
# IUT Station ID. See testdata set and plugtest1026-log-locD 002.pcap
12
LibItsCommon_Pixits.PX_IUT_STATION_ID := 10143;
garciay's avatar
garciay committed
13

14
# GeoNetwoking only, no facility layer
15
LibItsGeoNetworking_Pixits.PX_GN_UPPER_LAYER := e_any
16
# With facility layer
17
#LibItsGeoNetworking_Pixits.PX_GN_UPPER_LAYER := e_btpB
garciay's avatar
garciay committed
18

19
LibCommon_Time.PX_TAC := 35.0
garciay's avatar
garciay committed
20

21
22
23
# Root path to access certificate stored in files, identified by certficate ID
LibItsSecurity_Pixits.PX_CERTIFICATE_POOL_PATH := "/home/vagrant/tmp";
# Configuration sub-directory to access certificate stored in files
24
LibItsSecurity_Pixits.PX_IUT_SEC_CONFIG_NAME := "test_01";
25

garciay's avatar
garciay committed
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[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).

LogFile := "../logs/%e.%h-%r.%s"
FileMask := LOG_ALL | USER | DEBUG | MATCHING
ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING
#FileMask := ERROR | USER | MATCHING | EXECUTOR_RUNTIME | VERDICTOP
#ConsoleMask := ERROR | USER | MATCHING | EXECUTOR_RUNTIME | VERDICTOP
LogSourceInfo := Stack
LogEntityName:= Yes
LogEventTypes:= Yes
#TimeStampFormat := DateTime

[TESTPORT_PARAMETERS]
# In this section you can specify parameters that are passed to Test Ports.
42
43
44
45
46
47
48
# CAM Layer
#   next_header     : btpA|btpB (overwrite BTP.type)
#   header_type     : tsb|gbc
#   header_sub_type : sh (single hop)
# DENM Layer
#   next_header     : btpA|btpB (overwrite BTP.type)
#   header_type     : tsb|gbc
garciay's avatar
garciay committed
49
50
51
52
# BTP Layer
#   type            : btpA|btpB
#   destination port: dst_port
#   source port     : src_port
53
#   device_mode     : Set to 1 if the layer shall encapsulate upper layer PDU
garciay's avatar
garciay committed
54
# GN Layer
garciay's avatar
garciay committed
55
#   its_aid                : ITS AID as defined by ETSI TS 102 965 V1.2.1. Default: 141
56
#   ll_address             : GeoNetworking address of the Test System
garciay's avatar
garciay committed
57
#   latitude               : Latitude of the Test System
58
#   longitude              : Longitude of the Test System
garciay's avatar
garciay committed
59
#   beaconing              : Set to 1 if the Test System shall start beaconing
60
#   expiry                 : Beaconing timer expiry (ms)
61
#   device_mode            : Set to 1 if the layer shall encapsulate upper layer PDU
62
63
64
#   secured_mode           : Set to 1 if message exchanges shall be signed
#   encrypted_mode         : Set to 1 if message exchanges shall be encrypted
#                            NOTE: For signed & encrypted message exchanges, both secured_mode and encrypted_mode shall be set to 1
garciay's avatar
garciay committed
65
66
67
68
69
70
#   certificate            : Certificate identifier the Test Adapter shall use
#   secure_db_path         : Path to the certificates and keys storage location
#   hash                   : Hash algorithm to be used when secured mode is set
#                            Authorized values are SHA-256 or SHA-384
#                            Default: SHA-256
#   signature              : Signature algorithm to be used when secured mode is set
garciay's avatar
garciay committed
71
#                            Authorized values are NISTP-256, BP-256 and BP-384
garciay's avatar
garciay committed
72
73
#                            Default: NISTP-256
#   cypher                 : Cyphering algorithm to be used when secured mode is set
74
75
#                            Authorized values are NISTP-256, BP-256 and BP-384
#                            Default: NISTP-256
garciay's avatar
garciay committed
76
# Ethernet layer
77
78
79
80
81
82
83
84
85
86
87
88
89
#   mac_src  :Source MAC address
#   mac_bc   :Broadcast address
#   eth_type : Ethernet type
# Commsignia layer
#   mac_src     : Device MAC address, used to discard packets
#                 To indicate no filering, use the value 000000000000
#   mac_bc      : Broadcast address
#   eth_type    : Ethernet type, used to discard packets
#   target_host : Device address
#   target_port : Device port
#   source_port : Test System port
#   interface_id: Interface id, used to discard packets
#   tx_power    : TX power (dB)
garciay's avatar
garciay committed
90
# UDP layer (IP/UDP based on Pcap)
91
92
93
94
#   dst_ip  : Destination IPv4 address (aa.bb.cc.dd)
#   dst_port: Destination port
#   src_ip  : Source IPv4 address (aa.bb.cc.dd)
#   src_port: Source port
garciay's avatar
garciay committed
95
# Pcap layer
96
97
#   mac_src    : Source MAC address, used to exclude from capture the acket sent by the Test System
#   filter     : Pcap filter (compliant with tcpdump syntax) 
98
#                E.g. filter=and ether src 04e548000001
garciay's avatar
garciay committed
99
#   Online mode:
100
101
#     nic: Local NIC
#          If set, online mode is used
garciay's avatar
garciay committed
102
#   Offline mode (nic is present but not set):
103
104
105
#     file        : File to read
#     frame_offset: Frame offset, used to skip packets with frame number < frame_offset
#     time_offset : Time offset, used to skip packets with time offset < time_offset
106
#     save_mode   : Set 1 to save sent packet, 0 otherwise
garciay's avatar
garciay committed
107
108

# Single GeoNetworking component port
109
# GN port using PCAP file
110
#system.geoNetworkingPort.params := "GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,beaconing=1,expiry=1000,its_aid=141,secured_mode=1,certificate=CERT_TS_A_AT,sec_db_path=/home/vagrant/tmp/Yann)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=BABEBABE0002,nic=,file=../../../testdata/test_61_beacon_sec.pcap,filter=and ether proto 0x8947,frame_offset=0,save_mode=0)"
garciay's avatar
garciay committed
111
# GN port using NIC
garciay's avatar
garciay committed
112
system.geoNetworkingPort.params := "GN(ll_address=4C5E0C14D2EB,latitude=43551050,longitude=10298730,beaconing=1,expiry=500,device_mode=0,its_aid=141,secured_mode=1,certificate=CERT_TS_A_AT,sec_db_path=/home/vagrant/tmp/test_01,encrypted_mode=0,cypher=NISTP-256)/ETH(mac_src=4C5E0C14D2EB,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=4C5E0C14D2EB,nic=eth1,file=,filter=and not ether src DC536045AF7E and ether proto 0x8947,frame_offset=0,save_mode=0)"
113
# Commsignia GN port
garciay's avatar
garciay committed
114
#system.geoNetworkingPort.params := "GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,beaconing=0,expiry=1000,its_aid=141,secured_mode=0,certificate=ta_cert_nistp256_sha256)/COMMSIGNIA(mac_src=4C5E0C14D2EA,bc=FFFFFFFFFFFF,eth_type=8947,target_host=10.200.1.101,target_port=7942,sourcePort=7943,its_aid=141,interface_id=2,tx_power=-32)/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,file=../../../testdata/commsignia_61_beacon.pcap,filter=and (udp port 30000 or udp port 7943))"
garciay's avatar
garciay committed
115
# Multiple GeoNetworking component port
garciay's avatar
garciay committed
116
117
Comp1.geoNetworkingPort.params := "GN(ll_address=F8CAB8083919,latitude=43551050,longitude=10298730,beaconing=1,expiry=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083919,nic=,file=../../../testdata/test_1_cam.pcap,filter=and ether proto 0x8947,frame_offset=0,save_mode=0)"
Comp2.geoNetworkingPort.params := "GN(ll_address=F8CAB808391A,latitude=43551050,longitude=10298730,beaconing=1,expiry=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB808391A,nic=,file=../../../testdata/test_1_cam.pcap,filter=and ether proto 0x8947,frame_offset=0,save_mode=0)"
garciay's avatar
garciay committed
118
119

# BTP port
garciay's avatar
garciay committed
120
system.btpPort.params := "BTP(type=btpB,dst_port=2000,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_cam.pcap,filter=and ether proto 0x8947,frame_offset=0)"
garciay's avatar
garciay committed
121
122

# CAM port
123
# CAM port using file
124
#system.camPort.params := "CAM(next_header=btpB,header_type=tsb,header_sub_type=sh)/BTP(type=btpB,dst_port=2001,src_port=0,device_mode=1)/GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,beaconing=0,expiry=1000,its_aid=141,secured_mode=1,certificate=CERT_TS_A_AT,sec_db_path=/home/vagrant/tmp/Yann)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083918,nic=,file=../../../testdata/test_1_cam_sec.pcap,save_mode=1,filter=and ether proto 0x8947,frame_offset=0)"
125
# CAM port using NIC
126
system.camPort.params := "CAM(next_header=btpB,header_type=tsb,header_sub_type=sh)/BTP(type=btpB,dst_port=2001,src_port=0,device_mode=1)/GN(ll_address=4C5E0C14D2EB,latitude=43551050,longitude=10298730,beaconing=0,expiry=1000,its_aid=141,device_mode=1,secured_mode=1,certificate=CERT_TS_A_AT,sec_db_path=/home/vagrant/tmp/Yann)/ETH(mac_src=4C5E0C14D2EB,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=4C5E0C14D2EB,nic=eth1,file=,filter=and ether proto 0x8947,frame_offset=0,save_mode=0)"
garciay's avatar
garciay committed
127
128

# DENM port
129
# DENM port using file
garciay's avatar
garciay committed
130
#system.denmPort.params := "DENM(next_header=btpB)/BTP(type=btpB,dst_port=2002,src_port=0,device_mode=1)/GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,device_mode=1,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)"
131
# DENM port using NIC
132
system.denmPort.params := "DENM(next_header=btpB,header_type=gbc)/BTP(type=btpB,dst_port=2002,src_port=0,device_mode=1)/GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,beaconing=0,expiry=1000,its_aid=141,device_mode=1,secured_mode=1,certificate=CERT_TS_A_AT,sec_db_path=/home/vagrant/tmp/Yann)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083918,nic=eth1,file=,save_mode=1,filter=and ether proto 0x8947,frame_offset=0)"
garciay's avatar
garciay committed
133

134
# IVIM port
garciay's avatar
garciay committed
135
system.ivimPort.params := "IVIM/BTP(type=btpB,dst_port=2005,src_port=0,device_mode=1)/GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,device_mode=1,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)"
136

garciay's avatar
garciay committed
137
# GeoNetworking UpperTester port based on UDP 
garciay's avatar
garciay committed
138
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=eth1,filter=and udp port 12346)"
garciay's avatar
garciay committed
139
140
141

[EXECUTE]
# GeoNetworking Req
142
143
144
145
146
147
#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
garciay's avatar
garciay committed
148
# GeoNetworking Ind
149
150
151
#TestCodec_GeoNetworking.tc_GeoNetInd_AnycastPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_BroadcastPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_ShbPacket
garciay's avatar
garciay committed
152
#TestCodec_GeoNetworking.tc_GeoNetInd_ShbPacket_1
153
154
#TestCodec_GeoNetworking.tc_GeoNetInd_UnicastPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_BeaconPacket
155
# GeoNetworking AC port
156
157
158
159
160
161
162
#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
163
#TestCodec_GeoNetworking.tc_GeoNet_Port_acPort_secured_1 # To be executed with secured_mode = 0 and 1
164
165
# 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
garciay's avatar
garciay committed
166
#TestCodec_GeoNetworking.tc_GeoNet_Port_1          # Use simulator of file to run this test
167
168
                                                   # Used to test device_mode=0,beaconing=1,beacon codec
                                                   # No startPassBeaconing
169
#TestCodec_GeoNetworking.tc_GeoNet_Port_2          # Use simulator of file to run this test
170
171
                                                   # Used to test device_mode=0,beaconing=1,beacon codec
                                                   # With startPassBeaconing
garciay's avatar
garciay committed
172
#TestCodec_GeoNetworking.tc_GeoNet_Port_3          # Use to test beaconing with secured mode set in config file
garciay's avatar
garciay committed
173
                                                   # Used to test device_mode=1,beaconing=1,nic
garciay's avatar
garciay committed
174
                                                   # Also used to generate secured/unsecured beacons
175
#TestCodec_GeoNetworking.tc_GeoNet_Port_4          # Use simulator of file to run this test with secured mode set in config file
garciay's avatar
garciay committed
176
177
                                                   # Used to test device_mode=0,beaconing=0,secured beacon
                                                   # With startPassBeaconing
178
179
#TestCodec_GeoNetworking.tc_GeoNet_MultiPort     # Use simulator or file to run this test
#TestCodec_GeoNetworking.tc_GeoNet_Port_utPort   # Use simulator or file to run this test
180
# GeoNetworking UpperTester
181
182
183
184
185
186
187
188
189
190
191
192
#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
garciay's avatar
garciay committed
193
194
195
196
197
198
199
200
201

# Btp PDU
#TestCodec_Btp.tc_Btp_A_Without_Payload
#TestCodec_Btp.tc_Btp_A
#TestCodec_Btp.tc_Btp_B
#TestCodec_Btp.tc_BtpReq_A
# Btp Port
#TestCodec_Btp.tc_Btp_Port

202
# CAM PDU tests
203
204
205
#TestCodec_CAM.tc_CamReq
#TestCodec_CAM.tc_CamInd_1
#TestCodec_CAM.tc_CamInd_2
206
207
# 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
208
#TestCodec_CAM.tc_Cam_Port          # Use simulator of file to run this test
209
                                    # Used to test device_mode=1,beaconing=1,BTP-B
garciay's avatar
garciay committed
210
211
#TestCodec_CAM.tc_Cam_Port_1        # Use simulator of file to run this test
                                    # Used to generate CAM message
garciay's avatar
garciay committed
212
# CAM UpperTester
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
#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
garciay's avatar
garciay committed
233
234

# DENM PDU
235
236
#TestCodec_DENM.tc_DenmReq
#TestCodec_DENM.tc_DenmInd
237
# DENMM port tests
238
# 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
239
240
#TestCodec_DENM.tc_Denm_Port        # Use simulator of file to run this test
                                    # Used to test device_mode=1,beaconing=1
241
#TestCodec_DENM.tc_Denm_Port_1      # Use simulator of file to run this test
garciay's avatar
garciay committed
242
                                    # Used to generate DENM message
243
#TestCodec_DENM.tc_Denm_Port_utPort
garciay's avatar
garciay committed
244
# DENM UpperTester
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
#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
garciay's avatar
garciay committed
272
273
274
275
276
277
# Security Functions
#TestCodec_SecuredFuntions.tc_sha256_1
#TestCodec_SecuredFuntions.tc_sha384_1
#TestCodec_SecuredFuntions.tc_f_generate_key_pair_1
#TestCodec_SecuredFuntions.tc_f_generate_key_pair_2
#TestCodec_SecuredFuntions.tc_f_generate_key_pair_3
278
279
280
281
282
283
284
285
286
287
288
289
#TestCodec_SecuredFuntions.tc_f_signWithEcdsaNistp256WithSha256_1
#TestCodec_SecuredFuntions.tc_f_verifyWithEcdsaNistp256WithSha256_1
#TestCodec_SecuredFuntions.tc_f_verifyWithEcdsaNistp256WithSha256_2
#TestCodec_SecuredFuntions.tc_f_verifyWithEcdsaNistp256WithSha256_3
#TestCodec_SecuredFuntions.tc_f_signWithEcdsaBrainpoolp256WithSha256_1
#TestCodec_SecuredFuntions.tc_f_verifyWithEcdsaBrainpoolp256WithSha256_1
#TestCodec_SecuredFuntions.tc_f_verifyWithEcdsaBrainpoolp256WithSha256_2
#TestCodec_SecuredFuntions.tc_f_verifyWithEcdsaBrainpoolp256WithSha256_3
#TestCodec_SecuredFuntions.tc_f_signWithEcdsaBrainpoolp384WithSha384_1
#TestCodec_SecuredFuntions.tc_f_verifyWithEcdsaBrainpoolp384WithSha384_1
#TestCodec_SecuredFuntions.tc_f_verifyWithEcdsaBrainpoolp384WithSha384_2
#TestCodec_SecuredFuntions.tc_f_verifyWithEcdsaBrainpoolp384WithSha384_3
290
291
292
#TestCodec_SecuredFuntions.tc_load_certificates
#TestCodec_SecuredFuntions.tc_read_certificate_1
#TestCodec_SecuredFuntions.tc_read_certificate_2
293
#TestCodec_SecuredFuntions.tc_read_certificate_digest
294
#TestCodec_SecuredFuntions.tc_read_certificate_hash
garciay's avatar
garciay committed
295
# Certificates
296
#TestCodec_Certificates.tc_root_certificate_sha256_1
garciay's avatar
garciay committed
297
#TestCodec_Certificates.tc_root_certificate_sha256_2
298
#TestCodec_Certificates.tc_root_certificate_sha256_3
garciay's avatar
garciay committed
299
300
301
#TestCodec_Certificates.tc_root_certificate_sha384_1
#TestCodec_Certificates.tc_at_certificate_sha256_1
#TestCodec_Certificates.tc_at_certificate_sha256_2
302
#TestCodec_Certificates.tc_at_certificate_sha256_3
garciay's avatar
garciay committed
303
TestCodec_Certificates.tc_certificate_asn1c_1
garciay's avatar
garciay committed
304
# Secured messages
305
306
#TestCodec_SecuredMessages.tc_ssp_cam_1
#TestCodec_SecuredMessages.tc_ssp_cam_2
garciay's avatar
garciay committed
307
#TestCodec_SecuredMessages.tc_ssp_denm
308
#TestCodec_SecuredMessages.tc_secured_message_unsecured
garciay's avatar
garciay committed
309
#TestCodec_SecuredMessages.tc_secured_message_signed_1
garciay's avatar
garciay committed
310
#TestCodec_SecuredMessages.tc_secured_message_signed_2
311
312
#TestCodec_SecuredMessages.tc_secured_message_signed_and_encrypted_1
#TestCodec_SecuredMessages.tc_secured_message_signed_and_encrypted_2
313
# Chain of certificates
314
315
#TestCodec_ChainOfCertificates.tc_full_check_certificate_1
#TestCodec_ChainOfCertificates.tc_full_check_certificate_2
garciay's avatar
garciay committed
316
# Encryption
317
318
319
#TestCodec_SignedAndEncryptedMessages.tc_test_hmac_sha256_test1
#TestCodec_SignedAndEncryptedMessages.tc_test_hmac_sha256_test2
#TestCodec_SignedAndEncryptedMessages.tc_test_hmac_sha256_test3
320
321
322
#TestCodec_SignedAndEncryptedMessages.tc_test_encrypt_aes_128_ccm_test_1
#TestCodec_SignedAndEncryptedMessages.tc_test_encrypt_aes_128_ccm_test_2
#TestCodec_SignedAndEncryptedMessages.tc_test_encrypt_aes_128_ccm_test_3
garciay's avatar
garciay committed
323
324
325
326
327
#TestCodec_SignedAndEncryptedMessages.tc_encrypted_signed_message_1
#TestCodec_SignedAndEncryptedMessages.tc_decrypted_signed_message_2
#TestCodec_SignedAndEncryptedMessages.tc_decrypted_signed_message_3
#TestCodec_SignedAndEncryptedMessages.tc_decrypted_signed_message_4
#TestCodec_SignedAndEncryptedMessages.tc_decrypted_signed_message_5
garciay's avatar
garciay committed
328
329
330
331
332
333
334

[MAIN_CONTROLLER]
# The options herein control the behavior of MC.
KillTimer := 10.0
LocalAddress := 127.0.0.1
TCPPort := 12000
NumHCs := 1