wiliot-certificate 4.5.0__py3-none-any.whl → 4.5.0a2__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/ag/wlt_types_ag_jsons/brg2brg_ota.json +211 -0
- certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +894 -0
- certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +184 -0
- certificate/ag/wlt_types_ag_jsons/calibration.json +490 -0
- certificate/ag/wlt_types_ag_jsons/custom.json +614 -0
- certificate/ag/wlt_types_ag_jsons/datapath.json +900 -0
- certificate/ag/wlt_types_ag_jsons/energy2400.json +670 -0
- certificate/ag/wlt_types_ag_jsons/energySub1g.json +691 -0
- certificate/ag/wlt_types_ag_jsons/externalSensor.json +727 -0
- certificate/ag/wlt_types_ag_jsons/interface.json +1095 -0
- certificate/ag/wlt_types_ag_jsons/powerManagement.json +1439 -0
- certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +105 -0
- certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +77 -0
- certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +126 -0
- certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +175 -0
- certificate/ag/wlt_types_ag_jsons/unified_sensor_pkt.json +65 -0
- certificate/cert_common.py +35 -65
- certificate/cert_config.py +18 -43
- certificate/cert_data_sim.py +9 -12
- certificate/cert_defines.py +0 -8
- certificate/cert_gw_sim.py +7 -32
- certificate/cert_mqtt.py +5 -15
- certificate/cert_prints.py +0 -1
- certificate/cert_results.py +37 -48
- certificate/cert_utils.py +15 -24
- certificate/certificate.py +5 -12
- certificate/certificate_cli.py +13 -10
- certificate/certificate_eth_test_list.txt +3 -4
- certificate/certificate_sanity_test_list.txt +2 -3
- certificate/certificate_test_list.txt +4 -4
- certificate/tests/calibration/interval_test/interval_test.json +0 -1
- certificate/tests/calibration/output_power_test/output_power_test.json +0 -1
- certificate/tests/calibration/pattern_test/pattern_test.json +0 -1
- certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.json +0 -1
- certificate/tests/cloud_connectivity/acl_test/acl_test.json +0 -1
- certificate/tests/cloud_connectivity/acl_test/acl_test.py +15 -13
- certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json +1 -2
- certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.py +6 -8
- certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json +0 -1
- certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py +3 -3
- certificate/tests/cloud_connectivity/connection_test/connection_test.json +0 -1
- certificate/tests/cloud_connectivity/connection_test/connection_test.py +13 -6
- certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.json +0 -1
- certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py +11 -6
- certificate/tests/cloud_connectivity/downlink_test/downlink_test.json +0 -1
- certificate/tests/cloud_connectivity/downlink_test/downlink_test.py +4 -1
- certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.json +0 -1
- certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py +9 -14
- certificate/tests/cloud_connectivity/reboot_test/reboot_test.json +0 -1
- certificate/tests/cloud_connectivity/reboot_test/reboot_test.py +0 -2
- certificate/tests/cloud_connectivity/registration_test/registration_test.json +0 -1
- certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py +1 -1
- certificate/tests/cloud_connectivity/stress_test/stress_test.json +0 -1
- certificate/tests/cloud_connectivity/stress_test/stress_test.py +11 -15
- certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.json +0 -1
- certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py +2 -1
- certificate/tests/cloud_connectivity/uplink_test/uplink_test.json +0 -1
- certificate/tests/cloud_connectivity/uplink_test/uplink_test.py +20 -27
- certificate/tests/datapath/aging_test/aging_test.json +0 -1
- certificate/tests/datapath/aging_test/aging_test.py +3 -7
- certificate/tests/datapath/event_ble5_test/event_ble5_test.json +2 -3
- certificate/tests/datapath/event_ble5_test/event_ble5_test.py +13 -7
- certificate/tests/datapath/event_test/event_test.json +2 -3
- certificate/tests/datapath/event_test/event_test.py +10 -5
- certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +1 -2
- certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +5 -9
- certificate/tests/datapath/output_power_test/output_power_test.json +0 -1
- certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +0 -1
- certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +4 -4
- certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json +0 -1
- certificate/tests/datapath/pattern_test/pattern_test.json +0 -1
- certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.json +0 -1
- 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.json +0 -1
- 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.json +0 -1
- certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py +8 -10
- certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +0 -1
- certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +0 -1
- certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +0 -1
- certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.json +0 -1
- certificate/tests/datapath/rx_channel_test/rx_channel_test.json +0 -1
- certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +0 -1
- certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +1 -1
- certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +0 -1
- certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +0 -1
- certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +0 -3
- certificate/tests/datapath/stress_test/stress_test.json +0 -1
- certificate/tests/datapath/stress_test/stress_test.py +0 -3
- certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +0 -1
- certificate/tests/edge_mgmt/action_blink_test/action_blink_test.json +0 -1
- certificate/tests/edge_mgmt/action_get_battery_sensor_test/action_get_battery_sensor_test.json +0 -1
- certificate/tests/edge_mgmt/action_get_module_test/action_get_module_test.json +0 -1
- certificate/tests/edge_mgmt/action_get_pof_data_test/action_get_pof_data_test.json +0 -1
- certificate/tests/edge_mgmt/action_gw_hb_test/action_gw_hb_test.json +0 -1
- certificate/tests/edge_mgmt/action_reboot_test/action_reboot_test.json +0 -1
- certificate/tests/edge_mgmt/action_restore_defaults_test/action_restore_defaults_test.json +0 -1
- certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.json +0 -1
- certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.py +14 -18
- certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json +0 -1
- certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +0 -1
- certificate/tests/energy2400/output_power_test/output_power_test.json +0 -1
- certificate/tests/energy2400/pattern_test/pattern_test.json +0 -1
- certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json +0 -1
- certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +3 -4
- certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json +9 -9
- certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py +271 -113
- certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +0 -1
- certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +1 -1
- certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +0 -1
- certificate/tests/energy_sub1g/pattern_test/pattern_test.json +0 -1
- certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json +0 -1
- certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json +0 -1
- certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +9 -4
- common/api_if/api_validation.py +0 -6
- common/web/templates/generator.html +79 -141
- common/web/web_utils.py +56 -78
- gui_certificate/server.py +78 -283
- gui_certificate/templates/cert_run.html +113 -179
- {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/METADATA +22 -7
- {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/RECORD +125 -109
- {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/WHEEL +0 -0
- {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/entry_points.txt +0 -0
- {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/licenses/LICENSE +0 -0
- {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/top_level.txt +0 -0
|
@@ -1,140 +1,156 @@
|
|
|
1
1
|
certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
certificate/cert_common.py,sha256=
|
|
3
|
-
certificate/cert_config.py,sha256=
|
|
4
|
-
certificate/cert_data_sim.py,sha256=
|
|
5
|
-
certificate/cert_defines.py,sha256=
|
|
6
|
-
certificate/cert_gw_sim.py,sha256=
|
|
7
|
-
certificate/cert_mqtt.py,sha256=
|
|
8
|
-
certificate/cert_prints.py,sha256=
|
|
2
|
+
certificate/cert_common.py,sha256=dVPDX2E48OBhX7wb7BwqUuExcpMfs2osb8gkMIsKbc0,71414
|
|
3
|
+
certificate/cert_config.py,sha256=IHzs9Cpw3fJsn6al0gxKcs7n3Z5tB3GhnSy_GTUolb8,22477
|
|
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
|
|
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=
|
|
12
|
-
certificate/certificate.py,sha256=
|
|
13
|
-
certificate/certificate_cli.py,sha256=
|
|
14
|
-
certificate/certificate_eth_test_list.txt,sha256=
|
|
15
|
-
certificate/certificate_sanity_test_list.txt,sha256=
|
|
16
|
-
certificate/certificate_test_list.txt,sha256=
|
|
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
|
|
14
|
+
certificate/certificate_eth_test_list.txt,sha256=G7O7rOycoSLx5LYPDq_qlzPgOWPHq0gWZ35jsmaZL9k,6237
|
|
15
|
+
certificate/certificate_sanity_test_list.txt,sha256=F1vXhhw4gsJUxt34C2fuQkS-E8Sc74G41jinzeKFO7Y,3448
|
|
16
|
+
certificate/certificate_test_list.txt,sha256=FAaG_Rfw_EIdpUd1Jpu_J5QiuCuQRH0Wo_38d3NTy6A,6270
|
|
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/
|
|
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
|
+
certificate/tests/calibration/interval_test/interval_test.json,sha256=io1q2a_45ksqm71iZ0ruk6m5xo_6ftTct9c5cLsXSK8,596
|
|
21
37
|
certificate/tests/calibration/interval_test/interval_test.py,sha256=6PCpP1uoQDyuQAN5CKg1Go1uQOM-dZ0W4nH8syjU5bg,1171
|
|
22
|
-
certificate/tests/calibration/output_power_test/output_power_test.json,sha256=
|
|
38
|
+
certificate/tests/calibration/output_power_test/output_power_test.json,sha256=TLnT_LANRmLxlMzqZQ5eSuA7aPSWV35ryN3ZIxX4WO0,1443
|
|
23
39
|
certificate/tests/calibration/output_power_test/output_power_test.py,sha256=ZhszJX-ugX1R2aFLhdKOk6qFtEwW_7qSRVDWkWv5sSo,1698
|
|
24
|
-
certificate/tests/calibration/pattern_test/pattern_test.json,sha256=
|
|
40
|
+
certificate/tests/calibration/pattern_test/pattern_test.json,sha256=lfAQal-qLqbwf1_HJEKia7nUU-ZqMO9YexNWsQjVp_k,1022
|
|
25
41
|
certificate/tests/calibration/pattern_test/pattern_test.py,sha256=SobeVTLqDbr0IJ79rgDBy3WAmw63Gv5CthOUSxIlMqM,4559
|
|
26
|
-
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
|
|
27
43
|
certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.py,sha256=tdXqVj8hqFAdT46aB9UwHVr-O21BfvbFQtiSLpW8erY,7118
|
|
28
|
-
certificate/tests/cloud_connectivity/acl_test/acl_test.json,sha256=
|
|
29
|
-
certificate/tests/cloud_connectivity/acl_test/acl_test.py,sha256=
|
|
30
|
-
certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json,sha256=
|
|
31
|
-
certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.py,sha256=
|
|
32
|
-
certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json,sha256=
|
|
33
|
-
certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py,sha256=
|
|
34
|
-
certificate/tests/cloud_connectivity/connection_test/connection_test.json,sha256=
|
|
35
|
-
certificate/tests/cloud_connectivity/connection_test/connection_test.py,sha256=
|
|
36
|
-
certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.json,sha256
|
|
37
|
-
certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py,sha256=
|
|
38
|
-
certificate/tests/cloud_connectivity/downlink_test/downlink_test.json,sha256=
|
|
39
|
-
certificate/tests/cloud_connectivity/downlink_test/downlink_test.py,sha256=
|
|
40
|
-
certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.json,sha256=
|
|
41
|
-
certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py,sha256=
|
|
42
|
-
certificate/tests/cloud_connectivity/reboot_test/reboot_test.json,sha256=
|
|
43
|
-
certificate/tests/cloud_connectivity/reboot_test/reboot_test.py,sha256=
|
|
44
|
-
certificate/tests/cloud_connectivity/registration_test/registration_test.json,sha256=
|
|
44
|
+
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
|
|
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=Sc4Xp3VPY9GjNKsQFcjAr9fyD9_MZMBfxsgpo31Jk-Y,755
|
|
49
|
+
certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py,sha256=YBlpBshBHdMkiRp_liow7Tknj1e1j0fMAU8OKZJKWwg,10121
|
|
50
|
+
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
|
|
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
|
|
54
|
+
certificate/tests/cloud_connectivity/downlink_test/downlink_test.json,sha256=VR2EHtOLHuh0ETSbgRGOuorHcuJPKBkk1hwM_7g_Dj4,878
|
|
55
|
+
certificate/tests/cloud_connectivity/downlink_test/downlink_test.py,sha256=p9PDpvKd8dhXiPElZ4CY6HgAs5IWdKfd9fmhBj_C1fM,8645
|
|
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
|
|
58
|
+
certificate/tests/cloud_connectivity/reboot_test/reboot_test.json,sha256=QZMqxrUul_jEvoQJKdWjzXxa_m49a3rVyDTDbREYhik,781
|
|
59
|
+
certificate/tests/cloud_connectivity/reboot_test/reboot_test.py,sha256=h8Uhn6NQExb9pLRytrd7UvLO0ScxTOfM3sdCwSCWKqg,1924
|
|
60
|
+
certificate/tests/cloud_connectivity/registration_test/registration_test.json,sha256=fT-IHk0CRid8EDgo9bDtO7jl_1JDcVK0bQSHBz8CpZw,1039
|
|
45
61
|
certificate/tests/cloud_connectivity/registration_test/registration_test.py,sha256=uzLwNQFffLJQhzuUx0l1-xsk7r0X1z4xBk7zjkzlTlE,15115
|
|
46
|
-
certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py,sha256=
|
|
47
|
-
certificate/tests/cloud_connectivity/stress_test/stress_test.json,sha256=
|
|
48
|
-
certificate/tests/cloud_connectivity/stress_test/stress_test.py,sha256=
|
|
49
|
-
certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.json,sha256=
|
|
50
|
-
certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py,sha256=
|
|
51
|
-
certificate/tests/cloud_connectivity/uplink_test/uplink_test.json,sha256=
|
|
52
|
-
certificate/tests/cloud_connectivity/uplink_test/uplink_test.py,sha256=
|
|
53
|
-
certificate/tests/datapath/aging_test/aging_test.json,sha256=
|
|
54
|
-
certificate/tests/datapath/aging_test/aging_test.py,sha256=
|
|
55
|
-
certificate/tests/datapath/event_ble5_test/event_ble5_test.json,sha256=
|
|
56
|
-
certificate/tests/datapath/event_ble5_test/event_ble5_test.py,sha256=
|
|
57
|
-
certificate/tests/datapath/event_test/event_test.json,sha256=
|
|
58
|
-
certificate/tests/datapath/event_test/event_test.py,sha256=
|
|
59
|
-
certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=
|
|
60
|
-
certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=
|
|
61
|
-
certificate/tests/datapath/output_power_test/output_power_test.json,sha256=
|
|
62
|
+
certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py,sha256=zh9j298Nis8BiL74E1pXskoxXzPmedznyJqJwKS4CIU,3164
|
|
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
|
|
65
|
+
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
|
|
67
|
+
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
|
|
69
|
+
certificate/tests/datapath/aging_test/aging_test.json,sha256=n1LmPKJWzfSOmjNFMVMeIdFS59kteUDce6a55gEM4Zk,901
|
|
70
|
+
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=eCU7wTBsqheQqxdj7nIkMsi8UT3tgXeupDIfXXDNHDE,5101
|
|
73
|
+
certificate/tests/datapath/event_test/event_test.json,sha256=wGLlSQB4Q1bQG4CfY5XEcw2r2wO5MI-Gnm-cBDeFktQ,972
|
|
74
|
+
certificate/tests/datapath/event_test/event_test.py,sha256=fzc_t4YjyxCqSRbB4HIqVu4zZZs1TZIGRRm-pTzGA2U,4186
|
|
75
|
+
certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=lho1x44X3MJDvKPX3ZouWIJPednp0MyTabcqhPaU9aE,805
|
|
76
|
+
certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=Ecaf-8yQQX1ZybbgMstiNPrVhZz7-BSF4MSiUiE6tTc,3481
|
|
77
|
+
certificate/tests/datapath/output_power_test/output_power_test.json,sha256=1B_glQf7GUgjdqnAwnKE2_iyinNGuW3mtiglp2XlLvQ,1449
|
|
62
78
|
certificate/tests/datapath/output_power_test/output_power_test.py,sha256=09Ug3nhLm3SFTdfZnoKSN1wR5Dc9yRKbRlaNn7Gt9Rw,1704
|
|
63
|
-
certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=
|
|
64
|
-
certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=
|
|
65
|
-
certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=
|
|
79
|
+
certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=5TIAiLQ5RRzRzYImh4Hk5iv0-skqdpuJALff3Z75j_s,948
|
|
80
|
+
certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=v6E2CZY9pn1uiKu4DM5o0H-OkrSS8Acxe2_Rps95N9Q,2672
|
|
81
|
+
certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=1Z_vTa_XJCV0Rgr_mt8IqF8K04ywMoLiqHJUsHX_jwo,922
|
|
66
82
|
certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=wl11515yJFsog_-ei6fU9-63M-rYH0oRYJIFerG0tf4,2665
|
|
67
|
-
certificate/tests/datapath/pattern_test/pattern_test.json,sha256=
|
|
83
|
+
certificate/tests/datapath/pattern_test/pattern_test.json,sha256=e_rJ0cwsDCOEvJnnbG_wMv3s1OyMX_CEi88npdlmYpQ,870
|
|
68
84
|
certificate/tests/datapath/pattern_test/pattern_test.py,sha256=v8No-SnxB6Fcmga9kzbEetMUSafjZ8Ftipp1AU-79QQ,1731
|
|
69
|
-
certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.json,sha256=
|
|
70
|
-
certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.py,sha256=
|
|
71
|
-
certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=
|
|
72
|
-
certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=
|
|
73
|
-
certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.json,sha256=
|
|
74
|
-
certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py,sha256=
|
|
75
|
-
certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=
|
|
85
|
+
certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.json,sha256=zxmjStEe_1KIezxLX9ncAqTjYiTKotxKEXmCf8ySTPU,1225
|
|
86
|
+
certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.py,sha256=eVdEK7jGkRENFby_EIApndmLeDJAqY0xnI1lLtr4imM,3247
|
|
87
|
+
certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=3AsDojnRFtblBPP1WxKXegOjftq1X8WvRyR69zgmSQo,1203
|
|
88
|
+
certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=89AZzh_fGMh7GRre39LeRWs9wrIooN34msFq-sVYWBk,3160
|
|
89
|
+
certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.json,sha256=F2-J_3mV09RLnT0Z6Zv2c08oBQ4QNnnCK7M-UtE41KE,1206
|
|
90
|
+
certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py,sha256=5d9rSOzRoKbkRKvWuX_6Gt5a5l80jXe3uvxMSVW9Rnc,4552
|
|
91
|
+
certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=veqwlRnG5VbdA-n4YZ6nfjSUxL5dar52GfuG0JrmfWQ,1157
|
|
76
92
|
certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=vB2JlCczasZE81VGRzIeqBEM8VGekSf9-wgGP8SWd50,3152
|
|
77
|
-
certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=
|
|
93
|
+
certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=sGWj910BxCrzaFMlF8lp8NjNmhiXMR4DO7qSJJg92ZU,1168
|
|
78
94
|
certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=rEHn2aO0SM3PeT68czrhp1GkxG3o7qAj5h9JPUyC-kE,3132
|
|
79
|
-
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
|
|
80
96
|
certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=d4RXqCuJv5fEjt01GFXQb99hF0EgOSS3EoKCueLhMfg,3271
|
|
81
|
-
certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.json,sha256=
|
|
97
|
+
certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.json,sha256=zjzm7WKNzNe6UCasynLmjg4Gz4VX3HndY8n9yUlekFc,847
|
|
82
98
|
certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.py,sha256=ZXQRYFxnUOgdcWS4BpN95XVbezQG0X8wU5s1Lbc2Ytg,3398
|
|
83
|
-
certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256=
|
|
99
|
+
certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256=VxIn_4p25ieBkmSNQugX_qcHFR5hryqpCNIeYpDRiDk,772
|
|
84
100
|
certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=JLLoHBbsQDPDNhXAaFcWib6KPpVsd0TG_gENEBXyrDk,1772
|
|
85
|
-
certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json,sha256=
|
|
86
|
-
certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=
|
|
87
|
-
certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=
|
|
101
|
+
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
|
|
103
|
+
certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=vz2DOmPwgpBBNuFMKHm26zz_UX8eYK4vMF0zmm8TpXU,1423
|
|
88
104
|
certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=MPztd0r9R36rnkx1EYRhK4xqELeqsqkduyohQQTukho,12016
|
|
89
|
-
certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=
|
|
90
|
-
certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=
|
|
91
|
-
certificate/tests/datapath/stress_test/stress_test.json,sha256=
|
|
92
|
-
certificate/tests/datapath/stress_test/stress_test.py,sha256=
|
|
93
|
-
certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=
|
|
105
|
+
certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=hliFx-0HCLudJwzjkVIsLxeTRGxDE8nsnnEBxgOjeZE,1315
|
|
106
|
+
certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=zqjNGFe_SSRrNE4fDPybpgWBwGJwQrO5A8Fphg4x6bg,10996
|
|
107
|
+
certificate/tests/datapath/stress_test/stress_test.json,sha256=oOrNKTZ1pObnQJuZfSCxORk_o9SVbg4_uEWghp7rQUA,1315
|
|
108
|
+
certificate/tests/datapath/stress_test/stress_test.py,sha256=ZfztrKpL02wyEFM8plS04b9TpC-5HFUUD6WbCUPc7c0,10995
|
|
109
|
+
certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=5WfRTpR0HBs_7zr8YNxSWAe9Njk8WV5NTtqloDajtII,994
|
|
94
110
|
certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=nb1o8mge5QDSyw731fZbKyhmaSlvGjO1fnsYb-9jVfk,3642
|
|
95
|
-
certificate/tests/edge_mgmt/action_blink_test/action_blink_test.json,sha256=
|
|
111
|
+
certificate/tests/edge_mgmt/action_blink_test/action_blink_test.json,sha256=tZJAxmSuYQg8KIPBytzB7QLh24SCkHycn5sLPAR1SX8,587
|
|
96
112
|
certificate/tests/edge_mgmt/action_blink_test/action_blink_test.py,sha256=xL2X5C6nOeJ9JjDmkQ33GxRBzeCRtAGffheIIjRCT_c,738
|
|
97
|
-
certificate/tests/edge_mgmt/action_get_battery_sensor_test/action_get_battery_sensor_test.json,sha256=
|
|
113
|
+
certificate/tests/edge_mgmt/action_get_battery_sensor_test/action_get_battery_sensor_test.json,sha256=ZjEenSPfIFN00o64Y1NOJ_mkkGzwq2RikL_kFI3cIWw,661
|
|
98
114
|
certificate/tests/edge_mgmt/action_get_battery_sensor_test/action_get_battery_sensor_test.py,sha256=LeiAwzdMVrKWF0CJxb0QtCRoDgcRBezqJ4aOOWLQNyc,1668
|
|
99
|
-
certificate/tests/edge_mgmt/action_get_module_test/action_get_module_test.json,sha256=
|
|
115
|
+
certificate/tests/edge_mgmt/action_get_module_test/action_get_module_test.json,sha256=KjrYrGy3fJVws6tAFIzvgLVM_IpuqBCH_YYvat43jok,670
|
|
100
116
|
certificate/tests/edge_mgmt/action_get_module_test/action_get_module_test.py,sha256=mRuU1B3qwrVU1b5-LKRntsHAjFuVKp15dGcSwR0BDe4,1761
|
|
101
|
-
certificate/tests/edge_mgmt/action_get_pof_data_test/action_get_pof_data_test.json,sha256=
|
|
117
|
+
certificate/tests/edge_mgmt/action_get_pof_data_test/action_get_pof_data_test.json,sha256=8QtBjW3uyrBm_Z85l1tJg9TYgwO5LseNpndm_rPQrkE,632
|
|
102
118
|
certificate/tests/edge_mgmt/action_get_pof_data_test/action_get_pof_data_test.py,sha256=3ScRxbq_27oNmMtfa83BoKfyYjb_GV_C1UDNGdBSX4A,1600
|
|
103
|
-
certificate/tests/edge_mgmt/action_gw_hb_test/action_gw_hb_test.json,sha256=
|
|
119
|
+
certificate/tests/edge_mgmt/action_gw_hb_test/action_gw_hb_test.json,sha256=UO4FzVqLY2i0XKbV2tT7nKDgWuSKoDe4J_lBgvO978A,611
|
|
104
120
|
certificate/tests/edge_mgmt/action_gw_hb_test/action_gw_hb_test.py,sha256=9diaeeIiE0uE6fj7hTOxE65JVXv3wOvXKl3YDFIMsC8,1734
|
|
105
|
-
certificate/tests/edge_mgmt/action_reboot_test/action_reboot_test.json,sha256=
|
|
121
|
+
certificate/tests/edge_mgmt/action_reboot_test/action_reboot_test.json,sha256=nFoHvRx9HNgam787NhCOryyBIjg-HlZK94wLc-itVMk,649
|
|
106
122
|
certificate/tests/edge_mgmt/action_reboot_test/action_reboot_test.py,sha256=UGdSg6jWfxhkuejxqH1MV9LvjMg-8zYkmkt9LDqG68s,2075
|
|
107
|
-
certificate/tests/edge_mgmt/action_restore_defaults_test/action_restore_defaults_test.json,sha256=
|
|
123
|
+
certificate/tests/edge_mgmt/action_restore_defaults_test/action_restore_defaults_test.json,sha256=4g8EhE0EwO3j6ocpetUU8yRU4oW_ur4A_GaIemQEyGU,692
|
|
108
124
|
certificate/tests/edge_mgmt/action_restore_defaults_test/action_restore_defaults_test.py,sha256=1zxOZjC3AMPe9c630tj1naeI0lp8fzqjWPk4QNvV9tU,5395
|
|
109
|
-
certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.json,sha256=
|
|
110
|
-
certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.py,sha256=
|
|
111
|
-
certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json,sha256=
|
|
125
|
+
certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.json,sha256=BYcI_4vKcJiCQ5zM_U9VwaFMMeF9_jv9W6YUprpx4Ek,584
|
|
126
|
+
certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.py,sha256=YTA-mXLiqUxW0fVapm_C3Zu2lsgaKUdiNze3jeYD6Ls,1839
|
|
127
|
+
certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json,sha256=VGecoX4EjFzR71rKmUByzqiPedMP5k937kIlsIUQ_O4,651
|
|
112
128
|
certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.py,sha256=Rs0MRUODrJvjMMu7TU6GipTYLJKm5hxaK_D4rQ4Mt2E,2280
|
|
113
|
-
certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json,sha256=
|
|
129
|
+
certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json,sha256=LQoTDv65WS7IDvgkFqPkoPPHSfJsA4-R7MbLvT5NluU,685
|
|
114
130
|
certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=wRW21RIf-YEiJQmO2kM5GOmPXJj8WEiLq6F_cnEYu_g,1158
|
|
115
|
-
certificate/tests/energy2400/output_power_test/output_power_test.json,sha256=
|
|
131
|
+
certificate/tests/energy2400/output_power_test/output_power_test.json,sha256=AwmTpf8qpEOePVko5NQRP7JPoFX2cJfFGEBvHxeHch4,1452
|
|
116
132
|
certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=QgUssaDDEg2VcMA5UqPayq8U-GWkXCObpb4oE9K0ceM,1712
|
|
117
|
-
certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=
|
|
133
|
+
certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=preFPIkOsWQmdsMcEgNqJUmP37E-8vKVy_Rlmudff-M,867
|
|
118
134
|
certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=t-APjgeV0DC6udma8nB6ByKeA7pKLnbCTKvTKDphL-0,1179
|
|
119
|
-
certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json,sha256=
|
|
120
|
-
certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py,sha256=
|
|
121
|
-
certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json,sha256=
|
|
122
|
-
certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py,sha256=
|
|
123
|
-
certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json,sha256=
|
|
124
|
-
certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=
|
|
125
|
-
certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=
|
|
135
|
+
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=Vy1AjBcRM4Gn-tCjqnMMXg3EFw3QrcemyprgomgFEYA,22356
|
|
137
|
+
certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json,sha256=gDtMu0StQrC9eYF2hQE3ZSPP2jL9fSF3Cji5khw37v0,1394
|
|
138
|
+
certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py,sha256=L1UabOW5IK5VAZf25-jOwUG4iE5pD_byt9vMfLwBtMk,20024
|
|
139
|
+
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
|
|
141
|
+
certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=AfUQk3F7zHbgLpRq5BeaTtvitAmZv5SeLoLZ9ZThcRs,714
|
|
126
142
|
certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=PbymKCIgCQ0hg7J7eWOKUCRChavxCPdT9H5Ydfg8cFQ,1179
|
|
127
|
-
certificate/tests/energy_sub1g/pattern_test/pattern_test.json,sha256=
|
|
143
|
+
certificate/tests/energy_sub1g/pattern_test/pattern_test.json,sha256=8Gzbkgxb66xmW_nujX8DfWgN2tWdhS9Uq7ghgcVs7CI,1184
|
|
128
144
|
certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=08h924C6RxgypG79_a-JIh3-JUTNQXLdgUoDfy5vKDo,1139
|
|
129
|
-
certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json,sha256=
|
|
145
|
+
certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json,sha256=czPLrM6u4-AbpsfxPm0c1aVpJCpRXmuNvVQKeODuvvA,827
|
|
130
146
|
certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.py,sha256=rWx6gKJG0ErtjgfcoEU_UizQxk7UN394c1foCFNf5NM,3746
|
|
131
|
-
certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json,sha256=
|
|
132
|
-
certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py,sha256=
|
|
147
|
+
certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json,sha256=7CkC4cvYH3nTa6dmRKYx0u0T_Q8bdWNRqNo-5WjiLT4,2175
|
|
148
|
+
certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py,sha256=rnKgkZ7chkYfxxYqwuR_SvQHP_0zBtlK-JYi7vOffAM,21606
|
|
133
149
|
common/wltPb_pb2.py,sha256=xMXdT2gP9g79Jo7XHI5E-i-qaDgdIQCHBNfUcuA6tKs,9154
|
|
134
150
|
common/wltPb_pb2.pyi,sha256=qCTgOrf9Og_y6ilwWwkpK_D-qDFOagNpRc35mgT-_C4,12214
|
|
135
151
|
common/wlt_logo.png,sha256=21DEhCEOOBU7Zt7ocwVIKU_CKUoHXScc3ej5VAzVsjM,132154
|
|
136
152
|
common/api_if/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
137
|
-
common/api_if/api_validation.py,sha256=
|
|
153
|
+
common/api_if/api_validation.py,sha256=4-WLog_JvLZ52bLDxHGJZbVoeLtxgpWxG5VQ091ok9c,4043
|
|
138
154
|
common/api_if/202/data.json,sha256=A_nTONHIvPsOIqTM0X-ON0s2i2Um7bmv7b1zZzGD0nA,2423
|
|
139
155
|
common/api_if/202/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
140
156
|
common/api_if/202/status.json,sha256=fV51wzaMLk3BfnwzPr6oA7pwnEacZ8vYr-C37KhYFnM,1953
|
|
@@ -150,19 +166,19 @@ common/api_if/205/status.json,sha256=WVO5eGzadLazdkHQZ97yEYlPDzJu12WYRZb3s52kixk
|
|
|
150
166
|
common/api_if/206/data.json,sha256=SYxgA7zkdmyhPRwvfuVqwHKlGQ1B1rNxLNlXOQJAsc0,2616
|
|
151
167
|
common/api_if/206/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
152
168
|
common/api_if/206/status.json,sha256=aAumxRmvMTp6JFxFx16SARTqva9_gwy2diaYEqRxSfU,2055
|
|
153
|
-
common/web/web_utils.py,sha256=
|
|
154
|
-
common/web/templates/generator.html,sha256=
|
|
169
|
+
common/web/web_utils.py,sha256=n7KWkar9KzuLx9rgpQD8uv4fXUVK5S2g9ERyW1eE8L0,14301
|
|
170
|
+
common/web/templates/generator.html,sha256=pKVm5B0IJYDgcVi1gWkTKo6uiyaynA7jrYTDOr4bnik,7137
|
|
155
171
|
common/web/templates/index.html,sha256=PN0uMIGmqc-5mFnpHgDuy1HwbI_sEUrnnxAJNsZ8Vb8,713
|
|
156
172
|
common/web/templates/menu.html,sha256=dYscAPM_C3AFwm8IhLaN32--oqMdZAW2idPW_dmm__g,2250
|
|
157
173
|
common/web/templates/parser.html,sha256=0J2WX5QTD_EZJUtmNq6--wrnpP0-I09iE3rB02euOZg,2125
|
|
158
174
|
common/web/templates/wlt_types.html,sha256=FKxlJ08H7IgNPdsT36RbpMKRw29t-tuwqGaQ4HHhBEM,432230
|
|
159
175
|
gui_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
160
176
|
gui_certificate/gui_certificate_cli.py,sha256=371nNCVmRtUePYKp_w-DVTr3C8hLAzKR2q5ZAMsaxt0,448
|
|
161
|
-
gui_certificate/server.py,sha256=
|
|
162
|
-
gui_certificate/templates/cert_run.html,sha256=
|
|
163
|
-
wiliot_certificate-4.5.
|
|
164
|
-
wiliot_certificate-4.5.
|
|
165
|
-
wiliot_certificate-4.5.
|
|
166
|
-
wiliot_certificate-4.5.
|
|
167
|
-
wiliot_certificate-4.5.
|
|
168
|
-
wiliot_certificate-4.5.
|
|
177
|
+
gui_certificate/server.py,sha256=Gr9eGot_atmMkQxE7qzLbWBWUMYSjdXeCOce1H3uf8M,49522
|
|
178
|
+
gui_certificate/templates/cert_run.html,sha256=4fd7OXyiZa8JIqdKk_4GdC4kjSI-x6iHVdRChjYatoE,66503
|
|
179
|
+
wiliot_certificate-4.5.0a2.dist-info/licenses/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
|
|
180
|
+
wiliot_certificate-4.5.0a2.dist-info/METADATA,sha256=3enxA-11DeQYr61353acN1i_fAobhmUGWasZoYIZHdo,4124
|
|
181
|
+
wiliot_certificate-4.5.0a2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
182
|
+
wiliot_certificate-4.5.0a2.dist-info/entry_points.txt,sha256=_wnYk2F4bFn9H7ZGRwYV6WcpK8a3WNon8K7Y5xusFz4,274
|
|
183
|
+
wiliot_certificate-4.5.0a2.dist-info/top_level.txt,sha256=WF6PUfxJ5n2-DxcXTA4oFrTlV6PX_pOYkYaQDk4Mk3g,35
|
|
184
|
+
wiliot_certificate-4.5.0a2.dist-info/RECORD,,
|
|
File without changes
|
{wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|