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.
Files changed (130) hide show
  1. brg_certificate/ag/energous_v0_defines.py +28 -28
  2. brg_certificate/ag/energous_v1_defines.py +28 -28
  3. brg_certificate/ag/energous_v2_defines.py +28 -28
  4. brg_certificate/ag/energous_v3_defines.py +28 -28
  5. brg_certificate/ag/energous_v4_defines.py +28 -28
  6. brg_certificate/ag/fanstel_lan_v0_defines.py +28 -28
  7. brg_certificate/ag/fanstel_lte_v0_defines.py +28 -28
  8. brg_certificate/ag/fanstel_wifi_v0_defines.py +28 -28
  9. brg_certificate/ag/minew_lte_v0_defines.py +28 -28
  10. brg_certificate/ag/wlt_cmd_if.html +1 -1
  11. brg_certificate/ag/wlt_types.html +3 -4
  12. brg_certificate/ag/wlt_types_ag.py +162 -163
  13. brg_certificate/brg_certificate.py +46 -12
  14. brg_certificate/brg_certificate_cli.py +1 -0
  15. brg_certificate/cert_common.py +31 -42
  16. brg_certificate/cert_config.py +7 -5
  17. brg_certificate/cert_data_sim.py +26 -4
  18. brg_certificate/cert_defines.py +30 -3
  19. brg_certificate/cert_gw_sim.py +12 -8
  20. brg_certificate/cert_mqtt.py +10 -2
  21. brg_certificate/cert_prints.py +7 -5
  22. brg_certificate/cert_protobuf.py +5 -1
  23. brg_certificate/cert_results.py +134 -84
  24. brg_certificate/cert_utils.py +14 -17
  25. brg_certificate/certificate_bcc_sanity_test_list.txt +35 -0
  26. brg_certificate/certificate_bcc_test_list.txt +45 -0
  27. brg_certificate/certificate_sanity_test_list.txt +2 -1
  28. brg_certificate/certificate_test_list.txt +10 -4
  29. brg_certificate/restore_brg.py +2 -0
  30. brg_certificate/tests/calibration/interval_test/interval_test.json +2 -1
  31. brg_certificate/tests/calibration/interval_test/interval_test.py +1 -1
  32. brg_certificate/tests/calibration/output_power_test/output_power_test.json +5 -3
  33. brg_certificate/tests/calibration/output_power_test/output_power_test.py +1 -1
  34. brg_certificate/tests/calibration/pattern_test/pattern_test.json +5 -2
  35. brg_certificate/tests/calibration/pattern_test/pattern_test.py +1 -1
  36. brg_certificate/tests/datapath/aging_test/aging_test.json +20 -0
  37. brg_certificate/tests/datapath/aging_test/aging_test.py +135 -0
  38. brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +8 -3
  39. brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +2 -2
  40. brg_certificate/tests/datapath/output_power_test/output_power_test.json +5 -2
  41. brg_certificate/tests/datapath/output_power_test/output_power_test.py +1 -1
  42. brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +5 -2
  43. brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +1 -1
  44. brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json +5 -2
  45. brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +2 -2
  46. brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json +5 -2
  47. brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +1 -1
  48. brg_certificate/tests/datapath/pattern_test/pattern_test.json +6 -3
  49. brg_certificate/tests/datapath/pattern_test/pattern_test.py +1 -1
  50. brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +8 -2
  51. brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +1 -1
  52. brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +8 -2
  53. brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +1 -1
  54. brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +8 -2
  55. brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +1 -1
  56. brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +6 -2
  57. brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +1 -1
  58. brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json +5 -2
  59. brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +1 -1
  60. brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +3 -4
  61. brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +1 -1
  62. brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +3 -4
  63. brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +1 -1
  64. brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +14 -22
  65. brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +24 -24
  66. brg_certificate/tests/datapath/stress_test/stress_test.json +11 -18
  67. brg_certificate/tests/datapath/stress_test/stress_test.py +20 -27
  68. brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json +6 -2
  69. brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py +1 -1
  70. brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +6 -2
  71. brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +1 -1
  72. brg_certificate/tests/edge_mgmt/actions_test/actions_test.json +2 -1
  73. brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +4 -24
  74. brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json +2 -1
  75. brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py +1 -1
  76. brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json +2 -1
  77. brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py +1 -1
  78. brg_certificate/tests/edge_mgmt/leds_test/leds_test.json +9 -5
  79. brg_certificate/tests/edge_mgmt/leds_test/leds_test.py +4 -4
  80. brg_certificate/tests/edge_mgmt/ota_test/ota_test.json +9 -5
  81. brg_certificate/tests/edge_mgmt/ota_test/ota_test.py +45 -1
  82. brg_certificate/tests/edge_mgmt/stat_test/stat_test.json +2 -1
  83. brg_certificate/tests/edge_mgmt/stat_test/stat_test.py +1 -1
  84. brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +5 -2
  85. brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +1 -1
  86. brg_certificate/tests/energy2400/output_power_test/output_power_test.json +5 -3
  87. brg_certificate/tests/energy2400/output_power_test/output_power_test.py +1 -1
  88. brg_certificate/tests/energy2400/pattern_test/pattern_test.json +5 -2
  89. brg_certificate/tests/energy2400/pattern_test/pattern_test.py +1 -1
  90. brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.json +20 -0
  91. brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.py +346 -0
  92. brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.json +20 -0
  93. brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.py +346 -0
  94. brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json +2 -1
  95. brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py +1 -1
  96. brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +12 -5
  97. brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +130 -43
  98. brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +5 -2
  99. brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +1 -1
  100. brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json +9 -3
  101. brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +1 -1
  102. brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json +2 -1
  103. brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py +1 -1
  104. brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json +5 -2
  105. brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +1 -1
  106. brg_certificate/wltPb_pb2.py +50 -38
  107. brg_certificate/wltPb_pb2.pyi +40 -34
  108. brg_certificate/wlt_types.py +4 -6
  109. common/wlt_logo.png +0 -0
  110. gw_certificate/ag/ut_defines.py +4 -1
  111. gw_certificate/cert_results.py +145 -0
  112. gw_certificate/gw_certificate.py +18 -6
  113. gw_certificate/gw_certificate_cli.py +3 -3
  114. gw_certificate/interface/mqtt.py +1 -0
  115. gw_certificate/interface/uart_if.py +1 -1
  116. gw_certificate/tests/actions.py +7 -2
  117. gw_certificate/tests/connection.py +1 -1
  118. gw_certificate/tests/generic.py +43 -17
  119. gw_certificate/tests/registration.py +2 -1
  120. gw_certificate/tests/uplink.py +26 -35
  121. {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info}/METADATA +16 -10
  122. {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info}/RECORD +126 -120
  123. {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info}/WHEEL +1 -1
  124. {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info}/top_level.txt +1 -0
  125. brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.json +0 -13
  126. brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.py +0 -76
  127. brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json +0 -13
  128. brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +0 -398
  129. {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info}/entry_points.txt +0 -0
  130. {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.1a1.dist-info/licenses}/LICENSE +0 -0
