wiliot-certificate 1.4.0a2__py3-none-any.whl → 1.5.1a1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- brg_certificate/ag/energous_v0_defines.py +28 -28
- brg_certificate/ag/energous_v1_defines.py +28 -28
- brg_certificate/ag/energous_v2_defines.py +28 -28
- brg_certificate/ag/energous_v3_defines.py +28 -28
- brg_certificate/ag/energous_v4_defines.py +28 -28
- brg_certificate/ag/fanstel_lan_v0_defines.py +28 -28
- brg_certificate/ag/fanstel_lte_v0_defines.py +28 -28
- brg_certificate/ag/fanstel_wifi_v0_defines.py +28 -28
- brg_certificate/ag/minew_lte_v0_defines.py +28 -28
- brg_certificate/ag/wlt_cmd_if.html +1 -1
- brg_certificate/ag/wlt_types.html +3 -4
- brg_certificate/ag/wlt_types_ag.py +162 -163
- brg_certificate/brg_certificate.py +46 -12
- brg_certificate/brg_certificate_cli.py +1 -0
- brg_certificate/cert_common.py +31 -42
- brg_certificate/cert_config.py +7 -5
- brg_certificate/cert_data_sim.py +26 -4
- brg_certificate/cert_defines.py +30 -3
- brg_certificate/cert_gw_sim.py +12 -8
- brg_certificate/cert_mqtt.py +10 -2
- brg_certificate/cert_prints.py +7 -5
- brg_certificate/cert_protobuf.py +5 -1
- brg_certificate/cert_results.py +134 -84
- brg_certificate/cert_utils.py +14 -17
- brg_certificate/certificate_bcc_sanity_test_list.txt +35 -0
- brg_certificate/certificate_bcc_test_list.txt +45 -0
- brg_certificate/certificate_sanity_test_list.txt +2 -1
- brg_certificate/certificate_test_list.txt +10 -4
- brg_certificate/restore_brg.py +2 -0
- brg_certificate/tests/calibration/interval_test/interval_test.json +2 -1
- brg_certificate/tests/calibration/interval_test/interval_test.py +1 -1
- brg_certificate/tests/calibration/output_power_test/output_power_test.json +5 -3
- brg_certificate/tests/calibration/output_power_test/output_power_test.py +1 -1
- brg_certificate/tests/calibration/pattern_test/pattern_test.json +5 -2
- brg_certificate/tests/calibration/pattern_test/pattern_test.py +1 -1
- brg_certificate/tests/datapath/aging_test/aging_test.json +20 -0
- brg_certificate/tests/datapath/aging_test/aging_test.py +135 -0
- brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +8 -3
- brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +2 -2
- brg_certificate/tests/datapath/output_power_test/output_power_test.json +5 -2
- brg_certificate/tests/datapath/output_power_test/output_power_test.py +1 -1
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +5 -2
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +1 -1
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json +5 -2
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +2 -2
- brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json +5 -2
- brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +1 -1
- brg_certificate/tests/datapath/pattern_test/pattern_test.json +6 -3
- brg_certificate/tests/datapath/pattern_test/pattern_test.py +1 -1
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +8 -2
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +1 -1
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +8 -2
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +1 -1
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +8 -2
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +1 -1
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +6 -2
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +1 -1
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json +5 -2
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +1 -1
- brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +3 -4
- brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +1 -1
- brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +3 -4
- brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +1 -1
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +14 -22
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +24 -24
- brg_certificate/tests/datapath/stress_test/stress_test.json +11 -18
- brg_certificate/tests/datapath/stress_test/stress_test.py +20 -27
- brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json +6 -2
- brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py +1 -1
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +6 -2
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +1 -1
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.json +2 -1
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +4 -24
- brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json +2 -1
- brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py +1 -1
- brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json +2 -1
- brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py +1 -1
- brg_certificate/tests/edge_mgmt/leds_test/leds_test.json +9 -5
- brg_certificate/tests/edge_mgmt/leds_test/leds_test.py +4 -4
- brg_certificate/tests/edge_mgmt/ota_test/ota_test.json +9 -5
- brg_certificate/tests/edge_mgmt/ota_test/ota_test.py +45 -1
- brg_certificate/tests/edge_mgmt/stat_test/stat_test.json +2 -1
- brg_certificate/tests/edge_mgmt/stat_test/stat_test.py +1 -1
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +5 -2
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +1 -1
- brg_certificate/tests/energy2400/output_power_test/output_power_test.json +5 -3
- brg_certificate/tests/energy2400/output_power_test/output_power_test.py +1 -1
- brg_certificate/tests/energy2400/pattern_test/pattern_test.json +5 -2
- brg_certificate/tests/energy2400/pattern_test/pattern_test.py +1 -1
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.json +20 -0
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.py +346 -0
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.json +20 -0
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.py +346 -0
- brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json +2 -1
- brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py +1 -1
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +12 -5
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +130 -43
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +5 -2
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +1 -1
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json +9 -3
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +1 -1
- brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json +2 -1
- brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py +1 -1
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json +5 -2
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +1 -1
- brg_certificate/wltPb_pb2.py +50 -38
- brg_certificate/wltPb_pb2.pyi +40 -34
- brg_certificate/wlt_types.py +4 -6
- common/wlt_logo.png +0 -0
- gw_certificate/ag/ut_defines.py +4 -1
- gw_certificate/cert_results.py +145 -0
- gw_certificate/gw_certificate.py +18 -6
- gw_certificate/gw_certificate_cli.py +3 -3
- gw_certificate/interface/mqtt.py +1 -0
- gw_certificate/interface/uart_if.py +1 -1
- gw_certificate/tests/actions.py +7 -2
- gw_certificate/tests/connection.py +1 -1
- gw_certificate/tests/generic.py +43 -17
- gw_certificate/tests/registration.py +2 -1
- gw_certificate/tests/uplink.py +26 -35
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info}/METADATA +16 -10
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info}/RECORD +126 -120
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info}/WHEEL +1 -1
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info}/top_level.txt +1 -0
- brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.json +0 -13
- brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.py +0 -76
- brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json +0 -13
- brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +0 -398
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info}/entry_points.txt +0 -0
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info/licenses}/LICENSE +0 -0
gw_certificate/tests/uplink.py
CHANGED
|
@@ -23,7 +23,6 @@ from gw_certificate.tests.static.generated_packet_table import CSV_NAME
|
|
|
23
23
|
# HELPER DEFINES
|
|
24
24
|
TABLE_SUFFIX = "Table"
|
|
25
25
|
ERR_SUM_MISSING_PKTS = "Insufficient amount of packets were scanned & uploaded by the gateway. "
|
|
26
|
-
ERR_SUM_INVALID_TS = "Invalid timestamps were uploaded by the gateway. "
|
|
27
26
|
ERR_SUM_ONLY_1E = "Packets with length != '1E' were not uploaded. "
|
|
28
27
|
|
|
29
28
|
# HELPER FUNCTIONS
|
|
@@ -62,7 +61,7 @@ class TimestampsHelper(PacketTableHelper):
|
|
|
62
61
|
"""
|
|
63
62
|
return self.table.loc[self.table[ADV_TIMESTAMP].notna()]
|
|
64
63
|
|
|
65
|
-
def validate_timestamps(self, received_pkts:list):
|
|
64
|
+
def validate_timestamps(self, received_pkts:list, has_si=False):
|
|
66
65
|
packets_sent_df = self.get_advertised_entries().copy()
|
|
67
66
|
|
|
68
67
|
received_df = pd.DataFrame(received_pkts)
|
|
@@ -77,9 +76,12 @@ class TimestampsHelper(PacketTableHelper):
|
|
|
77
76
|
|
|
78
77
|
# Calculate adv_duration once
|
|
79
78
|
def calculate_adv_duration(row):
|
|
80
|
-
if pd.
|
|
79
|
+
if pd.isna(row['duplication']) or pd.isna(row['time_delay']):
|
|
80
|
+
return DEFAULT_DELAY
|
|
81
|
+
elif has_si:
|
|
82
|
+
return row['duplication'] * row['time_delay'] * 2
|
|
83
|
+
else:
|
|
81
84
|
return row['duplication'] * row['time_delay']
|
|
82
|
-
return DEFAULT_DELAY
|
|
83
85
|
|
|
84
86
|
packets_sent_df['adv_duration'] = packets_sent_df.apply(calculate_adv_duration, axis=1)
|
|
85
87
|
|
|
@@ -116,7 +118,7 @@ class TimestampsHelper(PacketTableHelper):
|
|
|
116
118
|
def add_ts_errs_to_report(self, stage:GenericStage):
|
|
117
119
|
for idx, ts_err in enumerate(self.ts_errors):
|
|
118
120
|
stage.add_to_stage_report(ts_err)
|
|
119
|
-
if idx ==
|
|
121
|
+
if idx == 1 and (len(self.ts_errors) - 1) > idx:
|
|
120
122
|
stage.add_to_stage_report(f'Additional errors ({len(self.ts_errors) - 1 - idx}) are suppressed to avoid clutter')
|
|
121
123
|
break
|
|
122
124
|
|
|
@@ -190,12 +192,6 @@ class GenericUplinkStage(GenericStage):
|
|
|
190
192
|
self.stage_pass = num_pkts_received / num_pkts_sent * PERFECT_SCORE
|
|
191
193
|
if self.stage_pass < self.pass_min:
|
|
192
194
|
self.error_summary = ERR_SUM_MISSING_PKTS
|
|
193
|
-
if self.ts_records.is_ts_error():
|
|
194
|
-
if self.stage_pass > self.inconclusive_min:
|
|
195
|
-
self.stage_pass = self.inconclusive_min
|
|
196
|
-
self.error_summary = ERR_SUM_INVALID_TS
|
|
197
|
-
else:
|
|
198
|
-
self.error_summary += ERR_SUM_INVALID_TS
|
|
199
195
|
|
|
200
196
|
self.add_report_header()
|
|
201
197
|
self.add_to_stage_report(f'Number of unique packets sent: {num_pkts_sent}')
|
|
@@ -225,6 +221,7 @@ class GenericUplinkStage(GenericStage):
|
|
|
225
221
|
|
|
226
222
|
return self.report
|
|
227
223
|
|
|
224
|
+
|
|
228
225
|
class ManagementPacketStage(GenericUplinkStage):
|
|
229
226
|
def __init__(self, **kwargs):
|
|
230
227
|
self.stage_tooltip = "Simulates management advertisements from a single bridge. Expects the gateway to scan & upload them"
|
|
@@ -252,12 +249,6 @@ class ManagementPacketStage(GenericUplinkStage):
|
|
|
252
249
|
self.stage_pass = num_pkts_received / num_pkts_sent * PERFECT_SCORE
|
|
253
250
|
if self.stage_pass < self.pass_min:
|
|
254
251
|
self.error_summary = ERR_SUM_MISSING_PKTS
|
|
255
|
-
if self.ts_records.is_ts_error():
|
|
256
|
-
if self.stage_pass > self.inconclusive_min:
|
|
257
|
-
self.stage_pass = self.inconclusive_min
|
|
258
|
-
self.error_summary = ERR_SUM_INVALID_TS
|
|
259
|
-
else:
|
|
260
|
-
self.error_summary += ERR_SUM_INVALID_TS
|
|
261
252
|
|
|
262
253
|
self.add_report_header()
|
|
263
254
|
self.add_to_stage_report(f'Number of unique packets sent: {num_pkts_sent}')
|
|
@@ -310,6 +301,7 @@ class SensorPacketStage(GenericUplinkStage):
|
|
|
310
301
|
self.pkt_gen = BrgPktGenerator()
|
|
311
302
|
self.stage_tooltip = "Simulates sensor packets advertisements. Expects the gateway to scan & upload them"
|
|
312
303
|
self.error_summary = ERR_SUM_MISSING_PKTS
|
|
304
|
+
self.varying_len_sensors_count = 0
|
|
313
305
|
|
|
314
306
|
def run(self):
|
|
315
307
|
|
|
@@ -327,6 +319,8 @@ class SensorPacketStage(GenericUplinkStage):
|
|
|
327
319
|
self.local_pkts.append((row['si'], remove_pre_uuid(row['si']), row['duplication'], row['time_delay'], row['adva']))
|
|
328
320
|
self.ble_sim.send_data_si_pair(data_packet=data, si_packet=si, duplicates=row['duplication'], delay=row['time_delay'])
|
|
329
321
|
self.ts_records.set_adv_timestamp_current(data)
|
|
322
|
+
if row[ADVA_PAYLOAD][12:14] != '1E':
|
|
323
|
+
self.varying_len_sensors_count += 1
|
|
330
324
|
time.sleep(5)
|
|
331
325
|
|
|
332
326
|
def compare_local_mqtt(self):
|
|
@@ -357,7 +351,7 @@ class SensorPacketStage(GenericUplinkStage):
|
|
|
357
351
|
|
|
358
352
|
def generate_stage_report(self):
|
|
359
353
|
self.compare_local_mqtt()
|
|
360
|
-
self.ts_records.validate_timestamps(self.mqtt_pkts)
|
|
354
|
+
self.ts_records.validate_timestamps(self.mqtt_pkts, has_si=True)
|
|
361
355
|
num_pkts_sent = len(self.comparison)
|
|
362
356
|
num_pkts_received = self.comparison['received'].eq(True).sum()
|
|
363
357
|
pkt_id_pairs = self.comparison.groupby('pkt_id').filter(lambda x: x['received'].all() and len(x) == 2)
|
|
@@ -368,13 +362,6 @@ class SensorPacketStage(GenericUplinkStage):
|
|
|
368
362
|
self.stage_pass = PERFECT_SCORE
|
|
369
363
|
else:
|
|
370
364
|
self.stage_pass = MINIMUM_SCORE
|
|
371
|
-
|
|
372
|
-
if self.ts_records.is_ts_error():
|
|
373
|
-
if self.stage_pass > self.inconclusive_min:
|
|
374
|
-
self.stage_pass = self.inconclusive_min
|
|
375
|
-
self.error_summary = ERR_SUM_INVALID_TS
|
|
376
|
-
else:
|
|
377
|
-
self.error_summary += ERR_SUM_INVALID_TS
|
|
378
365
|
|
|
379
366
|
self.add_report_header()
|
|
380
367
|
self.add_to_stage_report((f'Number of sensor packets sent: {int(num_pkts_sent / 2)}'))
|
|
@@ -386,16 +373,20 @@ class SensorPacketStage(GenericUplinkStage):
|
|
|
386
373
|
self.add_to_stage_report('Packets not received:')
|
|
387
374
|
self.add_to_stage_report(tabulate.tabulate(not_received_rep_cols, headers='keys', showindex=False))
|
|
388
375
|
|
|
389
|
-
def
|
|
376
|
+
def all_varying_len_sensors_missed(not_received_df):
|
|
377
|
+
not_uploaded_count = 0
|
|
390
378
|
for index, line in not_received_df.iterrows():
|
|
391
|
-
if line[ADVA_PAYLOAD][12:14]
|
|
392
|
-
|
|
393
|
-
|
|
379
|
+
if line[ADVA_PAYLOAD][12:14] != '1E':
|
|
380
|
+
not_uploaded_count += 1
|
|
381
|
+
if not_uploaded_count == self.varying_len_sensors_count:
|
|
382
|
+
return True
|
|
383
|
+
else:
|
|
384
|
+
return False
|
|
394
385
|
|
|
395
|
-
if
|
|
386
|
+
if all_varying_len_sensors_missed(not_received):
|
|
396
387
|
self.add_to_stage_report(f"Warning {ERR_SUM_ONLY_1E}")
|
|
397
|
-
if self.
|
|
398
|
-
self.stage_pass =
|
|
388
|
+
if not self.score_fail():
|
|
389
|
+
self.stage_pass = MINIMUM_SCORE
|
|
399
390
|
self.error_summary = ERR_SUM_ONLY_1E
|
|
400
391
|
else:
|
|
401
392
|
self.error_summary += ERR_SUM_ONLY_1E
|
|
@@ -511,7 +502,8 @@ class SequentialSequenceIdStage(GenericUplinkStage):
|
|
|
511
502
|
pkt_sequenceId = pkt['sequenceId']
|
|
512
503
|
if pkt_sequenceId != required_sequenceId:
|
|
513
504
|
if sequenceId_valid == True:
|
|
514
|
-
report.append(f'SequenceId is not incremental.
|
|
505
|
+
report.append(f'SequenceId is not incremental.')
|
|
506
|
+
report.append(f'Received packet with sequenceId {pkt_sequenceId}, when the expected is {required_sequenceId}')
|
|
515
507
|
self.stage_pass = MINIMUM_SCORE
|
|
516
508
|
self.error_summary = self.error_summary + 'SequenceId is not incremental. '
|
|
517
509
|
sequenceId_valid = False
|
|
@@ -524,7 +516,6 @@ class SequentialSequenceIdStage(GenericUplinkStage):
|
|
|
524
516
|
is_sequenceId_incremental(idx=idx, message=message_body)
|
|
525
517
|
|
|
526
518
|
self.add_report_header()
|
|
527
|
-
self.add_to_stage_report(f"{'---SequenceId is incremental' if sequenceId_valid else '---SequenceId is NOT incremental'}")
|
|
528
519
|
for line in report:
|
|
529
520
|
self.add_to_stage_report(line)
|
|
530
521
|
debug_print(self.report)
|
|
@@ -676,7 +667,7 @@ class GeolocationStage(GenericUplinkStage):
|
|
|
676
667
|
self.add_to_stage_report(f'Number of unique locations received: {num_unique_locs}')
|
|
677
668
|
# Export all stage data
|
|
678
669
|
locations_df.to_csv(self.csv_path)
|
|
679
|
-
self.add_to_stage_report(f'
|
|
670
|
+
self.add_to_stage_report(f'\nStage data saved - {self.csv_path}')
|
|
680
671
|
if num_unique_locs > 0:
|
|
681
672
|
fig.write_html(self.graph_html_path)
|
|
682
673
|
debug_print(self.report)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: wiliot_certificate
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5.1a1
|
|
4
4
|
Summary: A library for certifying Wiliot-compliant boards
|
|
5
5
|
Author-email: Wiliot <support@wiliot.com>
|
|
6
6
|
License: MIT License
|
|
@@ -50,13 +50,14 @@ Requires-Dist: statsmodels>=0.14.4
|
|
|
50
50
|
Requires-Dist: pyserial>=3.5
|
|
51
51
|
Requires-Dist: reportlab>=4.3.1
|
|
52
52
|
Requires-Dist: google-api-python-client>=2.162.0
|
|
53
|
+
Dynamic: license-file
|
|
53
54
|
|
|
54
55
|
# wiliot-certificate
|
|
55
56
|
|
|
56
57
|
<!-- Description -->
|
|
57
58
|
wiliot-certificate is a python library with tools used to test & certify boards and their compatibility with Wiliot's echosystem.
|
|
58
59
|
This python package includes the following CLI utilities:
|
|
59
|
-
- Gateway Certificate (`wlt-gw
|
|
60
|
+
- Gateway Certificate (`wlt-cert-gw`)
|
|
60
61
|
- Bridge Certificate (`wlt-cert-brg`)
|
|
61
62
|
|
|
62
63
|
## Installing wiliot-certificate
|
|
@@ -85,19 +86,24 @@ Processes status packet sent by the GW to the MQTT Broker and validates it accor
|
|
|
85
86
|
Simulates Wiliot MEL and validates that data is uploaded correctly to the cloud.
|
|
86
87
|
|
|
87
88
|
#### Downlink Test
|
|
88
|
-
|
|
89
|
+
Publishes advertising actions (txPacket) via MQTT to the GW and validates their advertisements.
|
|
90
|
+
|
|
91
|
+
#### Actions Test
|
|
92
|
+
Publishes different actions via MQTT to the GW and validates the outcome.
|
|
89
93
|
|
|
90
94
|
#### Stress Test
|
|
91
|
-
|
|
95
|
+
Advertise Wiliot packets with incrementing delays to evaluate GW's capability in handling different packets-per-second rates.
|
|
92
96
|
|
|
93
97
|
#### GW Certificate Release Notes:
|
|
94
|
-
|
|
95
|
-
-
|
|
96
|
-
- Python 3.
|
|
98
|
+
Release:
|
|
99
|
+
- Standalone wiliot-certificate package
|
|
100
|
+
- Python 3.13 support
|
|
97
101
|
- Gw API version 205 support
|
|
98
|
-
- Registration
|
|
102
|
+
- Registration test added
|
|
103
|
+
- Bridge OTA stage added under actions
|
|
99
104
|
- Aggregation flag supported by StressTest
|
|
100
|
-
|
|
105
|
+
- -update flag compatibility fix. Upgrades bootloader if needed
|
|
106
|
+
- -actions flag to select specific actions to test
|
|
101
107
|
|
|
102
108
|
```
|
|
103
109
|
usage: wlt-gw-certificate [-h] -owner OWNER -gw GW [-suffix SUFFIX] [-tests {connection,uplink,downlink,stress}]
|
|
@@ -1,34 +1,36 @@
|
|
|
1
1
|
brg_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
brg_certificate/brg_certificate.py,sha256=
|
|
3
|
-
brg_certificate/brg_certificate_cli.py,sha256=
|
|
4
|
-
brg_certificate/cert_common.py,sha256=
|
|
5
|
-
brg_certificate/cert_config.py,sha256=
|
|
6
|
-
brg_certificate/cert_data_sim.py,sha256=
|
|
7
|
-
brg_certificate/cert_defines.py,sha256=
|
|
8
|
-
brg_certificate/cert_gw_sim.py,sha256=
|
|
9
|
-
brg_certificate/cert_mqtt.py,sha256=
|
|
10
|
-
brg_certificate/cert_prints.py,sha256=
|
|
11
|
-
brg_certificate/cert_protobuf.py,sha256=
|
|
12
|
-
brg_certificate/cert_results.py,sha256=
|
|
13
|
-
brg_certificate/cert_utils.py,sha256=
|
|
14
|
-
brg_certificate/
|
|
15
|
-
brg_certificate/
|
|
16
|
-
brg_certificate/
|
|
17
|
-
brg_certificate/
|
|
18
|
-
brg_certificate/
|
|
19
|
-
brg_certificate/
|
|
20
|
-
brg_certificate/
|
|
21
|
-
brg_certificate/
|
|
22
|
-
brg_certificate/ag/
|
|
23
|
-
brg_certificate/ag/
|
|
24
|
-
brg_certificate/ag/
|
|
25
|
-
brg_certificate/ag/
|
|
26
|
-
brg_certificate/ag/
|
|
27
|
-
brg_certificate/ag/
|
|
28
|
-
brg_certificate/ag/
|
|
29
|
-
brg_certificate/ag/
|
|
30
|
-
brg_certificate/ag/
|
|
31
|
-
brg_certificate/ag/
|
|
2
|
+
brg_certificate/brg_certificate.py,sha256=3Kz18fiY5lg3WyasmAsYQIllfI_ZnsDxCW7BBzJpoyY,9592
|
|
3
|
+
brg_certificate/brg_certificate_cli.py,sha256=Dj6-yxZdwIEnAeOUV9pw2wxmmZpBw97kO3kw8paaKVA,2793
|
|
4
|
+
brg_certificate/cert_common.py,sha256=vaezTny1lwyb0lA-p9EbF9sf298fK9YRnqgtNb0EgQM,38051
|
|
5
|
+
brg_certificate/cert_config.py,sha256=6Fl1QMyuwqfPDe5l04tlz7FUJFkvpQqFAKRgeBnemNg,19815
|
|
6
|
+
brg_certificate/cert_data_sim.py,sha256=1eA7LHyV-DlOaiLv8F1rtSY851mJm140J0js6bNgeSo,9751
|
|
7
|
+
brg_certificate/cert_defines.py,sha256=1YSOYHGLudGEIdUO1u-Pty0V7sShbUFxRaN7KjBRijg,18375
|
|
8
|
+
brg_certificate/cert_gw_sim.py,sha256=z7d_1UP_GXlilB25gr1p3anEK9QCuxSgKXI9Nh6GsGU,13022
|
|
9
|
+
brg_certificate/cert_mqtt.py,sha256=Cn7l9v0-EGV9t7BJADIV0VGT648Ja9YUlPJA7GbYGDE,16852
|
|
10
|
+
brg_certificate/cert_prints.py,sha256=jkcCrX-eZGAgtDuO83FbahdtT8WX5w_q43zKx-HdjIk,6619
|
|
11
|
+
brg_certificate/cert_protobuf.py,sha256=VylrIpxzp0vr3fDneIfcKnGsk-iAiSZQr-QsnD7OqBk,3487
|
|
12
|
+
brg_certificate/cert_results.py,sha256=JpOe0d6YPeysHQf9k_1s-yXwBv5ma3AotwelSF9-aK4,19055
|
|
13
|
+
brg_certificate/cert_utils.py,sha256=iHr40gAfBIAl8YqANCBEqKzQ2w0fH-uFn9VCdrtPPgk,16228
|
|
14
|
+
brg_certificate/certificate_bcc_sanity_test_list.txt,sha256=aD2Iyroiy81dScaFmFK-1jsMWdVEB_ToIbwxwCMhH8U,1831
|
|
15
|
+
brg_certificate/certificate_bcc_test_list.txt,sha256=EGb-2KCPgZIvwwLOKz9p9JZUdOTZLIDi84Ugkhe4r2U,3155
|
|
16
|
+
brg_certificate/certificate_sanity_test_list.txt,sha256=ODmSqG8D0-N0DRIVoZXZe_82oJCbPz57vRh5F6nLInE,1910
|
|
17
|
+
brg_certificate/certificate_test_list.txt,sha256=jX85HnwvS42pU68np_05g5NlxDCch2nLpFdNxjW3F44,3329
|
|
18
|
+
brg_certificate/restore_brg.py,sha256=rPV-Foa-mPHUSTdJq_LDNuoL6orMyevbulzRIW4GIHs,2341
|
|
19
|
+
brg_certificate/wltPb_pb2.py,sha256=sZKS4n3oz4EP4gLfzDvYiameKEZ6bHd9DmpARljZFG8,8686
|
|
20
|
+
brg_certificate/wltPb_pb2.pyi,sha256=sqsG_kjSix0qytU7qk06waTAJ8rhdHvK832zTC9sG-o,11445
|
|
21
|
+
brg_certificate/wlt_types.py,sha256=SDNli-14S0ZhI6RF5NZ56cLwafsSaiSvC2he-7XdPp4,5147
|
|
22
|
+
brg_certificate/ag/energous_v0_defines.py,sha256=Y8rjaGb4yvjSB16wLckFCxfDDlowlbgpr7mu198ym1E,64401
|
|
23
|
+
brg_certificate/ag/energous_v1_defines.py,sha256=KMKvC0x1vVy-pgBMS0IBMnlnn6KWvihNf4VkGF48j94,64611
|
|
24
|
+
brg_certificate/ag/energous_v2_defines.py,sha256=Y8rjaGb4yvjSB16wLckFCxfDDlowlbgpr7mu198ym1E,64401
|
|
25
|
+
brg_certificate/ag/energous_v3_defines.py,sha256=Y8rjaGb4yvjSB16wLckFCxfDDlowlbgpr7mu198ym1E,64401
|
|
26
|
+
brg_certificate/ag/energous_v4_defines.py,sha256=Y8rjaGb4yvjSB16wLckFCxfDDlowlbgpr7mu198ym1E,64401
|
|
27
|
+
brg_certificate/ag/fanstel_lan_v0_defines.py,sha256=cnY1e4WjV1Suy7rrHtxSugg6nAgzxfRXifqprT8ZbNU,64368
|
|
28
|
+
brg_certificate/ag/fanstel_lte_v0_defines.py,sha256=cnY1e4WjV1Suy7rrHtxSugg6nAgzxfRXifqprT8ZbNU,64368
|
|
29
|
+
brg_certificate/ag/fanstel_wifi_v0_defines.py,sha256=cnY1e4WjV1Suy7rrHtxSugg6nAgzxfRXifqprT8ZbNU,64368
|
|
30
|
+
brg_certificate/ag/minew_lte_v0_defines.py,sha256=cnY1e4WjV1Suy7rrHtxSugg6nAgzxfRXifqprT8ZbNU,64368
|
|
31
|
+
brg_certificate/ag/wlt_cmd_if.html,sha256=sTGe6Y2rKpfm8gsHhCQ_nccIfCvPB8Z2bLCuKHMlA68,14329
|
|
32
|
+
brg_certificate/ag/wlt_types.html,sha256=sgOJvE4FcSiyLUKy6ZKtKMbjfq1JmzVNHW3pMja1UBM,370291
|
|
33
|
+
brg_certificate/ag/wlt_types_ag.py,sha256=7ZWoTMORHqZ99GphRmnnQMZnTDbDoafL0hKvWZMBiaA,444848
|
|
32
34
|
brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json,sha256=Om8e0fpItgKegZxHJO1cumEy8Th-DfJ6Zkb_bI0zSwk,3133
|
|
33
35
|
brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json,sha256=2qlRlwMPh1I9lrhtH4zFzMxS8axcJ8Ml1nDgqvmdSKU,17993
|
|
34
36
|
brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json,sha256=WM0ziHGpucYRwTAB_zPp5EcmT19bmXvldEUfoZGOOoY,3005
|
|
@@ -49,84 +51,88 @@ brg_certificate/config/hivemq.json,sha256=nj61J4FaDeVopndiK-vAxlV4xw5d-EYnTIYtZh
|
|
|
49
51
|
brg_certificate/config/mosquitto.json,sha256=Wd8Fj36GcZNdIKpXZQzx3wb8EmnTBDmOx1kA0Qgi0Ww,254
|
|
50
52
|
brg_certificate/config/mosquitto.md,sha256=xU7q2-FpYYwxd6xE-6cl6j_ywc3120ZZnGG1ofl9peY,2494
|
|
51
53
|
brg_certificate/config/wiliot-dev.json,sha256=J6O70nIJYk_qcnw6Hxf9TaKxcaG72p_dqAUpbbeCsCQ,288
|
|
52
|
-
brg_certificate/tests/calibration/interval_test/interval_test.json,sha256=
|
|
53
|
-
brg_certificate/tests/calibration/interval_test/interval_test.py,sha256=
|
|
54
|
-
brg_certificate/tests/calibration/output_power_test/output_power_test.json,sha256=
|
|
55
|
-
brg_certificate/tests/calibration/output_power_test/output_power_test.py,sha256=
|
|
56
|
-
brg_certificate/tests/calibration/pattern_test/pattern_test.json,sha256=
|
|
57
|
-
brg_certificate/tests/calibration/pattern_test/pattern_test.py,sha256=
|
|
58
|
-
brg_certificate/tests/datapath/
|
|
59
|
-
brg_certificate/tests/datapath/
|
|
60
|
-
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=
|
|
61
|
-
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=
|
|
62
|
-
brg_certificate/tests/datapath/output_power_test/output_power_test.json,sha256=
|
|
63
|
-
brg_certificate/tests/datapath/output_power_test/output_power_test.py,sha256=
|
|
64
|
-
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=
|
|
65
|
-
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=
|
|
66
|
-
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json,sha256=
|
|
67
|
-
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py,sha256=
|
|
68
|
-
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=
|
|
69
|
-
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=
|
|
70
|
-
brg_certificate/tests/datapath/pattern_test/pattern_test.json,sha256=
|
|
71
|
-
brg_certificate/tests/datapath/pattern_test/pattern_test.py,sha256=
|
|
72
|
-
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256
|
|
73
|
-
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=
|
|
74
|
-
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=
|
|
75
|
-
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=
|
|
76
|
-
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=
|
|
77
|
-
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=
|
|
78
|
-
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json,sha256=
|
|
79
|
-
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=
|
|
80
|
-
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256
|
|
81
|
-
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=
|
|
82
|
-
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json,sha256=
|
|
83
|
-
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=
|
|
84
|
-
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=
|
|
85
|
-
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=
|
|
86
|
-
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=
|
|
87
|
-
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=
|
|
88
|
-
brg_certificate/tests/datapath/stress_test/stress_test.json,sha256=
|
|
89
|
-
brg_certificate/tests/datapath/stress_test/stress_test.py,sha256=
|
|
90
|
-
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json,sha256=
|
|
91
|
-
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py,sha256=
|
|
92
|
-
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=
|
|
93
|
-
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=
|
|
94
|
-
brg_certificate/tests/edge_mgmt/actions_test/actions_test.json,sha256=
|
|
95
|
-
brg_certificate/tests/edge_mgmt/actions_test/actions_test.py,sha256=
|
|
96
|
-
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json,sha256=
|
|
97
|
-
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py,sha256=
|
|
98
|
-
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json,sha256=
|
|
99
|
-
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py,sha256=
|
|
100
|
-
brg_certificate/tests/edge_mgmt/leds_test/leds_test.json,sha256=
|
|
101
|
-
brg_certificate/tests/edge_mgmt/leds_test/leds_test.py,sha256=
|
|
102
|
-
brg_certificate/tests/edge_mgmt/ota_test/ota_test.json,sha256=
|
|
103
|
-
brg_certificate/tests/edge_mgmt/ota_test/ota_test.py,sha256=
|
|
104
|
-
brg_certificate/tests/edge_mgmt/stat_test/stat_test.json,sha256=
|
|
105
|
-
brg_certificate/tests/edge_mgmt/stat_test/stat_test.py,sha256=
|
|
106
|
-
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json,sha256=
|
|
107
|
-
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=
|
|
108
|
-
brg_certificate/tests/energy2400/output_power_test/output_power_test.json,sha256=
|
|
109
|
-
brg_certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=
|
|
110
|
-
brg_certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=
|
|
111
|
-
brg_certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=
|
|
112
|
-
brg_certificate/tests/energy2400/
|
|
113
|
-
brg_certificate/tests/energy2400/
|
|
114
|
-
brg_certificate/tests/energy2400/
|
|
115
|
-
brg_certificate/tests/energy2400/
|
|
116
|
-
brg_certificate/tests/energy2400/
|
|
117
|
-
brg_certificate/tests/energy2400/
|
|
118
|
-
brg_certificate/tests/
|
|
119
|
-
brg_certificate/tests/
|
|
120
|
-
brg_certificate/tests/energy_sub1g/
|
|
121
|
-
brg_certificate/tests/energy_sub1g/
|
|
122
|
-
brg_certificate/tests/energy_sub1g/
|
|
123
|
-
brg_certificate/tests/energy_sub1g/
|
|
124
|
-
brg_certificate/tests/energy_sub1g/
|
|
125
|
-
brg_certificate/tests/energy_sub1g/
|
|
54
|
+
brg_certificate/tests/calibration/interval_test/interval_test.json,sha256=169X0moqYXO9UIY38hs6y2s6aT58ylmfGNtNljmB-e4,599
|
|
55
|
+
brg_certificate/tests/calibration/interval_test/interval_test.py,sha256=T_3fTGT94dI87uPRQstqRSCUMDcakcrKaNILt_XXmgw,1075
|
|
56
|
+
brg_certificate/tests/calibration/output_power_test/output_power_test.json,sha256=Ll9X39qqVDeif5AGnVqCwVe7nANdfYcsmJ8n677QZaw,670
|
|
57
|
+
brg_certificate/tests/calibration/output_power_test/output_power_test.py,sha256=DT_C8B8hVvRZVfYHJAxp9s_NmWXeBK742wR6_yI-RVM,1051
|
|
58
|
+
brg_certificate/tests/calibration/pattern_test/pattern_test.json,sha256=Ob39tdZ60_inZLgdM9To3zOICYsLXKXqltHM1qlwSDc,1026
|
|
59
|
+
brg_certificate/tests/calibration/pattern_test/pattern_test.py,sha256=pDiPbjXENJmdmtAmfaWlF7skxfGFcmy39w_mMnpAcWk,3679
|
|
60
|
+
brg_certificate/tests/datapath/aging_test/aging_test.json,sha256=Ud3GhW1Rf1-nNPdpYBFyxO-1VBZMgHY6UJtdqasUc_k,872
|
|
61
|
+
brg_certificate/tests/datapath/aging_test/aging_test.py,sha256=mhAdVphz9jzwtnQitlzEOn5Daa5pLdWsgGRJX7UdHkA,5926
|
|
62
|
+
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=IICLONFqLRuuwa6UI-TZVptbsz0qoVFSb22vvfqECBI,829
|
|
63
|
+
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=Yfa8S_xwQDEhDa8qbRlh9RvMJinvVSTiIq_EgOSCs2c,3528
|
|
64
|
+
brg_certificate/tests/datapath/output_power_test/output_power_test.json,sha256=xIhNBMnc_Es2ZQnyZGsdG-QWXAWWkqSc38v75rK5OWk,701
|
|
65
|
+
brg_certificate/tests/datapath/output_power_test/output_power_test.py,sha256=Z22jT8sLT0ouHwySRMZYkY_WWETiOA6o5eSktOB7Brk,1055
|
|
66
|
+
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=bcnwcfb2J-RRd2O_V_vZAmoADYqmE1BszejrvTioIZU,949
|
|
67
|
+
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=3F_Rvp2gIAhmZD3KFO_jtjC1z6XTvnbhs_eiPDBB-Bc,2236
|
|
68
|
+
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json,sha256=vRzlld5iPztGPP30Op9ZG2BqaC4jiOQsgBfxpAHosoA,897
|
|
69
|
+
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py,sha256=2RT1BvBdo25AI-MjMHzb297opjJZ4id6C0CrJ1dBlqQ,3533
|
|
70
|
+
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=DTq9S-KepT1bszCNgX-B6Ez25wF4lDl3RnhdbOrDWWc,926
|
|
71
|
+
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=hlZZBVj-avQEXK9oSwM8EJYgHiYlnrbZwqTyzRCganU,2392
|
|
72
|
+
brg_certificate/tests/datapath/pattern_test/pattern_test.json,sha256=iCW0fDi8aDlyrmlxr3OxaYD841GUMBICTIdzV3yso6Y,763
|
|
73
|
+
brg_certificate/tests/datapath/pattern_test/pattern_test.py,sha256=kZOwM8aSQucvulbWeNEWlpmaulUgd996rdvMhhwRAdE,1072
|
|
74
|
+
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=RcdC5PE24T7Ly0znzYiNX45SFUxMCnrRflyfX-scoDw,1196
|
|
75
|
+
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=Zt8VFJ7bbf0nhhnfQA3IM-easkCiqvfWUu9H4lpIC_8,2603
|
|
76
|
+
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=vc6HPNwBD5MxdDOE7ksRxYGzI8HFo-lVaLwlEWPzv8U,1151
|
|
77
|
+
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=0Z2MqgZfPI2S6Eunb7LsnqhVCCHc7snqcLd7F3F1MIY,2711
|
|
78
|
+
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=159pHn2SqQ8Jl5gzdSKtJnphJUIDxL6fC5wAtyEuXsI,1157
|
|
79
|
+
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=mMvM1QwJmSMtyHfb4VOu7nKBrmt_bnLCZOoJQo6NduQ,2713
|
|
80
|
+
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json,sha256=z-GTtYJfgEF1-XJU0V43uc4JFNFPG3w5GdnfRr6rF8s,721
|
|
81
|
+
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=yLIBJeszgV-xgCz8NFbZsfP0Nv3l6J6QF5MDRxDRspA,2997
|
|
82
|
+
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256=Fa1GQSB4Mcky4xC6HdJfTQZOqPdVG9H2tut0QyiMVOw,770
|
|
83
|
+
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=vHqo7uPQQU6cbUXYhnZw7ZJV5o-yd6L6t50XQPlN0Jk,1670
|
|
84
|
+
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json,sha256=VjMGtrLpAazDA2qGy_d3nO64kPCV1UkZbVxZOqLHEsQ,1390
|
|
85
|
+
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=nDTYQ9fQpIe41hylPF7FS5vShGZk2Ivw6xrFG5t_TwA,9429
|
|
86
|
+
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=i9x8ICSbxRYt0YnxRpoNWLKxUizaRLtCKVjUHvsHJio,1390
|
|
87
|
+
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=2gKSvkoqAqSO8HaiCx084CTiAvsdrhGVcPQLQEKDtiI,10333
|
|
88
|
+
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=Lz3ol8ypyyy_dBSbIjcrXnkNLO_pA-EwrB7p2q-fV8g,1514
|
|
89
|
+
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=xYTu_R9uSj4scA7SRbCW_S9iK1pJwWb2P0MKKacKWtw,11806
|
|
90
|
+
brg_certificate/tests/datapath/stress_test/stress_test.json,sha256=_5LhjBjomoqRueXFW-68eNHrY2rXJq7tqCYd4NpAIts,1378
|
|
91
|
+
brg_certificate/tests/datapath/stress_test/stress_test.py,sha256=RRFFgVIzAuWwe0-Uoweq9-o-W_GwdSXYDpbETmjbM3I,11806
|
|
92
|
+
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json,sha256=KL_vGozJ6KLp2Pb9pHu0W94DxNlS84cDAR5nc6tlv4g,808
|
|
93
|
+
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py,sha256=7WI5xsHGVEyzwhv2qRhEpWiITJg1PBI-xP6J7MMb134,4061
|
|
94
|
+
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=fftV0RwYa4GZfM2HnHvHcTc2LdNa3y-Vb0RNvIoN01A,973
|
|
95
|
+
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=R6_BF2fu7oOFppRC4TuFDICkkrgmj2Nob7R_MhHkInE,3416
|
|
96
|
+
brg_certificate/tests/edge_mgmt/actions_test/actions_test.json,sha256=b4DF52bhMpF-Jj-FQ23PgW9HHIKCjUJfhLipqXjvFmo,706
|
|
97
|
+
brg_certificate/tests/edge_mgmt/actions_test/actions_test.py,sha256=iVMHp0NTZZj8L0y8lGeXKkz46SeUyQWgBaOjQkymhqc,19835
|
|
98
|
+
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json,sha256=SuUHB5n1FG1oCzmgeP1Duw1dtpPKMttcajdkt8fP4Y8,395
|
|
99
|
+
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py,sha256=7EuuffHBLfd5aXEkrtZBgPEPTx1xXyt1SSrjkBEOPmQ,4433
|
|
100
|
+
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json,sha256=SuUHB5n1FG1oCzmgeP1Duw1dtpPKMttcajdkt8fP4Y8,395
|
|
101
|
+
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py,sha256=Yt-gRDubQNRH10lz-ne1Z1zeeuY29QMffiXSVOq5zc4,4026
|
|
102
|
+
brg_certificate/tests/edge_mgmt/leds_test/leds_test.json,sha256=8JnuQDXfPLXR3yf2L4LhM1O1CsPVUeplrjH43C77pVo,811
|
|
103
|
+
brg_certificate/tests/edge_mgmt/leds_test/leds_test.py,sha256=C5rkL-QlZm4RlZlyKVPtauGSdzJhw2-dBq174YrhnCY,12376
|
|
104
|
+
brg_certificate/tests/edge_mgmt/ota_test/ota_test.json,sha256=e_7AcGXJI9S0IHEOAkZbVAO3H7ZL-_fx5uK52DVUBis,662
|
|
105
|
+
brg_certificate/tests/edge_mgmt/ota_test/ota_test.py,sha256=nldcb_ZihAcK3oKkzlu4xeEIut_J8HjiZZQwJh0AcAo,5047
|
|
106
|
+
brg_certificate/tests/edge_mgmt/stat_test/stat_test.json,sha256=GGDELzoXjXFlyVahkb30vY0uPvXtKv1lNORp0aQcgoY,567
|
|
107
|
+
brg_certificate/tests/edge_mgmt/stat_test/stat_test.py,sha256=_lXS1QZvYMtppeGZLx4UCiofXGjadmXHv6PC4BrhTiU,1942
|
|
108
|
+
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json,sha256=tZT06OgPJDLKW2dE_mzu6NOUEgtlDHnT76Enmwy7Oss,677
|
|
109
|
+
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=0NUMrEiS40NopBYtVsJa4V08A0Eb1savB34wTkUuARQ,1060
|
|
110
|
+
brg_certificate/tests/energy2400/output_power_test/output_power_test.json,sha256=mkx4X09VAjZEBYzJdVPQhIYHHHiUjjA5x3-iSW0Du_Y,667
|
|
111
|
+
brg_certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=VoDp85wvCNKTuBE_TmIptJ11FGhRkB5LLuZu_3-xk7c,1063
|
|
112
|
+
brg_certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=lYCIY5CyriFZlB7GOH4kp8mrGVwlJaEtDCw7jAhlRRo,863
|
|
113
|
+
brg_certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=dbfLwOlZmv-mfetQlggJkoy9bjfIPUbGzymJdDJcLGY,1081
|
|
114
|
+
brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.json,sha256=zeeQ4nnz7dISR3lSXTl-uonM__gw2bMuw0Lw11ENxyg,1253
|
|
115
|
+
brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.py,sha256=U4CfnUctYoCrXCsb4SmfGC5m3ZJ7VGWSjbMMn0ZvC-Y,22354
|
|
116
|
+
brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.json,sha256=VydLtbW1KlNs4Y6-La0eU8I5Gp5y_5s6dc-jgAqmgDM,1253
|
|
117
|
+
brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.py,sha256=U4CfnUctYoCrXCsb4SmfGC5m3ZJ7VGWSjbMMn0ZvC-Y,22354
|
|
118
|
+
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json,sha256=xv9N5PHOKHJm6gbLcYZeZX1xH2hJitAIRK_T2HbnQ8c,406
|
|
119
|
+
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py,sha256=3Mx6lvsRmKVlGfXGWImkTL16A1qMaTBVnRlIYqlw-w0,9000
|
|
120
|
+
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json,sha256=EdYK5aaY6RpB1_aYpHgZyENg-FqyHeRfUZ3Z4lrZEqo,1359
|
|
121
|
+
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=9A_9TJENu01XjERqwKT12ZjMewWImXZW-74JNDXlxik,20867
|
|
122
|
+
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=wBDlahzKqj7M2wgu_JAvE0lZKg67Hp-IBOknFfk5MWk,712
|
|
123
|
+
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=5h912UqK_Qg22n8l2epB7JF27IB4hKDf35dFk8j7nI8,1080
|
|
124
|
+
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json,sha256=d1PSN-g3lggwxnJ0gvaF9snIv6MLyRysUHBMFRprWVU,1159
|
|
125
|
+
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=9nIbiVr240Zj2_JlpwmNxw8YV5QCeZM8lJh-sQcmuUw,1040
|
|
126
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json,sha256=QvW8p9WeDeSQIxflFhltMkU4cwWr_yONd2ogjSy1nX4,398
|
|
127
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py,sha256=X6pJ1eENkthN6FOFWIBZEBK5JeXjUneeaEDyM2fWEz0,26748
|
|
128
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json,sha256=gzJzHrmGdGRHrh-kFhiwOF2EaIhXnI4GHKO2hWUb2ZU,731
|
|
129
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py,sha256=1cMvI3u_GbKuFhXutqEqXaE4CjhYCCXGlSqOs5mLmSQ,1130
|
|
130
|
+
common/wlt_logo.png,sha256=21DEhCEOOBU7Zt7ocwVIKU_CKUoHXScc3ej5VAzVsjM,132154
|
|
126
131
|
gw_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
127
|
-
gw_certificate/
|
|
128
|
-
gw_certificate/
|
|
129
|
-
gw_certificate/
|
|
132
|
+
gw_certificate/cert_results.py,sha256=y299oQ3TW4xYp0aM20txqvt7ufsUXSunqg2HN3M5emQ,8856
|
|
133
|
+
gw_certificate/gw_certificate.py,sha256=lPpKDnObS8P8UMmMk7tuNhbHeQ2DHmsGJ1xw9-mqtI0,6781
|
|
134
|
+
gw_certificate/gw_certificate_cli.py,sha256=VkdnksioNwSLcPdvRtreVw8f8bE9zDVwYIXY-3VUsGI,4720
|
|
135
|
+
gw_certificate/ag/ut_defines.py,sha256=HgrljTmPpKyxj6zYbnrLz1oVdSiAI4voG24d5diSQXc,16892
|
|
130
136
|
gw_certificate/ag/wlt_types.py,sha256=WFiRPs0E0fN5f-9a9l0y8zjDNAR4Xfmon2k8n7rqODk,3637
|
|
131
137
|
gw_certificate/ag/wlt_types_ag.py,sha256=xEk9_8m12x0_Tu8zeTV_7v6OY52dWdENHnjM61re-5I,246870
|
|
132
138
|
gw_certificate/ag/wlt_types_data.py,sha256=bN3bh4A9WEhf4EbAzO4kPnqhFkMvZA6PDSP0_MFgwQ4,2142
|
|
@@ -163,26 +169,26 @@ gw_certificate/interface/4.4.52_sd_bl_app.zip,sha256=ERUqvxox4zSXNR_67G9A2Op6tdJ
|
|
|
163
169
|
gw_certificate/interface/ble_simulator.py,sha256=SFXI4qbloOUbvAaiqlKF80MOADJBpe86YFHO0TORRZo,2567
|
|
164
170
|
gw_certificate/interface/ble_sniffer.py,sha256=S5AtT_3gWlm3FCmQSR4KnCIfnr70E9LgQPtQEJs1YFM,6869
|
|
165
171
|
gw_certificate/interface/if_defines.py,sha256=EAdT26qFl7110breWbpTPrpYZRHmizzvd188bse36ek,999
|
|
166
|
-
gw_certificate/interface/mqtt.py,sha256=
|
|
172
|
+
gw_certificate/interface/mqtt.py,sha256=U1tIlp7sGRuTnEVPnn-HWxWzvSFotZeYfXcWJpBVUTk,24388
|
|
167
173
|
gw_certificate/interface/nrfutil-linux,sha256=9Fzy9VLSzL5dwEWh4HJUFdfmXH69gTrUVV8hxEjPgGU,26071480
|
|
168
174
|
gw_certificate/interface/nrfutil-mac,sha256=YG-iPLwnYUFjwYriqaGaFtYuIj-0T4TkeSWkJ638HWQ,15839744
|
|
169
175
|
gw_certificate/interface/nrfutil.exe,sha256=_uOu7RhDpL_8CCdHzqYNwHKSnrNuZ9Ysij_XRx4NyS0,16155851
|
|
170
176
|
gw_certificate/interface/pkt_generator.py,sha256=pBl8lihLSgVRYaPqz0iazSwg-JkZML5-zhJ7cVo2g88,24029
|
|
171
|
-
gw_certificate/interface/uart_if.py,sha256=
|
|
177
|
+
gw_certificate/interface/uart_if.py,sha256=ABWJ1V52SvSfmsnxa3qB1VqJrtye_CYEL3LtO_jKqWw,9669
|
|
172
178
|
gw_certificate/interface/uart_ports.py,sha256=HOIdrkr8OtALhoorT51k_tvSh6VYholR2ey4_WwcIAk,547
|
|
173
179
|
gw_certificate/templates/results.html,sha256=w3kqslWDpHb1oYKSbY10RMDZe9HeI-O-GRP15oQIijA,12694
|
|
174
180
|
gw_certificate/templates/stage.html,sha256=o89N0DWCIs2foA9YzommBZ09EPPN7lytiEsHoXD6fWU,1009
|
|
175
181
|
gw_certificate/templates/table.html,sha256=PPUf0St1OPT0fB_6OK0SQlsRST-brUJ99x9-Rxwan1Y,201
|
|
176
182
|
gw_certificate/templates/test.html,sha256=lpwibyrmGXNyNxpxNbQNoT2b5oCq5WHUYZrF0oDnLSA,2062
|
|
177
183
|
gw_certificate/tests/__init__.py,sha256=6XWYuJ1urHGCUTPQ6bbn25lDd32ZyB2dIDr2A_mkvTg,468
|
|
178
|
-
gw_certificate/tests/actions.py,sha256=
|
|
184
|
+
gw_certificate/tests/actions.py,sha256=h4Q9Nz6gnU7eX71wvOP_qi8FAzjpoLuNLHlA6PmAuPw,13062
|
|
179
185
|
gw_certificate/tests/bad_crc_to_PER_quantization.csv,sha256=2V1_7HV7pKEKddA429rp4tTn-je9G3Xi2tMvDhqvGhc,357
|
|
180
|
-
gw_certificate/tests/connection.py,sha256=
|
|
186
|
+
gw_certificate/tests/connection.py,sha256=6UvcOfNBOMFY1ICJc9-MtTKMtpsihrBtO-1nfRkbqZI,9581
|
|
181
187
|
gw_certificate/tests/downlink.py,sha256=RhgOZgyOhwwbj_gZziRlzOENgqT6fc00T7fCLaj2Igo,8823
|
|
182
|
-
gw_certificate/tests/generic.py,sha256=
|
|
183
|
-
gw_certificate/tests/registration.py,sha256=
|
|
188
|
+
gw_certificate/tests/generic.py,sha256=SQds-xr074q79RpTxRjAg-d4_OMVCpyzhaBlwJ6Ulrg,8349
|
|
189
|
+
gw_certificate/tests/registration.py,sha256=KJtdugD7WkBqHBZz4XNBd22BxyLTUZacsgVgDvIECpc,16149
|
|
184
190
|
gw_certificate/tests/throughput.py,sha256=wYaeyHLUleS1cTpsapnBb9fOQP9qBes5OItIHQDtFDg,11103
|
|
185
|
-
gw_certificate/tests/uplink.py,sha256=
|
|
191
|
+
gw_certificate/tests/uplink.py,sha256=ADCZOuCrDZqoSQ3ozcQKZRSzpVh3HIxrvIpi2wEJvGo,32600
|
|
186
192
|
gw_certificate/tests/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
187
193
|
gw_certificate/tests/static/connection_defines.py,sha256=RZbqvGNjUN-ST5378VZpleRB_b3_6IwME-j0CFnWmgE,309
|
|
188
194
|
gw_certificate/tests/static/downlink_defines.py,sha256=gjzQff_70Rn8m6pmfGciFwEC7efYQGEM9yNwl-8zRCs,340
|
|
@@ -190,9 +196,9 @@ gw_certificate/tests/static/generated_packet_table.py,sha256=er-hcv6hfJB2TVDUILV
|
|
|
190
196
|
gw_certificate/tests/static/packet_table.csv,sha256=ZnM6-D_67pDdlo4UW35kAfZi2-XpM0UvCh-P1YBT8u0,3938393
|
|
191
197
|
gw_certificate/tests/static/references.py,sha256=vVVaoC_3nEdu2OMtfr_XKxZLvnJmbDeK2pEDFkAzNtU,384
|
|
192
198
|
gw_certificate/tests/static/uplink_defines.py,sha256=bNcCOYRuKLhCYjv-n6rJ4PM8YpZOg4h4Kt6PBhReZf4,354
|
|
193
|
-
wiliot_certificate-1.
|
|
194
|
-
wiliot_certificate-1.
|
|
195
|
-
wiliot_certificate-1.
|
|
196
|
-
wiliot_certificate-1.
|
|
197
|
-
wiliot_certificate-1.
|
|
198
|
-
wiliot_certificate-1.
|
|
199
|
+
wiliot_certificate-1.5.1a1.dist-info/licenses/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
|
|
200
|
+
wiliot_certificate-1.5.1a1.dist-info/METADATA,sha256=rL8qhwpTs7hDxeglUFnRcjED8NzF1q2euiOp6plILw8,6879
|
|
201
|
+
wiliot_certificate-1.5.1a1.dist-info/WHEEL,sha256=L0N565qmK-3nM2eBoMNFszYJ_MTx03_tQ0CQu1bHLYo,91
|
|
202
|
+
wiliot_certificate-1.5.1a1.dist-info/entry_points.txt,sha256=19YeTHY3PnN1wbi7BcgZB0zSgRrp9bvahIX-dIMX3Sg,127
|
|
203
|
+
wiliot_certificate-1.5.1a1.dist-info/top_level.txt,sha256=wN_MwxdcfgPP5-WN6sRhmZnGXNbZmXalxwYdh3nb2RA,38
|
|
204
|
+
wiliot_certificate-1.5.1a1.dist-info/RECORD,,
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "adaptive_pacer_algo_test",
|
|
3
|
-
"module": "datapath",
|
|
4
|
-
"purpose": "Test the adaptive pacer algorithm",
|
|
5
|
-
"documentaion": "<TEST_DOCUMENTATION_LINK>",
|
|
6
|
-
"initialCondition": "Bridge configured to defaults",
|
|
7
|
-
"procedure": ["Test prolog", "Turn on adaptive pacer and configure bridge to encourage adaptive pacer algorithm activation", "Wait for tx repetition algorithm to work and then activate pacing algorithm", "Check effective pacer incrementation is stable", "Test actual tags pacing interval", "Test epilog and revert to defaults"],
|
|
8
|
-
"expectedOutcome": "All configurations completed successfully and adaptive pacing works as expected",
|
|
9
|
-
"mandatory": 0,
|
|
10
|
-
"multiBridgeTest": 0,
|
|
11
|
-
"gwOnlyTest": 0,
|
|
12
|
-
"allSupportedValues": []
|
|
13
|
-
}
|