wiliot-certificate 4.5.0a1__py3-none-any.whl → 4.5.0a3__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.
- certificate/cert_common.py +14 -15
- certificate/cert_config.py +3 -3
- certificate/cert_defines.py +1 -0
- certificate/cert_gw_sim.py +3 -0
- certificate/cert_results.py +8 -0
- certificate/cert_utils.py +3 -0
- certificate/certificate_eth_test_list.txt +5 -3
- certificate/certificate_sanity_test_list.txt +3 -2
- certificate/certificate_test_list.txt +4 -3
- certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.json +1 -1
- certificate/tests/cloud_connectivity/acl_test/acl_test.json +1 -1
- certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json +1 -1
- certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.json +14 -0
- certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py +85 -0
- certificate/tests/cloud_connectivity/downlink_test/downlink_test.py +1 -4
- certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.json +1 -1
- certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py +10 -9
- certificate/tests/cloud_connectivity/stress_test/stress_test.json +1 -1
- certificate/tests/cloud_connectivity/stress_test/stress_test.py +10 -10
- certificate/tests/cloud_connectivity/uplink_test/uplink_test.py +1 -0
- certificate/tests/datapath/event_ble5_test/event_ble5_test.py +6 -4
- certificate/tests/datapath/event_test/event_test.py +4 -3
- certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +1 -1
- certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +4 -4
- certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.py +5 -5
- certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +5 -5
- certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py +10 -8
- certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +1 -1
- certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +1 -2
- certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json +8 -9
- certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py +110 -270
- certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +4 -9
- common/api_if/api_validation.py +2 -2
- common/web/templates/generator.html +141 -79
- common/web/web_utils.py +78 -56
- gui_certificate/server.py +111 -19
- gui_certificate/templates/cert_run.html +43 -6
- {wiliot_certificate-4.5.0a1.dist-info → wiliot_certificate-4.5.0a3.dist-info}/METADATA +35 -36
- {wiliot_certificate-4.5.0a1.dist-info → wiliot_certificate-4.5.0a3.dist-info}/RECORD +43 -41
- {wiliot_certificate-4.5.0a1.dist-info → wiliot_certificate-4.5.0a3.dist-info}/WHEEL +0 -0
- {wiliot_certificate-4.5.0a1.dist-info → wiliot_certificate-4.5.0a3.dist-info}/entry_points.txt +0 -0
- {wiliot_certificate-4.5.0a1.dist-info → wiliot_certificate-4.5.0a3.dist-info}/licenses/LICENSE +0 -0
- {wiliot_certificate-4.5.0a1.dist-info → wiliot_certificate-4.5.0a3.dist-info}/top_level.txt +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
certificate/cert_common.py,sha256=
|
|
3
|
-
certificate/cert_config.py,sha256=
|
|
2
|
+
certificate/cert_common.py,sha256=wAGsj1i2d_AsH7zpUEXaLPtzG2tiArxY-dHmMQmsU4s,71408
|
|
3
|
+
certificate/cert_config.py,sha256=FvVsgSj8y0nhIKP9KuDQXMSHSyY2mZH4XUElgqFD7VM,22420
|
|
4
4
|
certificate/cert_data_sim.py,sha256=7DLBP5OTzo9jJvQctz_b_6XiozsY9VXkatRCrxJ96xk,13736
|
|
5
|
-
certificate/cert_defines.py,sha256=
|
|
6
|
-
certificate/cert_gw_sim.py,sha256=
|
|
5
|
+
certificate/cert_defines.py,sha256=nkrMJOwS93muV3j-2SgHGT8s3JnBQkkNfB7RWqYbjeg,17220
|
|
6
|
+
certificate/cert_gw_sim.py,sha256=3GOe_MTlEdugbnqlcUWybIJryRoc9_v2359x7SUDGnc,16618
|
|
7
7
|
certificate/cert_mqtt.py,sha256=N1uNN2V4ovUg-pTmUGMD6lHAnICW7BLNYGTcnG59qO0,22237
|
|
8
8
|
certificate/cert_prints.py,sha256=z8Bw3ZHiLr6yN3EbRkVvmUMkwLt6VNj0MUX1mUvdHQI,7025
|
|
9
9
|
certificate/cert_protobuf.py,sha256=j8Tmm86VXONMvSTBl4Tmwt5G1jJRcJg05nJj7YHbpoM,3824
|
|
10
|
-
certificate/cert_results.py,sha256=
|
|
11
|
-
certificate/cert_utils.py,sha256=
|
|
10
|
+
certificate/cert_results.py,sha256=4pIm0TKYNYlJmIDZur0miQB43K_AL1HATJikmy-CYZc,29321
|
|
11
|
+
certificate/cert_utils.py,sha256=XMa-RyEbohQcFviYN4NdhRPjJ-2D5ME168oMCk7Hpws,28833
|
|
12
12
|
certificate/certificate.py,sha256=VGtbU8jN-y_cBbOxn_apQZCyW59W-3MFXDaCher6bdI,9235
|
|
13
13
|
certificate/certificate_cli.py,sha256=uwfdVNpQirdRyLjl0bR410xkaY59OmIEOya7wYYV4AY,5363
|
|
14
|
-
certificate/certificate_eth_test_list.txt,sha256=
|
|
15
|
-
certificate/certificate_sanity_test_list.txt,sha256=
|
|
16
|
-
certificate/certificate_test_list.txt,sha256=
|
|
14
|
+
certificate/certificate_eth_test_list.txt,sha256=xlfEd7AMDG1d30c6AxKUZg2uDfI5YtkqpRWEfYgJAwQ,6216
|
|
15
|
+
certificate/certificate_sanity_test_list.txt,sha256=JjpFxyxjWbylxnH8FyjPFgO2w-WaT3Nm0bcYhD0shhk,3487
|
|
16
|
+
certificate/certificate_test_list.txt,sha256=O1nA_QUgFujppEQURlrMpfYh0jWXmU6JwgoI4ZLfzhs,6156
|
|
17
17
|
certificate/wlt_types.py,sha256=7RbsW-OudiHhNAay6nFGKtF4FrlAq91pm9yeIQRxddM,6047
|
|
18
18
|
certificate/ag/wlt_cmd_if.html,sha256=eO-FYVrxVs5JdCblGaQLG9-0dZKt6YjbE9Ggz8bXRq4,16831
|
|
19
19
|
certificate/ag/wlt_types_ag.py,sha256=cTYysTSdEh2IWY8tD3pipRhwKo1b194VSX64ctvgGQY,536839
|
|
@@ -39,58 +39,60 @@ certificate/tests/calibration/output_power_test/output_power_test.json,sha256=TL
|
|
|
39
39
|
certificate/tests/calibration/output_power_test/output_power_test.py,sha256=ZhszJX-ugX1R2aFLhdKOk6qFtEwW_7qSRVDWkWv5sSo,1698
|
|
40
40
|
certificate/tests/calibration/pattern_test/pattern_test.json,sha256=lfAQal-qLqbwf1_HJEKia7nUU-ZqMO9YexNWsQjVp_k,1022
|
|
41
41
|
certificate/tests/calibration/pattern_test/pattern_test.py,sha256=SobeVTLqDbr0IJ79rgDBy3WAmw63Gv5CthOUSxIlMqM,4559
|
|
42
|
-
certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.json,sha256=
|
|
42
|
+
certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.json,sha256=ZMNw-2ihDwASqPx-2vnqyaZuCOEN-rELcwAkrsYReD0,874
|
|
43
43
|
certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.py,sha256=tdXqVj8hqFAdT46aB9UwHVr-O21BfvbFQtiSLpW8erY,7118
|
|
44
|
-
certificate/tests/cloud_connectivity/acl_test/acl_test.json,sha256=
|
|
44
|
+
certificate/tests/cloud_connectivity/acl_test/acl_test.json,sha256=HvpBwBnA7qlN0cipzJJLQAnFkBzCC0GNiLOnAUCEBcY,748
|
|
45
45
|
certificate/tests/cloud_connectivity/acl_test/acl_test.py,sha256=SnXAv2IszOjyJAWJrIfzHu1RCDmLW4E5MwryJcm-Uao,4635
|
|
46
46
|
certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json,sha256=bSBbWaggOew38x91rzdC88jxE3FYJsusO9IvTy7KJ1I,850
|
|
47
47
|
certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.py,sha256=xqB65yWM754UfWF1N_h4bI4kuEajAqMvcdFjRu0OFfI,1873
|
|
48
|
-
certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json,sha256=
|
|
48
|
+
certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json,sha256=Sc4Xp3VPY9GjNKsQFcjAr9fyD9_MZMBfxsgpo31Jk-Y,755
|
|
49
49
|
certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py,sha256=YBlpBshBHdMkiRp_liow7Tknj1e1j0fMAU8OKZJKWwg,10121
|
|
50
50
|
certificate/tests/cloud_connectivity/connection_test/connection_test.json,sha256=xr-d-DnzbItkXE8oBTZ31Fr0huhILdxXTQFJyqd6FYc,939
|
|
51
51
|
certificate/tests/cloud_connectivity/connection_test/connection_test.py,sha256=vawz7N9tltiIxtOLOAsEPDid-RDQuGEYWJwm388gVuA,2707
|
|
52
|
+
certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.json,sha256=-6va5_YT-IDdEJZjJUlV3L6CcGODPcLWgcZUE5Dv01k,710
|
|
53
|
+
certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py,sha256=PcESIcGJoIUgwuDDo71YGWVuy4l-KMlLypGfKg4TPJ8,3573
|
|
52
54
|
certificate/tests/cloud_connectivity/downlink_test/downlink_test.json,sha256=VR2EHtOLHuh0ETSbgRGOuorHcuJPKBkk1hwM_7g_Dj4,878
|
|
53
|
-
certificate/tests/cloud_connectivity/downlink_test/downlink_test.py,sha256=
|
|
54
|
-
certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.json,sha256=
|
|
55
|
-
certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py,sha256=
|
|
55
|
+
certificate/tests/cloud_connectivity/downlink_test/downlink_test.py,sha256=73uszwCvY2Rkg71Rqmco-meYLNBuh0vBIPxAeDo7zoU,8508
|
|
56
|
+
certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.json,sha256=W0kAvLyzxUsaEKiuGu2Eq-Al5g-ov2zapFF3FXlgdq0,954
|
|
57
|
+
certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py,sha256=KzzZZFh8a1Xv_fH22xt_k08pqTuajjJ6sYyEU_DfeB0,3969
|
|
56
58
|
certificate/tests/cloud_connectivity/reboot_test/reboot_test.json,sha256=QZMqxrUul_jEvoQJKdWjzXxa_m49a3rVyDTDbREYhik,781
|
|
57
59
|
certificate/tests/cloud_connectivity/reboot_test/reboot_test.py,sha256=h8Uhn6NQExb9pLRytrd7UvLO0ScxTOfM3sdCwSCWKqg,1924
|
|
58
60
|
certificate/tests/cloud_connectivity/registration_test/registration_test.json,sha256=fT-IHk0CRid8EDgo9bDtO7jl_1JDcVK0bQSHBz8CpZw,1039
|
|
59
61
|
certificate/tests/cloud_connectivity/registration_test/registration_test.py,sha256=uzLwNQFffLJQhzuUx0l1-xsk7r0X1z4xBk7zjkzlTlE,15115
|
|
60
62
|
certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py,sha256=zh9j298Nis8BiL74E1pXskoxXzPmedznyJqJwKS4CIU,3164
|
|
61
|
-
certificate/tests/cloud_connectivity/stress_test/stress_test.json,sha256=
|
|
62
|
-
certificate/tests/cloud_connectivity/stress_test/stress_test.py,sha256=
|
|
63
|
+
certificate/tests/cloud_connectivity/stress_test/stress_test.json,sha256=rXDA1AgdSgMdBZhDvKHyO4p1KoqJxDfKJzvwSVLcONA,804
|
|
64
|
+
certificate/tests/cloud_connectivity/stress_test/stress_test.py,sha256=1ljb8RmwOS4D85sGmp4w4HWcoV-3yDm9oJqRxa1VKdM,3887
|
|
63
65
|
certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.json,sha256=4yiEHa1sxz6-xnQDtaBU4JHNDsPZ_p9Jpgqpy8s9QJY,1326
|
|
64
66
|
certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py,sha256=U5FRhgoba12F7IIT4JmOKRhOaIkGYLV3I4tnf6a0xVc,4427
|
|
65
67
|
certificate/tests/cloud_connectivity/uplink_test/uplink_test.json,sha256=F28h9EjUxLYOiYH1mk_o8hUqHyer4Mc7BhvfU4VnhYQ,955
|
|
66
|
-
certificate/tests/cloud_connectivity/uplink_test/uplink_test.py,sha256=
|
|
68
|
+
certificate/tests/cloud_connectivity/uplink_test/uplink_test.py,sha256=yoA84-DcFl7cZCw6_WyY1PYKB3L0R2nlYjbEEW-qY8A,6784
|
|
67
69
|
certificate/tests/datapath/aging_test/aging_test.json,sha256=n1LmPKJWzfSOmjNFMVMeIdFS59kteUDce6a55gEM4Zk,901
|
|
68
70
|
certificate/tests/datapath/aging_test/aging_test.py,sha256=hxWlCd9XOJP9M14T9XRPpJ8_Af6SNaUs9ZDJNLRg7ms,6682
|
|
69
71
|
certificate/tests/datapath/event_ble5_test/event_ble5_test.json,sha256=Tz3sx09zVKjgRcNtrnriF2Iski_TxbUluFji69KUdPs,967
|
|
70
|
-
certificate/tests/datapath/event_ble5_test/event_ble5_test.py,sha256=
|
|
72
|
+
certificate/tests/datapath/event_ble5_test/event_ble5_test.py,sha256=RKOkpuPlCU-JE9EcMbNokG-J8gF7SIb1w98OhaJmjDY,5181
|
|
71
73
|
certificate/tests/datapath/event_test/event_test.json,sha256=wGLlSQB4Q1bQG4CfY5XEcw2r2wO5MI-Gnm-cBDeFktQ,972
|
|
72
|
-
certificate/tests/datapath/event_test/event_test.py,sha256=
|
|
73
|
-
certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256
|
|
74
|
+
certificate/tests/datapath/event_test/event_test.py,sha256=9bPeW73qhKrAQDliL3l-k8D7ql2BMK7xK3mcH5z-Pls,4201
|
|
75
|
+
certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=lho1x44X3MJDvKPX3ZouWIJPednp0MyTabcqhPaU9aE,805
|
|
74
76
|
certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=Ecaf-8yQQX1ZybbgMstiNPrVhZz7-BSF4MSiUiE6tTc,3481
|
|
75
77
|
certificate/tests/datapath/output_power_test/output_power_test.json,sha256=1B_glQf7GUgjdqnAwnKE2_iyinNGuW3mtiglp2XlLvQ,1449
|
|
76
78
|
certificate/tests/datapath/output_power_test/output_power_test.py,sha256=09Ug3nhLm3SFTdfZnoKSN1wR5Dc9yRKbRlaNn7Gt9Rw,1704
|
|
77
79
|
certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=5TIAiLQ5RRzRzYImh4Hk5iv0-skqdpuJALff3Z75j_s,948
|
|
78
|
-
certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=
|
|
80
|
+
certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=yKc3ubxJdQmqlm50oNox5Xd3pOY4F0YNbSSE8nNxI8A,2703
|
|
79
81
|
certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=1Z_vTa_XJCV0Rgr_mt8IqF8K04ywMoLiqHJUsHX_jwo,922
|
|
80
82
|
certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=wl11515yJFsog_-ei6fU9-63M-rYH0oRYJIFerG0tf4,2665
|
|
81
83
|
certificate/tests/datapath/pattern_test/pattern_test.json,sha256=e_rJ0cwsDCOEvJnnbG_wMv3s1OyMX_CEi88npdlmYpQ,870
|
|
82
84
|
certificate/tests/datapath/pattern_test/pattern_test.py,sha256=v8No-SnxB6Fcmga9kzbEetMUSafjZ8Ftipp1AU-79QQ,1731
|
|
83
85
|
certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.json,sha256=zxmjStEe_1KIezxLX9ncAqTjYiTKotxKEXmCf8ySTPU,1225
|
|
84
|
-
certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.py,sha256=
|
|
86
|
+
certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.py,sha256=R-fttEiFWZ4qWOMm7A1FfxRR9hD1cbH1qUlMUGIuHTY,3244
|
|
85
87
|
certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=3AsDojnRFtblBPP1WxKXegOjftq1X8WvRyR69zgmSQo,1203
|
|
86
|
-
certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=
|
|
88
|
+
certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=M2YqCgDSWQICwFqlVvu7FCZLZb13XeIkDyD77R4rVRk,3157
|
|
87
89
|
certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.json,sha256=F2-J_3mV09RLnT0Z6Zv2c08oBQ4QNnnCK7M-UtE41KE,1206
|
|
88
|
-
certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py,sha256=
|
|
90
|
+
certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py,sha256=DzxRnxw_j-BBlBsoOYbUFyPKBJ_5l7zN_dffFoQaZG4,4656
|
|
89
91
|
certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=veqwlRnG5VbdA-n4YZ6nfjSUxL5dar52GfuG0JrmfWQ,1157
|
|
90
92
|
certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=vB2JlCczasZE81VGRzIeqBEM8VGekSf9-wgGP8SWd50,3152
|
|
91
93
|
certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=sGWj910BxCrzaFMlF8lp8NjNmhiXMR4DO7qSJJg92ZU,1168
|
|
92
94
|
certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=rEHn2aO0SM3PeT68czrhp1GkxG3o7qAj5h9JPUyC-kE,3132
|
|
93
|
-
certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json,sha256=
|
|
95
|
+
certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json,sha256=GG47Viyb-QKxFrVQuk59h2d5uIEPgegKcG_5Jc9QUH8,713
|
|
94
96
|
certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=d4RXqCuJv5fEjt01GFXQb99hF0EgOSS3EoKCueLhMfg,3271
|
|
95
97
|
certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.json,sha256=zjzm7WKNzNe6UCasynLmjg4Gz4VX3HndY8n9yUlekFc,847
|
|
96
98
|
certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.py,sha256=ZXQRYFxnUOgdcWS4BpN95XVbezQG0X8wU5s1Lbc2Ytg,3398
|
|
@@ -131,9 +133,9 @@ certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=QgUss
|
|
|
131
133
|
certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=preFPIkOsWQmdsMcEgNqJUmP37E-8vKVy_Rlmudff-M,867
|
|
132
134
|
certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=t-APjgeV0DC6udma8nB6ByKeA7pKLnbCTKvTKDphL-0,1179
|
|
133
135
|
certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json,sha256=FiCMM0EbWo0wxwZ1jLgMAyes4tODHQmohp6_aRJB8bE,1981
|
|
134
|
-
certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py,sha256=
|
|
135
|
-
certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json,sha256=
|
|
136
|
-
certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py,sha256=
|
|
136
|
+
certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py,sha256=HMXbuqcOIpd_Df2C9ZQqu1rSMQVN1wPb8Olhqfwysz8,22290
|
|
137
|
+
certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json,sha256=CnNV1BOFhxl5v41Rvn3mdGXTlWrKla1fzZt65CGFzuY,1206
|
|
138
|
+
certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py,sha256=nfRvf3QNuQ__HWzd_MbdpREKO_FWP7orXXM4oH89xmM,9020
|
|
137
139
|
certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json,sha256=uh6kFILLY30CZc2bnB7TdZa5H5caM011DsMx76urFsA,1781
|
|
138
140
|
certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=5K69QTWXHylCREsx_Dh52W33o1Ad1fFyZS2KjHZdFww,20546
|
|
139
141
|
certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=AfUQk3F7zHbgLpRq5BeaTtvitAmZv5SeLoLZ9ZThcRs,714
|
|
@@ -143,12 +145,12 @@ certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=08h924C6Rxgyp
|
|
|
143
145
|
certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json,sha256=czPLrM6u4-AbpsfxPm0c1aVpJCpRXmuNvVQKeODuvvA,827
|
|
144
146
|
certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.py,sha256=rWx6gKJG0ErtjgfcoEU_UizQxk7UN394c1foCFNf5NM,3746
|
|
145
147
|
certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json,sha256=7CkC4cvYH3nTa6dmRKYx0u0T_Q8bdWNRqNo-5WjiLT4,2175
|
|
146
|
-
certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py,sha256=
|
|
148
|
+
certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py,sha256=asWZ5ajT34PZe6PAt0aAgLp0a6eEXsVSD1kV4lPNbdI,21191
|
|
147
149
|
common/wltPb_pb2.py,sha256=xMXdT2gP9g79Jo7XHI5E-i-qaDgdIQCHBNfUcuA6tKs,9154
|
|
148
150
|
common/wltPb_pb2.pyi,sha256=qCTgOrf9Og_y6ilwWwkpK_D-qDFOagNpRc35mgT-_C4,12214
|
|
149
151
|
common/wlt_logo.png,sha256=21DEhCEOOBU7Zt7ocwVIKU_CKUoHXScc3ej5VAzVsjM,132154
|
|
150
152
|
common/api_if/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
151
|
-
common/api_if/api_validation.py,sha256=
|
|
153
|
+
common/api_if/api_validation.py,sha256=4-WLog_JvLZ52bLDxHGJZbVoeLtxgpWxG5VQ091ok9c,4043
|
|
152
154
|
common/api_if/202/data.json,sha256=A_nTONHIvPsOIqTM0X-ON0s2i2Um7bmv7b1zZzGD0nA,2423
|
|
153
155
|
common/api_if/202/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
154
156
|
common/api_if/202/status.json,sha256=fV51wzaMLk3BfnwzPr6oA7pwnEacZ8vYr-C37KhYFnM,1953
|
|
@@ -164,19 +166,19 @@ common/api_if/205/status.json,sha256=WVO5eGzadLazdkHQZ97yEYlPDzJu12WYRZb3s52kixk
|
|
|
164
166
|
common/api_if/206/data.json,sha256=SYxgA7zkdmyhPRwvfuVqwHKlGQ1B1rNxLNlXOQJAsc0,2616
|
|
165
167
|
common/api_if/206/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
166
168
|
common/api_if/206/status.json,sha256=aAumxRmvMTp6JFxFx16SARTqva9_gwy2diaYEqRxSfU,2055
|
|
167
|
-
common/web/web_utils.py,sha256=
|
|
168
|
-
common/web/templates/generator.html,sha256=
|
|
169
|
+
common/web/web_utils.py,sha256=Yj-hsQI70AAbONclTFhT8vdD66ETr-PcmXj-_ljF1-g,15403
|
|
170
|
+
common/web/templates/generator.html,sha256=Hk8TFKove64uXzpurX_e6rkC0NxvgFdnz8-0GZ3FICc,10951
|
|
169
171
|
common/web/templates/index.html,sha256=PN0uMIGmqc-5mFnpHgDuy1HwbI_sEUrnnxAJNsZ8Vb8,713
|
|
170
172
|
common/web/templates/menu.html,sha256=dYscAPM_C3AFwm8IhLaN32--oqMdZAW2idPW_dmm__g,2250
|
|
171
173
|
common/web/templates/parser.html,sha256=0J2WX5QTD_EZJUtmNq6--wrnpP0-I09iE3rB02euOZg,2125
|
|
172
174
|
common/web/templates/wlt_types.html,sha256=FKxlJ08H7IgNPdsT36RbpMKRw29t-tuwqGaQ4HHhBEM,432230
|
|
173
175
|
gui_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
174
176
|
gui_certificate/gui_certificate_cli.py,sha256=371nNCVmRtUePYKp_w-DVTr3C8hLAzKR2q5ZAMsaxt0,448
|
|
175
|
-
gui_certificate/server.py,sha256=
|
|
176
|
-
gui_certificate/templates/cert_run.html,sha256=
|
|
177
|
-
wiliot_certificate-4.5.
|
|
178
|
-
wiliot_certificate-4.5.
|
|
179
|
-
wiliot_certificate-4.5.
|
|
180
|
-
wiliot_certificate-4.5.
|
|
181
|
-
wiliot_certificate-4.5.
|
|
182
|
-
wiliot_certificate-4.5.
|
|
177
|
+
gui_certificate/server.py,sha256=6_VUWEAMMoQaffVPFOqZEXq8nONjL93wuF1ruqLnM8g,55316
|
|
178
|
+
gui_certificate/templates/cert_run.html,sha256=F0RfVx0HP5_m6niGUPbxHnFuT5L6pOca0Dx8POmrGRQ,69211
|
|
179
|
+
wiliot_certificate-4.5.0a3.dist-info/licenses/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
|
|
180
|
+
wiliot_certificate-4.5.0a3.dist-info/METADATA,sha256=8nK_wfqrrtlhSqwgzUu22KnnaVW0smPHj76AutAzBv4,4013
|
|
181
|
+
wiliot_certificate-4.5.0a3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
182
|
+
wiliot_certificate-4.5.0a3.dist-info/entry_points.txt,sha256=_wnYk2F4bFn9H7ZGRwYV6WcpK8a3WNon8K7Y5xusFz4,274
|
|
183
|
+
wiliot_certificate-4.5.0a3.dist-info/top_level.txt,sha256=WF6PUfxJ5n2-DxcXTA4oFrTlV6PX_pOYkYaQDk4Mk3g,35
|
|
184
|
+
wiliot_certificate-4.5.0a3.dist-info/RECORD,,
|
|
File without changes
|
{wiliot_certificate-4.5.0a1.dist-info → wiliot_certificate-4.5.0a3.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{wiliot_certificate-4.5.0a1.dist-info → wiliot_certificate-4.5.0a3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|