@@ -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.notna(row['duplication']) and pd.notna(row['time_delay']):
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 == 2 and (len(self.ts_errors) - 1) > 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 only_varying_len_sensors_missed(not_received_df):
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] == '1E':
392
- return False
393
- return True
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 only_varying_len_sensors_missed(not_received):
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.score_pass():
398
- self.stage_pass = self.inconclusive_min
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. Expected sequenceId is {required_sequenceId} but the packet sequenceId is {pkt_sequenceId}')
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'Stage data saved - {self.csv_path}')
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.2
1
+ Metadata-Version: 2.4
2
2
  Name: wiliot_certificate
3
- Version: 1.4.0a2
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-certificate`)
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
- Sends advertising actions (txPacket) via MQTT to the GW and validates their advertisements.
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
- Increments time delays between packets to evaluate GW's capability in handling increasing packets per second rates.
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
- 1.4.0:
95
- - Released in a standalone wiliot-certificate package
96
- - Python 3.12 support
98
+ Release:
99
+ - Standalone wiliot-certificate package
100
+ - Python 3.13 support
97
101
  - Gw API version 205 support
98
- - Registration Test
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=_yS1fNPS_qRSvsi5GoFLpE5FyHslLwIe2YI4Yuqd53Y,7732
3
- brg_certificate/brg_certificate_cli.py,sha256=7I-u9awOrAxPx0QuiHbo6rcZYme7OyNn9y5B1RG8Ffs,2650
4
- brg_certificate/cert_common.py,sha256=8PxFWIX9xXiLE_GNcJNW8I_5TaGTfUCPkQRTE4SKxNM,38370
5
- brg_certificate/cert_config.py,sha256=JhFwiSDJbm78juth7vzPkHtqdzPNJU9gSDZq_cu5C5s,19679
6
- brg_certificate/cert_data_sim.py,sha256=VgUiiDpTbdPB6wu3MOvVZ3Qi5k14nyKB2ceh1G17-iQ,8826
7
- brg_certificate/cert_defines.py,sha256=Z3bvStvwT8vepUsM6adIk0XzWVepBHn82DiPqritfdI,17092
8
- brg_certificate/cert_gw_sim.py,sha256=cfAElM2y1f6fZWHER7yMNR1QlX-ICXTWZ2Hx_LU_5eo,12624
9
- brg_certificate/cert_mqtt.py,sha256=Q6sN62HTnXNZ1WwFchmvizED-WhZCoDqaxwWVEIa7Vo,16284
10
- brg_certificate/cert_prints.py,sha256=vBURbi1zaPnne8I56aIzCF7UE7AD4yRc6v90tJ8uyP8,6204
11
- brg_certificate/cert_protobuf.py,sha256=q3vV6ybz5QK-iK6XRFZqWNmQ3CtEmbrgqAC6UOrTtt8,3155
12
- brg_certificate/cert_results.py,sha256=BEzjJSl8bdZ4PooigXyxOzS6tz0kS8w6Sh-Qe3yzsmo,14787
13
- brg_certificate/cert_utils.py,sha256=yBX2s4n2FHPRJsF3HhQMOhBDChKBB9jXqzMB55OWgrA,16249
14
- brg_certificate/certificate_sanity_test_list.txt,sha256=Y2JUH4qB85BJUPoiO1wx9fGiVarJTVGn_tobeqnyNXY,1880
15
- brg_certificate/certificate_test_list.txt,sha256=pwL7e7jWHI-p5VNfmxFKo52XUtzsPer0wMpdis1CcOA,2927
16
- brg_certificate/restore_brg.py,sha256=0MWRXBVyxNLCJq45YAN2Ac-uzdXy1USzq61KdylqrRY,2288
17
- brg_certificate/wltPb_pb2.py,sha256=LsZWcpbU4dUwvK6VIuvfbd9QenZ9tVlTsompqieVGPs,8064
18
- brg_certificate/wltPb_pb2.pyi,sha256=i0qoxMyLOUKgZhmuC1S8gcPeExQJicjIxnJHd5MR9J0,11142
19
- brg_certificate/wlt_types.py,sha256=-i4WjXnx7fhazi5-P3SjPQWStBYyQkhh9CVwUfg9NkA,5267
20
- brg_certificate/ag/energous_v0_defines.py,sha256=mEfvWsDBwxkkHctagvqgTD4f4agpyRYrJT5YQgUbsRw,64763
21
- brg_certificate/ag/energous_v1_defines.py,sha256=66z8h2xbv0-sSbBO8-YO4layPDGwCWqzeRFwAciuvuM,64973
22
- brg_certificate/ag/energous_v2_defines.py,sha256=mEfvWsDBwxkkHctagvqgTD4f4agpyRYrJT5YQgUbsRw,64763
23
- brg_certificate/ag/energous_v3_defines.py,sha256=mEfvWsDBwxkkHctagvqgTD4f4agpyRYrJT5YQgUbsRw,64763
24
- brg_certificate/ag/energous_v4_defines.py,sha256=mEfvWsDBwxkkHctagvqgTD4f4agpyRYrJT5YQgUbsRw,64763
25
- brg_certificate/ag/fanstel_lan_v0_defines.py,sha256=SFhXS0MqWprfmCnlAAkudChyTIMdskIzSEmRZySo1cQ,64730
26
- brg_certificate/ag/fanstel_lte_v0_defines.py,sha256=SFhXS0MqWprfmCnlAAkudChyTIMdskIzSEmRZySo1cQ,64730
27
- brg_certificate/ag/fanstel_wifi_v0_defines.py,sha256=SFhXS0MqWprfmCnlAAkudChyTIMdskIzSEmRZySo1cQ,64730
28
- brg_certificate/ag/minew_lte_v0_defines.py,sha256=SFhXS0MqWprfmCnlAAkudChyTIMdskIzSEmRZySo1cQ,64730
29
- brg_certificate/ag/wlt_cmd_if.html,sha256=hg7Uic4cDPorfFoFeZ1cjkEEJ90F99aqr43aPOemHkk,14308
30
- brg_certificate/ag/wlt_types.html,sha256=EOtPqylyqMWNw9baN50QsP-_VP1JAZYTrDInP9qS2eE,370353
31
- brg_certificate/ag/wlt_types_ag.py,sha256=P3ZPA6R4lSxt8eZZ2hZ4vrEULOiz-_3lChDMnNrUngY,448681
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=WfMonuJk7YnsHuiH82ztWxEF3kIWvRbaeAe9Leq9_tA,573
53
- brg_certificate/tests/calibration/interval_test/interval_test.py,sha256=i75kGf7AE-NocRGpSAxKtQbSJ-DesRBnAoAFYW8aNvk,1106
54
- brg_certificate/tests/calibration/output_power_test/output_power_test.json,sha256=9RcWdfKdCxVrYHLXiGqpqH-w4xegnOgyqRYPXNhLKuU,660
55
- brg_certificate/tests/calibration/output_power_test/output_power_test.py,sha256=CbCG7AfVypXh18DbM2Pbl6xG-KoO2y3QJszfA9abni4,1082
56
- brg_certificate/tests/calibration/pattern_test/pattern_test.json,sha256=PdUvyWQ6I6hDWs8X6FdylguQB1vkA8Mw8f_4E12zXxQ,869
57
- brg_certificate/tests/calibration/pattern_test/pattern_test.py,sha256=2zqxyqqyJsTaWQzmEATOvBKp0Z5BFIvv-xY0EYSbJUE,3710
58
- brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.json,sha256=r4iD7msOj0iceLFQk1Ak4QeYYltFZwFoWbHxI6rxLiE,762
59
- brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.py,sha256=PzxSZtZviZ53dQc0PrSxgS0oHHqrve0mmCNp9oGvqdw,3795
60
- brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=nA44EhMRmZPDvbqSNhKe3OYavrGNcphLdryDKm4JSt0,724
61
- brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=mZFbDdKMvQKvA0vF-MlHFxgtvVikNn3YYENIkqgKcos,3591
62
- brg_certificate/tests/datapath/output_power_test/output_power_test.json,sha256=p84OSz7o1wI-hge085yVN0n37GpW4okzDTXSjIEEPac,519
63
- brg_certificate/tests/datapath/output_power_test/output_power_test.py,sha256=gJUhCK9_6GF2MVMJ_q8Ppv6hMLjDZxvskr9z_gSFD5Y,1086
64
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=GQ595IegBarg5QhDGvL1TJeQgzPImFF2iH8kERgW87U,846
65
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=JvmR5QDzwbQdsIVOHT-kCjhNfEeA4Rm1OOG_RlK8JxA,2267
66
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json,sha256=yVWq-GkTIkKH4v3CagJ6zuiOzHa3616ee-k0IaEwzx8,793
67
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py,sha256=v5mEXZrYdxTDXh_7AKBRPmPYSI5qoJtJmwCE5kaKFyY,3595
68
- brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=ftdOCs0E6KGIzlZybFNbWuS7gKf_XNvS-1Eb8MrzOag,822
69
- brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=FomXBAzhKgO8sqKz-u76BRX2aNNkfsBbj2w-wBCiLzY,2423
70
- brg_certificate/tests/datapath/pattern_test/pattern_test.json,sha256=f6sjBTXHAEskmgwy3n3M2t6LeJBmPI0f0PI_wNomPZQ,579
71
- brg_certificate/tests/datapath/pattern_test/pattern_test.py,sha256=dFSxL5H7IOv-5Zmd8XZfuZ0NP0jF1SfJ0GR0BW5h4G8,1103
72
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=-NZ1zTzwix2DprW-1bhFnzfSvfqIYizlyjomAKaGwgM,1080
73
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=xLhqCJtMp_2jFSZDgC9zcZDn5k3xxSQMa2M80SOvFHY,2634
74
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=4eYyXSgKC48pKlmaK8x6tQRl_IBqP1Yuisss4PDxofY,1035
75
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=YC4xmyB-pIqUAYgAj2ajFxvMSzLbaExRqno8NLsqxhY,2742
76
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=fEb7jW0V3mVBHqXL8d7EoVwrPJC26EbBh_LfWfeioXo,1041
77
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=4nxu7sNyTgy8W9JacA5dv0BAG_wi5yVa0lUzXIZLjdQ,2744
78
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json,sha256=fvK4kQpkXmoZ35NjD-3JqP3SElUZQ8aJjMEMXBM0gwE,641
79
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=W2r0-zDDmQ0NjM8v2nQtH-7ii3EMTzSV-fdT9Chnyjw,3028
80
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256=-H2W69jssriEJQ80vtIkCgYNzAjzXgo0jLaBAYSRPeg,588
81
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=xITDrUL25RwPF8gN_duysRZxzt-9DU5-zd-7HT-pPdI,1701
82
- brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json,sha256=EKiukV_VmrXKLCe-S1kDAcMbIkSX4sIOmyta8JsWGqk,1379
83
- brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=6itVBCxbR5wPRqtH651x0OAXLI_YG1KyNYmjj9k342s,9460
84
- brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=_tHlSNZPiLWtpx0yBSCwlHj-oiPahTpNXAr7xVM1V9k,1379
85
- brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=4-keTyh67fy3SW4mc01ibhBLYOZecTunCdM735zVyeU,10364
86
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=BERc5yrdcaX_nITnhy8_0BtRNEel3ejjKn3i4O51vAE,1866
87
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=SIfGqurABDjWCu_ZGq5W2NwF3zi3wn73etOAbj9Fmvg,11679
88
- brg_certificate/tests/datapath/stress_test/stress_test.json,sha256=BERc5yrdcaX_nITnhy8_0BtRNEel3ejjKn3i4O51vAE,1866
89
- brg_certificate/tests/datapath/stress_test/stress_test.py,sha256=SzECnemcRhXJxFaQne0aAt-auKwk54lhFlPjA1T13t0,12714
90
- brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json,sha256=QJPhd1Z-RcTrpanTdxCkPySWMzDpBxMGduJ9hjcXZo0,728
91
- brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py,sha256=5boegEuLYONhaZ-RGqSDE2kmJwnIB8qQJDGFFKu1JIs,4092
92
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=XxwXnVJowJIcmRqQiA9WUwnTRhdmteRfxgOzYqW3kdM,819
93
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=IL6fxVLxXq5LG7NGEedGdPd7X-CaqEa-T4abhOpd1ys,3447
94
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.json,sha256=sMQ7yxePbGjggx975G6fE94DAWHmbqQramL-oGj4XZg,680
95
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.py,sha256=2qyWFuEMpuIp7TJR5_0XVFbb3v14d2hvkXNPhy4zI8s,20898
96
- brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json,sha256=CFlCLKsuLh3t96BixWI6N8p8IgiJ30F4JS63KAvaox8,369
97
- brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py,sha256=UmRT0lSn7rb2-XkTocHEAebcd8Q5tOAWinWQ2_HgPAY,4464
98
- brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json,sha256=CFlCLKsuLh3t96BixWI6N8p8IgiJ30F4JS63KAvaox8,369
99
- brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py,sha256=yzLO8yRxdtSOOE0XJPFkht_6H1lLRWh9GCcQblsJrQ4,4057
100
- brg_certificate/tests/edge_mgmt/leds_test/leds_test.json,sha256=pOEiV2_r46ySHuU_6EbaDZcONDeK1vZedzhpSHpL49o,343
101
- brg_certificate/tests/edge_mgmt/leds_test/leds_test.py,sha256=gUx7aH5N_NMjzGOIpR3MGomGVXZh5mi7dcTDUs4qkAQ,12400
102
- brg_certificate/tests/edge_mgmt/ota_test/ota_test.json,sha256=ThJFOAjk9KCfkEtA7QdeDcEVlARGAHpWBAlMaR6bvVI,342
103
- brg_certificate/tests/edge_mgmt/ota_test/ota_test.py,sha256=3NEChuZJnnSBca5_INzCDMuEm-9ot_jne-elp-IPDXw,3300
104
- brg_certificate/tests/edge_mgmt/stat_test/stat_test.json,sha256=Vsai88Jwq2hhWoDEcr7xiEQsgYGUhLbQrDDiIs0bXIk,541
105
- brg_certificate/tests/edge_mgmt/stat_test/stat_test.py,sha256=lzGxgiNt1PAfmDHWQnXgqVp2AV0cP5WiMKJ0l4823PU,1973
106
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json,sha256=WauJYHbGEBhFBhgYAwB3sn1jyHjz33R_JYzHTn4q2zc,508
107
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=OY_OrAmoDWGbqGyZe1Z5V8DrxtZkIB6pellNKeR7Ufk,1091
108
- brg_certificate/tests/energy2400/output_power_test/output_power_test.json,sha256=ZN9FrjGGiyTp9gBJpN3INgy8OWerHbQPfOQYpVC8EGg,658
109
- brg_certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=RAZuQYs09dUoHBJEOt5E6siBWU_pTe3fFp_wizhqVfA,1094
110
- brg_certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=fcW7zrTC69vwGwUcMdWg8KiV5yKFkERq4TmTgJXd8dk,694
111
- brg_certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=VCXIjvEcUzIxqZDnkPRDGqLEaDCwk8hzN_4jcekP_b0,1112
112
- brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json,sha256=G_1JU27zdSWOJ0RXYvjOmF1UqREXwodywGmFIgYXPjs,417
113
- brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py,sha256=R4-Qep69_IU5rifyvsRyT8iwS9GD4J-78EfbPFEZu7A,27069
114
- brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json,sha256=_c7vEnMuj2qg658ftvyROLQkcWzhYNrppZs9jLtwe2o,380
115
- brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py,sha256=mPPW1-yyblDDGSzvujvFo394qGlTUUOnncowxaq3pGE,9031
116
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json,sha256=gcHG29hIMlOJ2TFF5h5EZ0WN9HyngQfsVPg_RngerG0,470
117
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=tKtqvRY6sktp7z3yOnkUyrmCzpAUNzRCF0jJv-cJ5b4,16048
118
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=yx5OSyNjXXG1AyZmQ7dArbCUlAu6IOrG5q7asqZFdwQ,535
119
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=IC_xT3pmFETGvYGak9pwwoICO5oaQAHRqmgs-EOpZ6g,1111
120
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json,sha256=anyqIlBTW4725Y4N4FkMYohgp8uXwB0HDgnfgHziC0g,899
121
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=P928Cl72sMXntC8yODnJXpo6KQkkFh9XChwz9nnS3bI,1071
122
- brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json,sha256=FrVUTTXMa7kLr_qaHSniVPUCV5-GKgiDIGWo8CaXtIY,372
123
- brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py,sha256=bnUF2Kr8JKlRzeZ8_KTDLT1fO6PIzWwnvU4YPr86XEY,26779
124
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json,sha256=G3liMtVsDrhZ4Erh3HGWEzm9sSDYCaQhKX8gEBffLNI,554
125
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py,sha256=7LbymmbIH7uukOKKI6YxW27Xe2iih9JRn6spOmErEuU,1161
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/gw_certificate.py,sha256=UQUzr6w8fXOrf-DlvcanvZOUMx3VITgSzAqwq8fEs8w,6170
128
- gw_certificate/gw_certificate_cli.py,sha256=CuVW04d2SzLKjGJYIUDXSmTsmXc2zIGz6YbjW0zbDW0,4677
129
- gw_certificate/ag/ut_defines.py,sha256=O5pKh_z8NwGEHOSO2MN8zflQBPeASomi90nLkS-C4Uw,16733
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=hL4xC1UxabjxHaU9zU51hYK9I9MgRFqAKpp6SqhIs_M,24342
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=Mbb_5IBwYx4AxSyrfIBL8ZV_DUZSGTkLqip9aXu1jmA,9662
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=ZIWEp02xHzSoRZD7wOW89vX3clHF5ZU6ESCVPIGS3M0,12602
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=NmqiXQy4yYofvgmvA1xTKbqkzM2_l2QcJDYRhGlQ-YQ,9581
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=ZH_dKAdPvMpE3iVL1TW7fSExkftkv86LqwL_tmEJbEs,7382
183
- gw_certificate/tests/registration.py,sha256=UvTCL_gZthoP6rtKcDDlxA7JydEFQGaIZAae94f3Svg,16096
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=2CsNLeDV4xMvkQsPZSY4ItxhrCLX0Zd5C1xr488xFdA,33163
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.4.0a2.dist-info/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
194
- wiliot_certificate-1.4.0a2.dist-info/METADATA,sha256=lmf71BNMfchdp3HAMlhXikb1ARx9nNiFzQbL8QPPeMc,6607
195
- wiliot_certificate-1.4.0a2.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
196
- wiliot_certificate-1.4.0a2.dist-info/entry_points.txt,sha256=19YeTHY3PnN1wbi7BcgZB0zSgRrp9bvahIX-dIMX3Sg,127
197
- wiliot_certificate-1.4.0a2.dist-info/top_level.txt,sha256=wXzEerH_m6IWkZVOR5tjPlLb4tk1W5WkjtQvaPSTzIw,31
198
- wiliot_certificate-1.4.0a2.dist-info/RECORD,,
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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (78.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,2 +1,3 @@
1
1
  brg_certificate
2
+ common
2
3
  gw_certificate
@@ -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
- }