wiliot-certificate 4.5.0a3__py3-none-any.whl → 4.5.0a5__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 (53) hide show
  1. certificate/cert_common.py +33 -16
  2. certificate/cert_config.py +3 -3
  3. certificate/cert_data_sim.py +12 -9
  4. certificate/cert_defines.py +6 -0
  5. certificate/cert_gw_sim.py +26 -7
  6. certificate/cert_mqtt.py +5 -4
  7. certificate/cert_results.py +42 -32
  8. certificate/cert_utils.py +9 -10
  9. certificate/certificate.py +7 -5
  10. certificate/certificate_cli.py +10 -13
  11. certificate/tests/cloud_connectivity/acl_test/acl_test.py +13 -15
  12. certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json +1 -1
  13. certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py +2 -2
  14. certificate/tests/cloud_connectivity/connection_test/connection_test.py +4 -13
  15. certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py +1 -2
  16. certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py +12 -6
  17. certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py +1 -1
  18. certificate/tests/cloud_connectivity/stress_test/stress_test.py +12 -7
  19. certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py +1 -2
  20. certificate/tests/cloud_connectivity/uplink_test/uplink_test.py +26 -20
  21. certificate/tests/datapath/event_ble5_test/event_ble5_test.json +1 -1
  22. certificate/tests/datapath/event_ble5_test/event_ble5_test.py +1 -9
  23. certificate/tests/datapath/event_test/event_test.json +1 -1
  24. certificate/tests/datapath/event_test/event_test.py +1 -7
  25. certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +1 -1
  26. certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +3 -1
  27. certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py +2 -0
  28. certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +1 -1
  29. common/api_if/api_validation.py +6 -0
  30. gui_certificate/server.py +151 -58
  31. gui_certificate/templates/cert_run.html +86 -93
  32. {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a5.dist-info}/METADATA +5 -15
  33. {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a5.dist-info}/RECORD +37 -53
  34. certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +0 -211
  35. certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +0 -894
  36. certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +0 -184
  37. certificate/ag/wlt_types_ag_jsons/calibration.json +0 -490
  38. certificate/ag/wlt_types_ag_jsons/custom.json +0 -614
  39. certificate/ag/wlt_types_ag_jsons/datapath.json +0 -900
  40. certificate/ag/wlt_types_ag_jsons/energy2400.json +0 -670
  41. certificate/ag/wlt_types_ag_jsons/energySub1g.json +0 -691
  42. certificate/ag/wlt_types_ag_jsons/externalSensor.json +0 -727
  43. certificate/ag/wlt_types_ag_jsons/interface.json +0 -1095
  44. certificate/ag/wlt_types_ag_jsons/powerManagement.json +0 -1439
  45. certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +0 -105
  46. certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +0 -77
  47. certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +0 -126
  48. certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +0 -175
  49. certificate/ag/wlt_types_ag_jsons/unified_sensor_pkt.json +0 -65
  50. {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a5.dist-info}/WHEEL +0 -0
  51. {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a5.dist-info}/entry_points.txt +0 -0
  52. {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a5.dist-info}/licenses/LICENSE +0 -0
  53. {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a5.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wiliot_certificate
3
- Version: 4.5.0a3
3
+ Version: 4.5.0a5
4
4
  Summary: A library for certifying Wiliot-compliant boards
5
5
  Author-email: Wiliot <support@wiliot.com>
6
6
  License-Expression: MIT
@@ -38,10 +38,10 @@ This python package includes the following tools:
38
38
  - Certification Wizard (`wlt-cert`)
39
39
  - Certificate CLI (`wlt-cert-cli`)
40
40
  - Tester Upgrade (`wlt-cert-tester-upgrade`)
41
- - Registration Certificate (`wlt-cert-reg`)
41
+ - Registration Certificate Test (`wlt-cert-reg`)
42
42
 
43
43
  # Versioning:
44
- wiliot-certificate versions 4.5.x are compatible with firmware version >=4.5.0 (API VERSION: 13)
44
+ wiliot-certificate versions 4.5.x are compatible with firmware version >=4.4.0 (API VERSION: 12)
45
45
 
46
46
  ## Installing wiliot-certificate
47
47
  ````commandline
@@ -55,7 +55,7 @@ wlt-cert
55
55
  ````
56
56
  This tool is the default to test and certify your device.
57
57
  It runs a setup wizard that walks you through the initialization steps before running the tests.
58
- You'll need a [validation schema](https://community.wiliot.com/customers/s/article/Validation-Schema), tester device and custom broker json file ([more info here](https://community.wiliot.com/customers/s/article/Wiliot-Gateway-Certification)).
58
+ You'll need a [validation schema](https://community.wiliot.com/customers/s/article/Validation-Schema) and a [tester device](https://community.wiliot.com/customers/s/article/Wiliot-Certification).
59
59
  Once set up it opens a terminal and tests your device.
60
60
 
61
61
 
@@ -80,17 +80,13 @@ wlt-cert-reg
80
80
  ````
81
81
  Certify the gateway registration process to Wiliot platform.
82
82
  The gateway must use Wiliot production MQTT broker, and mustn't be registered to any account on Wiliot platform.
83
- Use -h for details on the arguments. [More info here](https://community.wiliot.com/customers/s/article/Wiliot-Gateway-Certification)
83
+ Use -h for details on the arguments (see [Registration](https://community.wiliot.com/customers/s/article/Wiliot-Certification) for more info).
84
84
 
85
85
 
86
86
  ## The following capabilities are not tested in this version
87
87
  ##### Cloud Connectivity & Misc
88
88
  - Board type registered within the Board Type Management system
89
89
  - Bridge OTA progress reporting
90
- ##### Power management
91
- - Functionality of energize and transmit in sleep mode
92
- ##### Edge management
93
- - Timing of heartbeat and interface packets
94
90
  ##### Module Energy 2400
95
91
  - Functionality of energy pattern, output power and duty cycle
96
92
  ##### Module Energy SUB1G
@@ -98,12 +94,6 @@ Use -h for details on the arguments. [More info here](https://community.wiliot.c
98
94
  ##### Module Datapath
99
95
  - RSSI edge cases: -127 and 0
100
96
  - Functionality of transmission pattern, output power
101
- - Pacer interval with channel 10 and 500k modulation
102
- - Pacer interval using GEN3 Pixels
103
- - Packet filter: the following configuration - DEBUG, TEMP & DEBUG, TEMPS & DEBUG & ADVANCE
104
- - Rx rate feature with extended advertising
105
- - Functionality of adaptive pacer algorithm
106
- - Supported Pixels for extended advertising and GEN3
107
97
  ##### Calibration
108
98
  - Functionality of output power and interval calibration
109
99
  - Functionality of calibration transmission patterns for the configuration STANDARD & EU & DISABLE
@@ -1,38 +1,22 @@
1
1
  certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- certificate/cert_common.py,sha256=wAGsj1i2d_AsH7zpUEXaLPtzG2tiArxY-dHmMQmsU4s,71408
3
- certificate/cert_config.py,sha256=FvVsgSj8y0nhIKP9KuDQXMSHSyY2mZH4XUElgqFD7VM,22420
4
- certificate/cert_data_sim.py,sha256=7DLBP5OTzo9jJvQctz_b_6XiozsY9VXkatRCrxJ96xk,13736
5
- certificate/cert_defines.py,sha256=nkrMJOwS93muV3j-2SgHGT8s3JnBQkkNfB7RWqYbjeg,17220
6
- certificate/cert_gw_sim.py,sha256=3GOe_MTlEdugbnqlcUWybIJryRoc9_v2359x7SUDGnc,16618
7
- certificate/cert_mqtt.py,sha256=N1uNN2V4ovUg-pTmUGMD6lHAnICW7BLNYGTcnG59qO0,22237
2
+ certificate/cert_common.py,sha256=M28Jt7ehM3K4KYc1ZdrRNMV0gtK4iiihPhF7bmpP_m0,72124
3
+ certificate/cert_config.py,sha256=zgs0taYur_tKX18B8PHLREwrf1XWTUCVszCUzVkz-mY,22318
4
+ certificate/cert_data_sim.py,sha256=Oe8sUaIh-NqLFr3QUkhcyUu8ZH0osy1VoOY3fRx-mmk,13785
5
+ certificate/cert_defines.py,sha256=v1PTOAz6v9lTzGUoR6S5COlBcn7DyP8ds6pEmCa9S_Y,17386
6
+ certificate/cert_gw_sim.py,sha256=mxa591grg-JhcSKXiqgBwjTm6xuqekVFEpwBaqD1lyU,17568
7
+ certificate/cert_mqtt.py,sha256=l7of-UGvZiVTHorq3SN8aKc4kESQKaLjElr8I6ndrxI,22445
8
8
  certificate/cert_prints.py,sha256=z8Bw3ZHiLr6yN3EbRkVvmUMkwLt6VNj0MUX1mUvdHQI,7025
9
9
  certificate/cert_protobuf.py,sha256=j8Tmm86VXONMvSTBl4Tmwt5G1jJRcJg05nJj7YHbpoM,3824
10
- certificate/cert_results.py,sha256=4pIm0TKYNYlJmIDZur0miQB43K_AL1HATJikmy-CYZc,29321
11
- certificate/cert_utils.py,sha256=XMa-RyEbohQcFviYN4NdhRPjJ-2D5ME168oMCk7Hpws,28833
12
- certificate/certificate.py,sha256=VGtbU8jN-y_cBbOxn_apQZCyW59W-3MFXDaCher6bdI,9235
13
- certificate/certificate_cli.py,sha256=uwfdVNpQirdRyLjl0bR410xkaY59OmIEOya7wYYV4AY,5363
10
+ certificate/cert_results.py,sha256=Lux5UQGSZG_0wq1uSO7ETri-JrYT4nXNOHdriZUmcCg,30051
11
+ certificate/cert_utils.py,sha256=ADPFJXLOZFzKtJoql3j1OKpkB9JgnJiv8VwEJW7kYJk,29038
12
+ certificate/certificate.py,sha256=KYOtROsBIZE9vYZKtPMnU9LyvQQ60fXodi3WZqRMluA,9310
13
+ certificate/certificate_cli.py,sha256=wd4X-ih6gPVGUWKLIXluIW40wYPJnMGfP_rD-dwPWk8,5030
14
14
  certificate/certificate_eth_test_list.txt,sha256=xlfEd7AMDG1d30c6AxKUZg2uDfI5YtkqpRWEfYgJAwQ,6216
15
15
  certificate/certificate_sanity_test_list.txt,sha256=JjpFxyxjWbylxnH8FyjPFgO2w-WaT3Nm0bcYhD0shhk,3487
16
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
20
- certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json,sha256=r7sp87tCenTWPi0APL_CvKJZP3gI1IE1LU88QOja6hQ,4688
21
- certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json,sha256=IDbMcPLVIN2rR-r6aR-XdMnAuGQokS7yLBFBGtmwhuI,20523
22
- certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json,sha256=Yk-r1xvmcmdPHVI8DF-N2K9rJCkBqIl0Vyjv4cbxkjY,3999
23
- certificate/ag/wlt_types_ag_jsons/calibration.json,sha256=joU8MbLbBJGzxSBV1bXPBCbqrI92k7GifD3igagvIzs,11508
24
- certificate/ag/wlt_types_ag_jsons/custom.json,sha256=MNQ9MhA6aKcz-cCMgTOrbhdCpnb5KC9bSzHGeX76xxw,13657
25
- certificate/ag/wlt_types_ag_jsons/datapath.json,sha256=82D-cmPofPe1BjmdXpDSNhXzwwGsWBAPK7fsPWgEJ8E,23435
26
- certificate/ag/wlt_types_ag_jsons/energy2400.json,sha256=CpRMxpUXaQl5A0bvdNTjjGmvbhprRleYY-ImXGh9t4g,15514
27
- certificate/ag/wlt_types_ag_jsons/energySub1g.json,sha256=B67NthLwuk5qeTFjjC7IcegcDiZb2i0HPIjaNl1iAGQ,15914
28
- certificate/ag/wlt_types_ag_jsons/externalSensor.json,sha256=jJzlKFGkPMW2JKccukHHybFHX_fUp2jSs9_Y5T7Iqmg,17169
29
- certificate/ag/wlt_types_ag_jsons/interface.json,sha256=6qCUaMsOKeFrM2zKRpeGZRkGoZdXE1A5AKJI_U6ypRk,25482
30
- certificate/ag/wlt_types_ag_jsons/powerManagement.json,sha256=fWgDyTKqGhUNT2deelh6XcQlwaat__rjUfpj-lfx2Yk,32724
31
- certificate/ag/wlt_types_ag_jsons/side_info_sensor.json,sha256=P06xqCiJnxImP8rV7C0a7YvhDaIhqn0e_9wl6uzGaps,2349
32
- certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json,sha256=6AmSuNh6YC6ZlQtfIaOW-S5IVEnx64KdVYfwS7g5Z4M,1668
33
- certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json,sha256=mbDYcJ3MDET2YqmOQgDsGy5ejyFlM4D8L1rZBw89cmU,2677
34
- certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json,sha256=DXRph3DPXzC1Y8YZr-xh6hLlTrO1LvPGRrSrnz4m7rM,3727
35
- certificate/ag/wlt_types_ag_jsons/unified_sensor_pkt.json,sha256=BkdFy8toXK2qhCvg8dY6CP-YaS3lZ-gPVZlUK_PaWFU,1410
36
20
  certificate/tests/calibration/interval_test/interval_test.json,sha256=io1q2a_45ksqm71iZ0ruk6m5xo_6ftTct9c5cLsXSK8,596
37
21
  certificate/tests/calibration/interval_test/interval_test.py,sha256=6PCpP1uoQDyuQAN5CKg1Go1uQOM-dZ0W4nH8syjU5bg,1171
38
22
  certificate/tests/calibration/output_power_test/output_power_test.json,sha256=TLnT_LANRmLxlMzqZQ5eSuA7aPSWV35ryN3ZIxX4WO0,1443
@@ -42,36 +26,36 @@ certificate/tests/calibration/pattern_test/pattern_test.py,sha256=SobeVTLqDbr0IJ
42
26
  certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.json,sha256=ZMNw-2ihDwASqPx-2vnqyaZuCOEN-rELcwAkrsYReD0,874
43
27
  certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.py,sha256=tdXqVj8hqFAdT46aB9UwHVr-O21BfvbFQtiSLpW8erY,7118
44
28
  certificate/tests/cloud_connectivity/acl_test/acl_test.json,sha256=HvpBwBnA7qlN0cipzJJLQAnFkBzCC0GNiLOnAUCEBcY,748
45
- certificate/tests/cloud_connectivity/acl_test/acl_test.py,sha256=SnXAv2IszOjyJAWJrIfzHu1RCDmLW4E5MwryJcm-Uao,4635
46
- certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json,sha256=bSBbWaggOew38x91rzdC88jxE3FYJsusO9IvTy7KJ1I,850
29
+ certificate/tests/cloud_connectivity/acl_test/acl_test.py,sha256=NBC9E1h2agpKYEsC1sQWI4M3SjwsVxJch-Iy1ibIs0A,4608
30
+ certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json,sha256=0U1RIjBFsfGtl_nTabNzRRPQYJs3F4JIivKIImuR1Y8,850
47
31
  certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.py,sha256=xqB65yWM754UfWF1N_h4bI4kuEajAqMvcdFjRu0OFfI,1873
48
32
  certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json,sha256=Sc4Xp3VPY9GjNKsQFcjAr9fyD9_MZMBfxsgpo31Jk-Y,755
49
- certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py,sha256=YBlpBshBHdMkiRp_liow7Tknj1e1j0fMAU8OKZJKWwg,10121
33
+ certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py,sha256=Q1VKsCofRImeOysN6ZweZcVLYHWf5t1_hgKh9VfZtRU,10179
50
34
  certificate/tests/cloud_connectivity/connection_test/connection_test.json,sha256=xr-d-DnzbItkXE8oBTZ31Fr0huhILdxXTQFJyqd6FYc,939
51
- certificate/tests/cloud_connectivity/connection_test/connection_test.py,sha256=vawz7N9tltiIxtOLOAsEPDid-RDQuGEYWJwm388gVuA,2707
35
+ certificate/tests/cloud_connectivity/connection_test/connection_test.py,sha256=VMG3-c9BpWYzVvp3amKMh8THP5Tl_hGsLUG9eaS42aE,2456
52
36
  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
37
+ certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py,sha256=FUS572_B3U-EjGUJNkxFpQyOjzm7x3J5FH0Bass8EhQ,3514
54
38
  certificate/tests/cloud_connectivity/downlink_test/downlink_test.json,sha256=VR2EHtOLHuh0ETSbgRGOuorHcuJPKBkk1hwM_7g_Dj4,878
55
39
  certificate/tests/cloud_connectivity/downlink_test/downlink_test.py,sha256=73uszwCvY2Rkg71Rqmco-meYLNBuh0vBIPxAeDo7zoU,8508
56
40
  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
41
+ certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py,sha256=-NFnFJ2PZxWalCg1umhP3KG_phidocJFhpH0j7Mu9xk,4291
58
42
  certificate/tests/cloud_connectivity/reboot_test/reboot_test.json,sha256=QZMqxrUul_jEvoQJKdWjzXxa_m49a3rVyDTDbREYhik,781
59
43
  certificate/tests/cloud_connectivity/reboot_test/reboot_test.py,sha256=h8Uhn6NQExb9pLRytrd7UvLO0ScxTOfM3sdCwSCWKqg,1924
60
44
  certificate/tests/cloud_connectivity/registration_test/registration_test.json,sha256=fT-IHk0CRid8EDgo9bDtO7jl_1JDcVK0bQSHBz8CpZw,1039
61
45
  certificate/tests/cloud_connectivity/registration_test/registration_test.py,sha256=uzLwNQFffLJQhzuUx0l1-xsk7r0X1z4xBk7zjkzlTlE,15115
62
- certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py,sha256=zh9j298Nis8BiL74E1pXskoxXzPmedznyJqJwKS4CIU,3164
46
+ certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py,sha256=PA43jADoqfnkEwOzeggl6mmo5nIQT6M_8j32IIxhQb0,3141
63
47
  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
48
+ certificate/tests/cloud_connectivity/stress_test/stress_test.py,sha256=K68fvwvTIIxuQHPak6oJ_HLv0amsGEM1NbqyePSpI3A,4175
65
49
  certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.json,sha256=4yiEHa1sxz6-xnQDtaBU4JHNDsPZ_p9Jpgqpy8s9QJY,1326
66
- certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py,sha256=U5FRhgoba12F7IIT4JmOKRhOaIkGYLV3I4tnf6a0xVc,4427
50
+ certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py,sha256=R6EvyRbBzfy3XjHrnR0HFSZHL7xM-ccDYZuBmrncIGU,4368
67
51
  certificate/tests/cloud_connectivity/uplink_test/uplink_test.json,sha256=F28h9EjUxLYOiYH1mk_o8hUqHyer4Mc7BhvfU4VnhYQ,955
68
- certificate/tests/cloud_connectivity/uplink_test/uplink_test.py,sha256=yoA84-DcFl7cZCw6_WyY1PYKB3L0R2nlYjbEEW-qY8A,6784
52
+ certificate/tests/cloud_connectivity/uplink_test/uplink_test.py,sha256=jEFkH6_UGiEcP4i3nyxYN2oqRQaJjiK165mbB2gF4kk,7227
69
53
  certificate/tests/datapath/aging_test/aging_test.json,sha256=n1LmPKJWzfSOmjNFMVMeIdFS59kteUDce6a55gEM4Zk,901
70
54
  certificate/tests/datapath/aging_test/aging_test.py,sha256=hxWlCd9XOJP9M14T9XRPpJ8_Af6SNaUs9ZDJNLRg7ms,6682
71
- certificate/tests/datapath/event_ble5_test/event_ble5_test.json,sha256=Tz3sx09zVKjgRcNtrnriF2Iski_TxbUluFji69KUdPs,967
72
- certificate/tests/datapath/event_ble5_test/event_ble5_test.py,sha256=RKOkpuPlCU-JE9EcMbNokG-J8gF7SIb1w98OhaJmjDY,5181
73
- certificate/tests/datapath/event_test/event_test.json,sha256=wGLlSQB4Q1bQG4CfY5XEcw2r2wO5MI-Gnm-cBDeFktQ,972
74
- certificate/tests/datapath/event_test/event_test.py,sha256=9bPeW73qhKrAQDliL3l-k8D7ql2BMK7xK3mcH5z-Pls,4201
55
+ certificate/tests/datapath/event_ble5_test/event_ble5_test.json,sha256=oK-HyLS8Re_D4MYppi6ZehhJTMVZ2-iW4gwlGaRu4bg,944
56
+ certificate/tests/datapath/event_ble5_test/event_ble5_test.py,sha256=BsCuVFFjL5U3s2cBxjeGygw5j9MmUWF51s_afmvyEII,4601
57
+ certificate/tests/datapath/event_test/event_test.json,sha256=moxR8vxvTX5p2PyP4d1P9f-wFjJbERhFn0nJAZw8AgA,949
58
+ certificate/tests/datapath/event_test/event_test.py,sha256=IigGoxk4rNM9CVRSnT0KWdEWg1CT2NZXyHd2SIIzqeA,3783
75
59
  certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=lho1x44X3MJDvKPX3ZouWIJPednp0MyTabcqhPaU9aE,805
76
60
  certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=Ecaf-8yQQX1ZybbgMstiNPrVhZz7-BSF4MSiUiE6tTc,3481
77
61
  certificate/tests/datapath/output_power_test/output_power_test.json,sha256=1B_glQf7GUgjdqnAwnKE2_iyinNGuW3mtiglp2XlLvQ,1449
@@ -99,7 +83,7 @@ certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.py,sh
99
83
  certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256=VxIn_4p25ieBkmSNQugX_qcHFR5hryqpCNIeYpDRiDk,772
100
84
  certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=JLLoHBbsQDPDNhXAaFcWib6KPpVsd0TG_gENEBXyrDk,1772
101
85
  certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json,sha256=UZiwejA1ZhayA463kkcRjentTMJDQGQ5vV5grGQtl4M,1423
102
- certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=G2jasFsCj99aF6_5fVWQMedH576bkBEborj34PIWnUM,12016
86
+ certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=mNXskD7r4vrv8qhDnVbWXbowy41-1xUM-BipqIBwT78,12016
103
87
  certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=vz2DOmPwgpBBNuFMKHm26zz_UX8eYK4vMF0zmm8TpXU,1423
104
88
  certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=MPztd0r9R36rnkx1EYRhK4xqELeqsqkduyohQQTukho,12016
105
89
  certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=hliFx-0HCLudJwzjkVIsLxeTRGxDE8nsnnEBxgOjeZE,1315
@@ -133,11 +117,11 @@ certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=QgUss
133
117
  certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=preFPIkOsWQmdsMcEgNqJUmP37E-8vKVy_Rlmudff-M,867
134
118
  certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=t-APjgeV0DC6udma8nB6ByKeA7pKLnbCTKvTKDphL-0,1179
135
119
  certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json,sha256=FiCMM0EbWo0wxwZ1jLgMAyes4tODHQmohp6_aRJB8bE,1981
136
- certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py,sha256=HMXbuqcOIpd_Df2C9ZQqu1rSMQVN1wPb8Olhqfwysz8,22290
120
+ certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py,sha256=RhmQBokIT769AU4DdtTLbawFNd0W0qfXnHCoaqWseAw,22424
137
121
  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
122
+ certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py,sha256=uswcOQfwYd3Jo8I2BOJFp7ws8Hku8D6wGjlI9nbLb7M,9165
139
123
  certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json,sha256=uh6kFILLY30CZc2bnB7TdZa5H5caM011DsMx76urFsA,1781
140
- certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=5K69QTWXHylCREsx_Dh52W33o1Ad1fFyZS2KjHZdFww,20546
124
+ certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=oULbIcC1b-5ZCcXdGGq33xwsK15EmtpWSYNsY5judEw,20543
141
125
  certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=AfUQk3F7zHbgLpRq5BeaTtvitAmZv5SeLoLZ9ZThcRs,714
142
126
  certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=PbymKCIgCQ0hg7J7eWOKUCRChavxCPdT9H5Ydfg8cFQ,1179
143
127
  certificate/tests/energy_sub1g/pattern_test/pattern_test.json,sha256=8Gzbkgxb66xmW_nujX8DfWgN2tWdhS9Uq7ghgcVs7CI,1184
@@ -150,7 +134,7 @@ common/wltPb_pb2.py,sha256=xMXdT2gP9g79Jo7XHI5E-i-qaDgdIQCHBNfUcuA6tKs,9154
150
134
  common/wltPb_pb2.pyi,sha256=qCTgOrf9Og_y6ilwWwkpK_D-qDFOagNpRc35mgT-_C4,12214
151
135
  common/wlt_logo.png,sha256=21DEhCEOOBU7Zt7ocwVIKU_CKUoHXScc3ej5VAzVsjM,132154
152
136
  common/api_if/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
153
- common/api_if/api_validation.py,sha256=4-WLog_JvLZ52bLDxHGJZbVoeLtxgpWxG5VQ091ok9c,4043
137
+ common/api_if/api_validation.py,sha256=uNzrbt1CDLc1IftY4ovlQ-aJegkMYU5DkBRhaMoSutU,4388
154
138
  common/api_if/202/data.json,sha256=A_nTONHIvPsOIqTM0X-ON0s2i2Um7bmv7b1zZzGD0nA,2423
155
139
  common/api_if/202/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
156
140
  common/api_if/202/status.json,sha256=fV51wzaMLk3BfnwzPr6oA7pwnEacZ8vYr-C37KhYFnM,1953
@@ -174,11 +158,11 @@ common/web/templates/parser.html,sha256=0J2WX5QTD_EZJUtmNq6--wrnpP0-I09iE3rB02eu
174
158
  common/web/templates/wlt_types.html,sha256=FKxlJ08H7IgNPdsT36RbpMKRw29t-tuwqGaQ4HHhBEM,432230
175
159
  gui_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
176
160
  gui_certificate/gui_certificate_cli.py,sha256=371nNCVmRtUePYKp_w-DVTr3C8hLAzKR2q5ZAMsaxt0,448
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,,
161
+ gui_certificate/server.py,sha256=qlKlpgBSAQa9zlPR12k3rB2m0mAvxO9aZxUVgGLfoRE,60159
162
+ gui_certificate/templates/cert_run.html,sha256=nnfolVZ2u1bsiH-u3vbKt1HCcP7CvAzWRZnJe-g3yyo,68803
163
+ wiliot_certificate-4.5.0a5.dist-info/licenses/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
164
+ wiliot_certificate-4.5.0a5.dist-info/METADATA,sha256=xdp-FCExbU9eRnSMIofSxV7ygaWljQ4tUYPERtjpmYs,3496
165
+ wiliot_certificate-4.5.0a5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
166
+ wiliot_certificate-4.5.0a5.dist-info/entry_points.txt,sha256=_wnYk2F4bFn9H7ZGRwYV6WcpK8a3WNon8K7Y5xusFz4,274
167
+ wiliot_certificate-4.5.0a5.dist-info/top_level.txt,sha256=WF6PUfxJ5n2-DxcXTA4oFrTlV6PX_pOYkYaQDk4Mk3g,35
168
+ wiliot_certificate-4.5.0a5.dist-info/RECORD,,
@@ -1,211 +0,0 @@
1
- {
2
- "versions": [
3
- {
4
- "version": "13",
5
- "packetFields": [
6
- {
7
- "name": "msgType",
8
- "byteOffset": 5,
9
- "byteLength": 1,
10
- "bitOffset": 0,
11
- "bitLength": 8,
12
- "outType": "uint"
13
- },
14
- {
15
- "name": "apiVersion",
16
- "byteOffset": 6,
17
- "byteLength": 1,
18
- "bitOffset": 0,
19
- "bitLength": 8,
20
- "outType": "uint"
21
- },
22
- {
23
- "name": "seqId",
24
- "byteOffset": 7,
25
- "byteLength": 1,
26
- "bitOffset": 0,
27
- "bitLength": 8,
28
- "outType": "uint"
29
- },
30
- {
31
- "name": "srcBrgMac",
32
- "byteOffset": 8,
33
- "byteLength": 6,
34
- "bitOffset": 0,
35
- "bitLength": 48,
36
- "outType": "string"
37
- },
38
- {
39
- "name": "actionId",
40
- "byteOffset": 14,
41
- "byteLength": 1,
42
- "bitOffset": 0,
43
- "bitLength": 8,
44
- "outType": "uint"
45
- },
46
- {
47
- "name": "destBrgMac",
48
- "byteOffset": 15,
49
- "byteLength": 6,
50
- "bitOffset": 0,
51
- "bitLength": 48,
52
- "outType": "string"
53
- },
54
- {
55
- "name": "app",
56
- "byteOffset": 21,
57
- "byteLength": 1,
58
- "bitOffset": 0,
59
- "bitLength": 8,
60
- "outType": "uint"
61
- },
62
- {
63
- "name": "bootloader",
64
- "byteOffset": 22,
65
- "byteLength": 1,
66
- "bitOffset": 0,
67
- "bitLength": 8,
68
- "outType": "uint"
69
- }
70
- ]
71
- },
72
- {
73
- "version": "12",
74
- "packetFields": [
75
- {
76
- "name": "msgType",
77
- "byteOffset": 5,
78
- "byteLength": 1,
79
- "bitOffset": 0,
80
- "bitLength": 8,
81
- "outType": "uint"
82
- },
83
- {
84
- "name": "apiVersion",
85
- "byteOffset": 6,
86
- "byteLength": 1,
87
- "bitOffset": 0,
88
- "bitLength": 8,
89
- "outType": "uint"
90
- },
91
- {
92
- "name": "seqId",
93
- "byteOffset": 7,
94
- "byteLength": 1,
95
- "bitOffset": 0,
96
- "bitLength": 8,
97
- "outType": "uint"
98
- },
99
- {
100
- "name": "srcBrgMac",
101
- "byteOffset": 8,
102
- "byteLength": 6,
103
- "bitOffset": 0,
104
- "bitLength": 48,
105
- "outType": "string"
106
- },
107
- {
108
- "name": "actionId",
109
- "byteOffset": 14,
110
- "byteLength": 1,
111
- "bitOffset": 0,
112
- "bitLength": 8,
113
- "outType": "uint"
114
- },
115
- {
116
- "name": "destBrgMac",
117
- "byteOffset": 15,
118
- "byteLength": 6,
119
- "bitOffset": 0,
120
- "bitLength": 48,
121
- "outType": "string"
122
- },
123
- {
124
- "name": "app",
125
- "byteOffset": 21,
126
- "byteLength": 1,
127
- "bitOffset": 0,
128
- "bitLength": 8,
129
- "outType": "uint"
130
- },
131
- {
132
- "name": "bootloader",
133
- "byteOffset": 22,
134
- "byteLength": 1,
135
- "bitOffset": 0,
136
- "bitLength": 8,
137
- "outType": "uint"
138
- }
139
- ]
140
- },
141
- {
142
- "version": "11",
143
- "packetFields": [
144
- {
145
- "name": "msgType",
146
- "byteOffset": 5,
147
- "byteLength": 1,
148
- "bitOffset": 0,
149
- "bitLength": 8,
150
- "outType": "uint"
151
- },
152
- {
153
- "name": "apiVersion",
154
- "byteOffset": 6,
155
- "byteLength": 1,
156
- "bitOffset": 0,
157
- "bitLength": 8,
158
- "outType": "uint"
159
- },
160
- {
161
- "name": "seqId",
162
- "byteOffset": 7,
163
- "byteLength": 1,
164
- "bitOffset": 0,
165
- "bitLength": 8,
166
- "outType": "uint"
167
- },
168
- {
169
- "name": "srcBrgMac",
170
- "byteOffset": 8,
171
- "byteLength": 6,
172
- "bitOffset": 0,
173
- "bitLength": 48,
174
- "outType": "string"
175
- },
176
- {
177
- "name": "actionId",
178
- "byteOffset": 14,
179
- "byteLength": 1,
180
- "bitOffset": 0,
181
- "bitLength": 8,
182
- "outType": "uint"
183
- },
184
- {
185
- "name": "destBrgMac",
186
- "byteOffset": 15,
187
- "byteLength": 6,
188
- "bitOffset": 0,
189
- "bitLength": 48,
190
- "outType": "string"
191
- },
192
- {
193
- "name": "app",
194
- "byteOffset": 21,
195
- "byteLength": 1,
196
- "bitOffset": 0,
197
- "bitLength": 8,
198
- "outType": "uint"
199
- },
200
- {
201
- "name": "bootloader",
202
- "byteOffset": 22,
203
- "byteLength": 1,
204
- "bitOffset": 0,
205
- "bitLength": 8,
206
- "outType": "uint"
207
- }
208
- ]
209
- }
210
- ]
211
- }