wiliot-certificate 1.5.3a1__py3-none-any.whl → 4.4.0a1__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/certificate_test_list.txt +2 -2
- brg_certificate/tests/calibration/interval_test/interval_test.py +6 -5
- brg_certificate/tests/calibration/output_power_test/output_power_test.py +6 -5
- brg_certificate/tests/calibration/pattern_test/pattern_test.py +18 -8
- brg_certificate/tests/datapath/aging_test/aging_test.py +10 -8
- brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +10 -12
- brg_certificate/tests/datapath/output_power_test/output_power_test.py +6 -4
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +12 -7
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +10 -3
- brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +11 -9
- brg_certificate/tests/datapath/pattern_test/pattern_test.py +6 -5
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +12 -9
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +12 -9
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +12 -10
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +12 -10
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +6 -6
- brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +33 -34
- brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +40 -43
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +1 -2
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +6 -8
- brg_certificate/tests/datapath/stress_test/stress_test.json +1 -2
- brg_certificate/tests/datapath/stress_test/stress_test.py +7 -9
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +13 -10
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +6 -4
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +6 -4
- brg_certificate/tests/energy2400/output_power_test/output_power_test.py +6 -4
- brg_certificate/tests/energy2400/pattern_test/pattern_test.py +6 -4
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +6 -4
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +6 -5
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +6 -4
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +6 -5
- brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +6 -5
- gw_certificate/common/wltPb_pb2.py +4 -4
- gw_certificate/common/wltPb_pb2.pyi +2 -1
- gw_certificate/interface/{4.4.82_app.zip → 4.4.88_app.zip} +0 -0
- gw_certificate/interface/{4.4.82_sd_bl_app.zip → 4.4.88_sd_bl_app.zip} +0 -0
- gw_certificate/interface/ble_simulator.py +5 -3
- gw_certificate/interface/uart_if.py +6 -4
- gw_certificate/tests/actions.py +1 -1
- gw_certificate/tests/static/generated_packet_table.py +16 -16
- gw_certificate/tests/static/packet_table.csv +10052 -10052
- gw_certificate/tests/throughput.py +2 -1
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0a1.dist-info}/METADATA +1 -1
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0a1.dist-info}/RECORD +48 -48
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0a1.dist-info}/WHEEL +0 -0
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0a1.dist-info}/entry_points.txt +0 -0
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0a1.dist-info}/licenses/LICENSE +0 -0
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0a1.dist-info}/top_level.txt +0 -0
|
@@ -134,6 +134,7 @@ class StressTestStage(GenericStressStage):
|
|
|
134
134
|
run_data = self.run_stress_data.data
|
|
135
135
|
end_time = datetime.datetime.now() + datetime.timedelta(seconds=TIME_PER_DELAY_FIRST if delay == STRESS_DEFAULT_DELAYS[0] else TIME_PER_DELAY)
|
|
136
136
|
last_sent_time = time.perf_counter_ns()
|
|
137
|
+
debug_print('Advertising packets...')
|
|
137
138
|
for index, row in run_data.iterrows():
|
|
138
139
|
if datetime.datetime.now() > end_time:
|
|
139
140
|
debug_print(f"Timeout for PPS rate {int(ONE_SECOND_MS / delay)} reached")
|
|
@@ -142,7 +143,7 @@ class StressTestStage(GenericStressStage):
|
|
|
142
143
|
self.local_pkts.append(row[PAYLOAD])
|
|
143
144
|
while True:
|
|
144
145
|
if time.perf_counter_ns() - last_sent_time >= delay * 10**6:
|
|
145
|
-
self.ble_sim.send_packet(data, duplicates=self.duplicates, delay=0)
|
|
146
|
+
self.ble_sim.send_packet(data, duplicates=self.duplicates, delay=0, print_for_debug=False)
|
|
146
147
|
last_sent_time = time.perf_counter_ns()
|
|
147
148
|
break
|
|
148
149
|
self.ts_records_arr[delay_idx].set_adv_timestamp_current(data)
|
|
@@ -14,7 +14,7 @@ brg_certificate/cert_utils.py,sha256=zFQFNxNOi5AH92JgWknZv9NZN-sz-G-dh7sOzz_SRgw
|
|
|
14
14
|
brg_certificate/certificate_bcc_sanity_test_list.txt,sha256=SURuNOLuIO7xzh5KnMBYYzwMjZlcLqGaPLwBdqxCKbc,2281
|
|
15
15
|
brg_certificate/certificate_bcc_test_list.txt,sha256=PI2mU-1iQNq7bgitjVr1ERPYCS-bWRJC7bHLBaPFRf0,3624
|
|
16
16
|
brg_certificate/certificate_sanity_test_list.txt,sha256=Egv00zGNAWdFhzO4T1oUkmeLOSG35aHNfXSxH6DRd9g,2291
|
|
17
|
-
brg_certificate/certificate_test_list.txt,sha256=
|
|
17
|
+
brg_certificate/certificate_test_list.txt,sha256=RnQkzEWrF_RJlDL0E75mwnboKsJUNCX8uAMZs6AOL1M,3624
|
|
18
18
|
brg_certificate/restore_brg.py,sha256=rPV-Foa-mPHUSTdJq_LDNuoL6orMyevbulzRIW4GIHs,2341
|
|
19
19
|
brg_certificate/wltPb_pb2.py,sha256=sZKS4n3oz4EP4gLfzDvYiameKEZ6bHd9DmpARljZFG8,8686
|
|
20
20
|
brg_certificate/wltPb_pb2.pyi,sha256=sqsG_kjSix0qytU7qk06waTAJ8rhdHvK832zTC9sG-o,11445
|
|
@@ -52,49 +52,49 @@ brg_certificate/config/mosquitto.json,sha256=Wd8Fj36GcZNdIKpXZQzx3wb8EmnTBDmOx1k
|
|
|
52
52
|
brg_certificate/config/mosquitto.md,sha256=xU7q2-FpYYwxd6xE-6cl6j_ywc3120ZZnGG1ofl9peY,2494
|
|
53
53
|
brg_certificate/config/wiliot-dev.json,sha256=J6O70nIJYk_qcnw6Hxf9TaKxcaG72p_dqAUpbbeCsCQ,288
|
|
54
54
|
brg_certificate/tests/calibration/interval_test/interval_test.json,sha256=g2nHKXAcefdWGfY08mH86OkhjyD_9vur3k6phZd_0M0,594
|
|
55
|
-
brg_certificate/tests/calibration/interval_test/interval_test.py,sha256=
|
|
55
|
+
brg_certificate/tests/calibration/interval_test/interval_test.py,sha256=drnJtV9DjAPNHQD4sGjrK_kViEuq0myf9EWGXf1j7tI,1189
|
|
56
56
|
brg_certificate/tests/calibration/output_power_test/output_power_test.json,sha256=QWt6Ovhe5Z11LYWkxIyfPqEAKvKceyHikCHsstqUzQw,690
|
|
57
|
-
brg_certificate/tests/calibration/output_power_test/output_power_test.py,sha256=
|
|
57
|
+
brg_certificate/tests/calibration/output_power_test/output_power_test.py,sha256=9rtTujxDZmWVaGFBsZPgljYbtD8e3sf_ghlWw_Ds5iM,1165
|
|
58
58
|
brg_certificate/tests/calibration/pattern_test/pattern_test.json,sha256=tjSUT52au2jRDYEORLgYy_45PXXyYKaT4b33xbs0P0k,1021
|
|
59
|
-
brg_certificate/tests/calibration/pattern_test/pattern_test.py,sha256=
|
|
59
|
+
brg_certificate/tests/calibration/pattern_test/pattern_test.py,sha256=bel_CEM4FfNMiLR4jnBa20MzabHtvLdk1iYs8qrSYZk,4407
|
|
60
60
|
brg_certificate/tests/datapath/aging_test/aging_test.json,sha256=J-cqOVxqtcbq5DEvkUnfhvyshpbm2sfyoD6UUmvx3bk,900
|
|
61
|
-
brg_certificate/tests/datapath/aging_test/aging_test.py,sha256=
|
|
61
|
+
brg_certificate/tests/datapath/aging_test/aging_test.py,sha256=KeAhqJ7xGILmSLPu9fi7dZ_Ncuql7060tcPdwNfBF-Y,5993
|
|
62
62
|
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=J3FYtqCwyjoqMnxu7ZHKF9McQAxUvWHSop8jRTkuPj0,829
|
|
63
|
-
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=
|
|
63
|
+
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=f4sY41w_XNTZlbJKW2yhYyB3UFXtvnkTxnkYS64ACJg,3477
|
|
64
64
|
brg_certificate/tests/datapath/output_power_test/output_power_test.json,sha256=4Hgbl8VSC2NhWZrhikzNd6Zg8_DiKag1_Zo6ykFDwKA,696
|
|
65
|
-
brg_certificate/tests/datapath/output_power_test/output_power_test.py,sha256=
|
|
65
|
+
brg_certificate/tests/datapath/output_power_test/output_power_test.py,sha256=1R0RSTZGKE6VdCWZbWKtzYkw8dkHbzKSxe6KWRDB4_M,1172
|
|
66
66
|
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=ccPge-tSA0kyMOPlMIa41Y8RoMAQfSj_-qdQZ4LQYy4,947
|
|
67
|
-
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=
|
|
67
|
+
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=Ie-DrlzHbgR1aaZVyPmhS5saosGMV8d3HoFhsspAga4,2652
|
|
68
68
|
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json,sha256=TrMceZ6FV5g7tQdLRdWLBmuJjUH-HuBv8qYOD22tzBo,905
|
|
69
|
-
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py,sha256=
|
|
69
|
+
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py,sha256=dKRe0tKOeRCm_AhSxHLMV1zMvdq8qAJYYPJDtrdJffo,3956
|
|
70
70
|
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=3OLVPgHuu6y_hMnxPgu2FwW6D_rJIzNyPYXsznFOFUo,921
|
|
71
|
-
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=
|
|
71
|
+
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=doRFWUYxSezc03ghZ49Ut6Kft3wujrNkCumnKsslR3w,2646
|
|
72
72
|
brg_certificate/tests/datapath/pattern_test/pattern_test.json,sha256=_X6l1PiFwqpSSQfCfKPSbre-LLdh_7QltKcsJfSW32Q,758
|
|
73
|
-
brg_certificate/tests/datapath/pattern_test/pattern_test.py,sha256=
|
|
73
|
+
brg_certificate/tests/datapath/pattern_test/pattern_test.py,sha256=hga1ZJaYtFY13FRjmnpTIiVTPX1hx-uSB4rM8W0B6j4,1188
|
|
74
74
|
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=rZdWwMHIrKzPw9dcgtwrQpILRTQDbgMwLAoLhu3c-Zg,1202
|
|
75
|
-
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=
|
|
75
|
+
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=0m-PDesxO70Ii7jr1TnsoEQhH6u8zEmjSy7bX9t5myU,3165
|
|
76
76
|
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=VWvLhVLMKP1aTtYjn6bXe_eSGDZ-bbto1AsvyQUp6e8,1156
|
|
77
|
-
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=
|
|
77
|
+
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=rneXsHLWmPk10bUXkKNtTA1VLBgc3DoSWlTcGlcqLtw,3157
|
|
78
78
|
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=7HmFCJnTWFzEDYKroXZrVDk54g6xn_UiYnAL2yOXMOo,1167
|
|
79
|
-
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=
|
|
79
|
+
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=Y2HuZ67vZo0AjGgcPf9bune2jl9KMJh3Pf3zB-_OpGE,3136
|
|
80
80
|
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json,sha256=WJicb8op-0dS-qhbWGpxyjzpUdSYfycgYbFUN_ahItA,737
|
|
81
|
-
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=
|
|
81
|
+
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=KNLwj5eYjIYKJsQo9z9fj75_oO4jmN_yPIBel3WBJKA,3263
|
|
82
82
|
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256=vn9NJZq-zPxlGyX2lQU3uGSinwyCgQHkjuAZlwGBZkY,765
|
|
83
|
-
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=
|
|
83
|
+
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=_jINDia8_nXPvBLzFyVGBtFeB8iO8TnxyAWnI8h0VJA,1790
|
|
84
84
|
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json,sha256=bYp_P_r8XgFDyUv1on5jL8Tp-04RhnnGJp2qOJhd4Tk,1395
|
|
85
|
-
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=
|
|
85
|
+
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=8Fks8G2hBrBok8cxosbVyaB_BG6CPjgTfFEqOKhvrjk,10483
|
|
86
86
|
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=qhVoafzoQx8oO4VSxFZDnqXFLI3r8I6IK6ZLWpGAgRY,1395
|
|
87
|
-
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=
|
|
88
|
-
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=
|
|
89
|
-
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=
|
|
90
|
-
brg_certificate/tests/datapath/stress_test/stress_test.json,sha256=
|
|
91
|
-
brg_certificate/tests/datapath/stress_test/stress_test.py,sha256=
|
|
87
|
+
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=_UPF0K4593AwrR4coWkMlBpX9nMn4uEIeq9dgAF59lA,10483
|
|
88
|
+
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=G9TTL_mMWF5lGBG8G32mwFWHrG_9Qa_avroNF2Wice4,1378
|
|
89
|
+
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=a0o5LbF80_h2lx3U3PiKtJsbY-XzxGSfT1aSnJTS1-8,10588
|
|
90
|
+
brg_certificate/tests/datapath/stress_test/stress_test.json,sha256=Y_OwuUrdFFvnnFv6rlmR_t2AgqvhNgsPe5uxLOdyw2w,1378
|
|
91
|
+
brg_certificate/tests/datapath/stress_test/stress_test.py,sha256=9l-vu-27RDS7YM1O1SFIld2vPrc4naYbVV9fTByLay8,10649
|
|
92
92
|
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json,sha256=RLyxlEUQF24gMXLhsWLOd0jjUZ7KEOX1zSmO9DjVHa0,808
|
|
93
93
|
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py,sha256=DxEPHS-ivLBwSxX07cYxnoVjB_DG1XPQrWeK4288hS4,4044
|
|
94
94
|
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=tzkc4RRfUYUM926QpRYk3nrSwEfJFNmjXOeGTKRi4g0,968
|
|
95
|
-
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=
|
|
95
|
+
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=Z2mkajzJGUmiFOmSlhr0i4Ey2WyZ_6qa2CJYTvFLt00,3664
|
|
96
96
|
brg_certificate/tests/edge_mgmt/actions_test/actions_test.json,sha256=Onsxqs4raXyq529PHJt3bPhX-tn7xTE6K_DhvOjNYHQ,714
|
|
97
|
-
brg_certificate/tests/edge_mgmt/actions_test/actions_test.py,sha256=
|
|
97
|
+
brg_certificate/tests/edge_mgmt/actions_test/actions_test.py,sha256=mLuQt8w6vTf51csie_0ltpEroC6p6EKc2z2UUHfYlpM,18790
|
|
98
98
|
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json,sha256=lYdqQJtgQwVIK4_pUD_abCt4bSHSqFpJQ1lWLcx9Z9I,1268
|
|
99
99
|
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py,sha256=kedRXAc8sgRnL2JRFNXaLNMqgykQlrSYTbbP_08WwzQ,4400
|
|
100
100
|
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json,sha256=lFLCF9RNZXYjmjeXOHTrasNAmsPF6uDXmfex93DrrSA,1158
|
|
@@ -106,11 +106,11 @@ brg_certificate/tests/edge_mgmt/ota_test/ota_test.py,sha256=m3SlHdtEtbE0L8rclZ-0
|
|
|
106
106
|
brg_certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json,sha256=As4vG-Tx4iOTF6KWrm-7ciipWh2x5aDbLYn_oN5OjGk,584
|
|
107
107
|
brg_certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.py,sha256=VMGVYtzP2Ic1A5y56zQzLYwMxkJw3DU671ownzmj4rQ,1977
|
|
108
108
|
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json,sha256=qNqVWboeLvjEsmqpGqLPNl7qNdepoJcL9MnWSykatnQ,684
|
|
109
|
-
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=
|
|
109
|
+
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=Q097Oy0JilDlNiYrr-ONIajVH7etXN3ujm5Bik4Cs4w,1177
|
|
110
110
|
brg_certificate/tests/energy2400/output_power_test/output_power_test.json,sha256=452r2nrI4b5YCTemhQxhO2QYf-QEy5_N1xv5UHHQduY,699
|
|
111
|
-
brg_certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=
|
|
111
|
+
brg_certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=1361LNvb2h8BhkLfAXf-NhlcfFxapz9uGS9VdrA7btc,1180
|
|
112
112
|
brg_certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=xZLpZnDZDohZeG4_Sy1vx0MR-VHoKHAPWtFZdDSWSwI,866
|
|
113
|
-
brg_certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=
|
|
113
|
+
brg_certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=9-UDAeoHW-zzO_o6sOUM63fmo7PcQbLv6RCEPuQVI2Q,1198
|
|
114
114
|
brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.json,sha256=XeH-0GbMC4X_g5S8Or_9-DcIic2E6ffo770f5we8uDY,1409
|
|
115
115
|
brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.py,sha256=WzpUZoxpmdp5IDCi7-UIgi9vwMC4j7KQG5N9JfACGtE,19205
|
|
116
116
|
brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.json,sha256=b8mVVwmXup3Xi5dpC2UHOsS0Qhj3DwbxFfzce8GjLAY,1403
|
|
@@ -118,19 +118,19 @@ brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indic
|
|
|
118
118
|
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json,sha256=TWhrdUlhDcx5BCHXpBtPSdUqVeooJSSe8HC7SpeylEQ,1104
|
|
119
119
|
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py,sha256=cVEc0LKCRdzmF85hx2kWQx2gizp_Y_UAXecsGY1852Y,7804
|
|
120
120
|
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json,sha256=iqT5e6Dv1415_LVev_5uowq0dpLTutBJulXYvhpXhjk,1382
|
|
121
|
-
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=
|
|
121
|
+
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=k0SG_LOdfFjNHmtuWbOUuYQvECvopGdVp_PdntdKtpQ,16175
|
|
122
122
|
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=F_FFiXMlrUboMp25JZLxGnfHf70kbHAuHcqw3DADv7Q,713
|
|
123
|
-
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=
|
|
123
|
+
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=bWcN0hzqGvtRC2x5KJovyDhIecZGdVFogmevkAoqAE0,1197
|
|
124
124
|
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json,sha256=982h0NXKuWBPBrZ_IN6L_p-07jX5D1srcOrwKo44nQk,1183
|
|
125
|
-
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=
|
|
125
|
+
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=yiev7S4A_d2ZaqenwS1kjFF_PLKeXUu0tcqvr2uCCBk,1158
|
|
126
126
|
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json,sha256=qsuf6b0dj_0bp3DhjczuBwiT6jFxyUO8tlJsrj79mLQ,1378
|
|
127
127
|
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py,sha256=I9LTNBFd5Nx-4J8Vx_kk_hDRtUjyVu-k6ShIsZDYyQ8,26083
|
|
128
128
|
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json,sha256=2LuVIAus3DfDkJhLjPf4VeGW6s18SSC4NGiktUDQWwk,746
|
|
129
|
-
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py,sha256=
|
|
129
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py,sha256=4gozPh19-9blCM5iUhsaSVv5HMsQXqp4DJS6T_GnjQo,1247
|
|
130
130
|
brg_certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json,sha256=8mfJavH21XJ4iHD3QDY_H8MVKXr59sA4O3Plx38n1Lk,826
|
|
131
131
|
brg_certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.py,sha256=VoyZhB2JShzpObXlPD2CN9cLBkAVmJ3915dlbv3488c,3726
|
|
132
132
|
brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json,sha256=pDn-FPg2XpDY07y8SLBtizUXevbhhR15To8k_XGgtmE,1864
|
|
133
|
-
brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py,sha256=
|
|
133
|
+
brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py,sha256=QtZl56BCPmYJiBBM779lCFYqkxGtqUQ9eB9ZZC0xNXk,13025
|
|
134
134
|
common/wlt_logo.png,sha256=21DEhCEOOBU7Zt7ocwVIKU_CKUoHXScc3ej5VAzVsjM,132154
|
|
135
135
|
gw_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
136
136
|
gw_certificate/cert_results.py,sha256=y299oQ3TW4xYp0aM20txqvt7ufsUXSunqg2HN3M5emQ,8856
|
|
@@ -167,11 +167,11 @@ gw_certificate/common/debug.py,sha256=sE_N4sWGRkbwdIb2QxqRtL8YQaePlaxvqecgnbxn6X
|
|
|
167
167
|
gw_certificate/common/serialization_formatter.py,sha256=fXJQU9DMi5F88-HkJFvYlALOf7lm9I5p9qk6U95ToIc,3812
|
|
168
168
|
gw_certificate/common/utils.py,sha256=yjE6kdmMIRyQ0rPm56zZroi8a9zY4GnincmOPOL6rJo,215
|
|
169
169
|
gw_certificate/common/utils_defines.py,sha256=zLWKQBZscX1AVwBdJcM5GgZTJ5aYJWhQ1vjwX25EZrM,543
|
|
170
|
-
gw_certificate/common/wltPb_pb2.py,sha256=
|
|
171
|
-
gw_certificate/common/wltPb_pb2.pyi,sha256=
|
|
172
|
-
gw_certificate/interface/4.4.
|
|
173
|
-
gw_certificate/interface/4.4.
|
|
174
|
-
gw_certificate/interface/ble_simulator.py,sha256=
|
|
170
|
+
gw_certificate/common/wltPb_pb2.py,sha256=DPFrv5IVbxBUpmGRXO6iZjp-QwWUUaD9c37lMZnQoCM,8686
|
|
171
|
+
gw_certificate/common/wltPb_pb2.pyi,sha256=OcVo8ehkzIQ9EZoXp4om_kT2Any32stYKTTQvUsPEMU,11472
|
|
172
|
+
gw_certificate/interface/4.4.88_app.zip,sha256=bXNmIFpNGJwTtJHezo_AmW0dLyWzuV-YQ6g6PhtjP0M,171429
|
|
173
|
+
gw_certificate/interface/4.4.88_sd_bl_app.zip,sha256=0p3IYljHlVlr0sxnVFFVjXwmluixZ9BGGTw_fzdKuiU,368877
|
|
174
|
+
gw_certificate/interface/ble_simulator.py,sha256=mdH28n2-pdywKGrTc4nqmyIThNpM68Qf4ICzzeCuxbE,2678
|
|
175
175
|
gw_certificate/interface/ble_sniffer.py,sha256=S5AtT_3gWlm3FCmQSR4KnCIfnr70E9LgQPtQEJs1YFM,6869
|
|
176
176
|
gw_certificate/interface/if_defines.py,sha256=EAdT26qFl7110breWbpTPrpYZRHmizzvd188bse36ek,999
|
|
177
177
|
gw_certificate/interface/mqtt.py,sha256=dVNkRiFXjCmFlz5897IIZta-t0H095uftczayqDjVUY,25619
|
|
@@ -179,31 +179,31 @@ gw_certificate/interface/nrfutil-linux,sha256=9Fzy9VLSzL5dwEWh4HJUFdfmXH69gTrUVV
|
|
|
179
179
|
gw_certificate/interface/nrfutil-mac,sha256=YG-iPLwnYUFjwYriqaGaFtYuIj-0T4TkeSWkJ638HWQ,15839744
|
|
180
180
|
gw_certificate/interface/nrfutil.exe,sha256=_uOu7RhDpL_8CCdHzqYNwHKSnrNuZ9Ysij_XRx4NyS0,16155851
|
|
181
181
|
gw_certificate/interface/pkt_generator.py,sha256=yOSCEj8Ybjsq_u6tVmpsbkwYmLFqZR2eIk9k09AIsUM,22174
|
|
182
|
-
gw_certificate/interface/uart_if.py,sha256=
|
|
182
|
+
gw_certificate/interface/uart_if.py,sha256=ta55cie4PTuDimLPsxccDtpmoCHN4uQm5I8pe1daaik,10360
|
|
183
183
|
gw_certificate/interface/uart_ports.py,sha256=HOIdrkr8OtALhoorT51k_tvSh6VYholR2ey4_WwcIAk,547
|
|
184
184
|
gw_certificate/templates/results.html,sha256=w3kqslWDpHb1oYKSbY10RMDZe9HeI-O-GRP15oQIijA,12694
|
|
185
185
|
gw_certificate/templates/stage.html,sha256=o89N0DWCIs2foA9YzommBZ09EPPN7lytiEsHoXD6fWU,1009
|
|
186
186
|
gw_certificate/templates/table.html,sha256=PPUf0St1OPT0fB_6OK0SQlsRST-brUJ99x9-Rxwan1Y,201
|
|
187
187
|
gw_certificate/templates/test.html,sha256=lpwibyrmGXNyNxpxNbQNoT2b5oCq5WHUYZrF0oDnLSA,2062
|
|
188
188
|
gw_certificate/tests/__init__.py,sha256=6XWYuJ1urHGCUTPQ6bbn25lDd32ZyB2dIDr2A_mkvTg,468
|
|
189
|
-
gw_certificate/tests/actions.py,sha256=
|
|
189
|
+
gw_certificate/tests/actions.py,sha256=LSMQS0WPfrsU_2BZDxRiMBYJ1uFVrWsxpuK6C90SHio,13906
|
|
190
190
|
gw_certificate/tests/bad_crc_to_PER_quantization.csv,sha256=2V1_7HV7pKEKddA429rp4tTn-je9G3Xi2tMvDhqvGhc,357
|
|
191
191
|
gw_certificate/tests/connection.py,sha256=f70DB1R0BHOlNnTYt4qa9tKwAJmNAHBju5bwvbcT6b0,9721
|
|
192
192
|
gw_certificate/tests/downlink.py,sha256=RhgOZgyOhwwbj_gZziRlzOENgqT6fc00T7fCLaj2Igo,8823
|
|
193
193
|
gw_certificate/tests/generic.py,sha256=B2pYlC4BtmQ10UGFSaTC57LhhAa50l1Bbk7DY6CWI6M,8381
|
|
194
194
|
gw_certificate/tests/registration.py,sha256=TgfYyDGkT-HAC11dJIdwFJTMZjTESFZb30-Q6ZCkXek,16152
|
|
195
|
-
gw_certificate/tests/throughput.py,sha256=
|
|
195
|
+
gw_certificate/tests/throughput.py,sha256=T5axw55cP_CngQ4mB0jBj7xQWEp-Y34NsgDnP3eYz0I,11172
|
|
196
196
|
gw_certificate/tests/uplink.py,sha256=7DWHcNZ_7Oj2JJEFlg-oG3ssnMw0q2-sBqzqhxz5yZU,38735
|
|
197
197
|
gw_certificate/tests/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
198
198
|
gw_certificate/tests/static/connection_defines.py,sha256=RZbqvGNjUN-ST5378VZpleRB_b3_6IwME-j0CFnWmgE,309
|
|
199
199
|
gw_certificate/tests/static/downlink_defines.py,sha256=gjzQff_70Rn8m6pmfGciFwEC7efYQGEM9yNwl-8zRCs,340
|
|
200
|
-
gw_certificate/tests/static/generated_packet_table.py,sha256=
|
|
201
|
-
gw_certificate/tests/static/packet_table.csv,sha256=
|
|
200
|
+
gw_certificate/tests/static/generated_packet_table.py,sha256=nMFtbTyjKDOgL3iD2fxUhnlLvmCH9oNn3W1WC3U8ebI,17059
|
|
201
|
+
gw_certificate/tests/static/packet_table.csv,sha256=S8i8AVxEw8cuiLaaYUAORfn4dCaf0L_Z-mQ2q98OSss,1882502
|
|
202
202
|
gw_certificate/tests/static/references.py,sha256=vVVaoC_3nEdu2OMtfr_XKxZLvnJmbDeK2pEDFkAzNtU,384
|
|
203
203
|
gw_certificate/tests/static/uplink_defines.py,sha256=1gkzWrXivrAqO992UbG6plnZLSpVtpZ8RC5xBak9_TI,387
|
|
204
|
-
wiliot_certificate-
|
|
205
|
-
wiliot_certificate-
|
|
206
|
-
wiliot_certificate-
|
|
207
|
-
wiliot_certificate-
|
|
208
|
-
wiliot_certificate-
|
|
209
|
-
wiliot_certificate-
|
|
204
|
+
wiliot_certificate-4.4.0a1.dist-info/licenses/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
|
|
205
|
+
wiliot_certificate-4.4.0a1.dist-info/METADATA,sha256=Nef8FDPnmAHwK7AWG74zg6WoKC5x5ryAZiAv9FAVCZY,7307
|
|
206
|
+
wiliot_certificate-4.4.0a1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
207
|
+
wiliot_certificate-4.4.0a1.dist-info/entry_points.txt,sha256=19YeTHY3PnN1wbi7BcgZB0zSgRrp9bvahIX-dIMX3Sg,127
|
|
208
|
+
wiliot_certificate-4.4.0a1.dist-info/top_level.txt,sha256=wN_MwxdcfgPP5-WN6sRhmZnGXNbZmXalxwYdh3nb2RA,38
|
|
209
|
+
wiliot_certificate-4.4.0a1.dist-info/RECORD,,
|
|
File without changes
|
{wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0a1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0a1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|