wiliot-certificate 4.4.2__py3-none-any.whl → 4.5.0__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}/ag/wlt_cmd_if.html +10 -4
- {brg_certificate → certificate}/ag/wlt_types_ag.py +1878 -519
- certificate/cert_common.py +1488 -0
- certificate/cert_config.py +480 -0
- {brg_certificate → certificate}/cert_data_sim.py +134 -46
- {brg_certificate → certificate}/cert_defines.py +129 -128
- {brg_certificate → certificate}/cert_gw_sim.py +183 -53
- {brg_certificate → certificate}/cert_mqtt.py +179 -64
- {brg_certificate → certificate}/cert_prints.py +35 -33
- {brg_certificate → certificate}/cert_protobuf.py +15 -6
- {brg_certificate → certificate}/cert_results.py +240 -64
- certificate/cert_utils.py +634 -0
- certificate/certificate.py +205 -0
- certificate/certificate_cli.py +76 -0
- certificate/certificate_eth_test_list.txt +76 -0
- certificate/certificate_sanity_test_list.txt +66 -0
- certificate/certificate_test_list.txt +76 -0
- {brg_certificate → certificate}/tests/calibration/interval_test/interval_test.json +3 -2
- {brg_certificate → certificate}/tests/calibration/interval_test/interval_test.py +7 -6
- certificate/tests/calibration/output_power_test/output_power_test.json +23 -0
- certificate/tests/calibration/output_power_test/output_power_test.py +39 -0
- {brg_certificate → certificate}/tests/calibration/pattern_test/pattern_test.json +2 -1
- {brg_certificate → certificate}/tests/calibration/pattern_test/pattern_test.py +20 -15
- certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.json +15 -0
- certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.py +140 -0
- certificate/tests/cloud_connectivity/acl_test/acl_test.json +15 -0
- certificate/tests/cloud_connectivity/acl_test/acl_test.py +96 -0
- certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json +19 -0
- certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.py +41 -0
- certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json +19 -0
- certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py +215 -0
- certificate/tests/cloud_connectivity/connection_test/connection_test.json +18 -0
- certificate/tests/cloud_connectivity/connection_test/connection_test.py +67 -0
- certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.json +15 -0
- certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py +80 -0
- certificate/tests/cloud_connectivity/downlink_test/downlink_test.json +21 -0
- certificate/tests/cloud_connectivity/downlink_test/downlink_test.py +201 -0
- certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.json +17 -0
- certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py +104 -0
- certificate/tests/cloud_connectivity/reboot_test/reboot_test.json +18 -0
- certificate/tests/cloud_connectivity/reboot_test/reboot_test.py +59 -0
- certificate/tests/cloud_connectivity/registration_test/registration_test.json +20 -0
- certificate/tests/cloud_connectivity/registration_test/registration_test.py +384 -0
- certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py +90 -0
- certificate/tests/cloud_connectivity/stress_test/stress_test.json +17 -0
- certificate/tests/cloud_connectivity/stress_test/stress_test.py +101 -0
- certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.json +25 -0
- certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py +92 -0
- certificate/tests/cloud_connectivity/uplink_test/uplink_test.json +20 -0
- certificate/tests/cloud_connectivity/uplink_test/uplink_test.py +169 -0
- {brg_certificate → certificate}/tests/datapath/aging_test/aging_test.json +2 -1
- certificate/tests/datapath/aging_test/aging_test.py +142 -0
- certificate/tests/datapath/event_ble5_test/event_ble5_test.json +17 -0
- certificate/tests/datapath/event_ble5_test/event_ble5_test.py +89 -0
- certificate/tests/datapath/event_test/event_test.json +17 -0
- certificate/tests/datapath/event_test/event_test.py +80 -0
- {brg_certificate → certificate}/tests/datapath/num_of_tags_test/num_of_tags_test.json +4 -3
- {brg_certificate → certificate}/tests/datapath/num_of_tags_test/num_of_tags_test.py +19 -13
- certificate/tests/datapath/output_power_test/output_power_test.json +23 -0
- {brg_certificate → certificate}/tests/datapath/output_power_test/output_power_test.py +17 -6
- {brg_certificate → certificate}/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +2 -1
- {brg_certificate → certificate}/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +13 -11
- {brg_certificate → certificate}/tests/datapath/pacer_interval_test/pacer_interval_test.json +2 -1
- {brg_certificate → certificate}/tests/datapath/pacer_interval_test/pacer_interval_test.py +9 -7
- {brg_certificate → certificate}/tests/datapath/pattern_test/pattern_test.json +3 -2
- {brg_certificate → certificate}/tests/datapath/pattern_test/pattern_test.py +18 -6
- certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.json +20 -0
- certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.py +61 -0
- {brg_certificate → certificate}/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +2 -1
- {brg_certificate → certificate}/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +15 -14
- certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.json +19 -0
- certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py +85 -0
- {brg_certificate → certificate}/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +2 -1
- {brg_certificate → certificate}/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +10 -9
- {brg_certificate → certificate}/tests/datapath/pkt_filter_test/pkt_filter_test.json +2 -1
- {brg_certificate → certificate}/tests/datapath/pkt_filter_test/pkt_filter_test.py +10 -9
- {brg_certificate → certificate}/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +3 -2
- {brg_certificate → certificate}/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +9 -8
- brg_certificate/tests/datapath/output_power_test/output_power_test.json → certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.json +6 -4
- certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.py +77 -0
- {brg_certificate → certificate}/tests/datapath/rx_channel_test/rx_channel_test.json +3 -2
- {brg_certificate → certificate}/tests/datapath/rx_channel_test/rx_channel_test.py +7 -6
- {brg_certificate → certificate}/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +8 -7
- {brg_certificate → certificate}/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +113 -73
- {brg_certificate → certificate}/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +8 -7
- {brg_certificate → certificate}/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +112 -72
- {brg_certificate → certificate}/tests/datapath/stress_gen3_test/stress_gen3_test.json +4 -3
- {brg_certificate → certificate}/tests/datapath/stress_gen3_test/stress_gen3_test.py +15 -11
- {brg_certificate → certificate}/tests/datapath/stress_test/stress_test.json +4 -3
- {brg_certificate → certificate}/tests/datapath/stress_test/stress_test.py +15 -11
- {brg_certificate → certificate}/tests/datapath/tx_repetition_test/tx_repetition_test.json +3 -1
- {brg_certificate → certificate}/tests/datapath/tx_repetition_test/tx_repetition_test.py +14 -13
- certificate/tests/edge_mgmt/action_blink_test/action_blink_test.json +15 -0
- certificate/tests/edge_mgmt/action_blink_test/action_blink_test.py +24 -0
- certificate/tests/edge_mgmt/action_get_battery_sensor_test/action_get_battery_sensor_test.json +15 -0
- certificate/tests/edge_mgmt/action_get_battery_sensor_test/action_get_battery_sensor_test.py +43 -0
- certificate/tests/edge_mgmt/action_get_module_test/action_get_module_test.json +15 -0
- certificate/tests/edge_mgmt/action_get_module_test/action_get_module_test.py +42 -0
- certificate/tests/edge_mgmt/action_get_pof_data_test/action_get_pof_data_test.json +15 -0
- certificate/tests/edge_mgmt/action_get_pof_data_test/action_get_pof_data_test.py +44 -0
- certificate/tests/edge_mgmt/action_gw_hb_test/action_gw_hb_test.json +16 -0
- certificate/tests/edge_mgmt/action_gw_hb_test/action_gw_hb_test.py +42 -0
- certificate/tests/edge_mgmt/action_reboot_test/action_reboot_test.json +15 -0
- certificate/tests/edge_mgmt/action_reboot_test/action_reboot_test.py +49 -0
- certificate/tests/edge_mgmt/action_restore_defaults_test/action_restore_defaults_test.json +15 -0
- certificate/tests/edge_mgmt/action_restore_defaults_test/action_restore_defaults_test.py +102 -0
- certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.json +15 -0
- certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.py +45 -0
- {brg_certificate → certificate}/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json +3 -2
- {brg_certificate → certificate}/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.py +22 -11
- {brg_certificate → certificate}/tests/energy2400/duty_cycle_test/duty_cycle_test.json +2 -1
- {brg_certificate → certificate}/tests/energy2400/duty_cycle_test/duty_cycle_test.py +7 -6
- certificate/tests/energy2400/output_power_test/output_power_test.json +23 -0
- {brg_certificate → certificate}/tests/energy2400/output_power_test/output_power_test.py +17 -6
- {brg_certificate → certificate}/tests/energy2400/pattern_test/pattern_test.json +2 -1
- {brg_certificate → certificate}/tests/energy2400/pattern_test/pattern_test.py +7 -6
- certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json +26 -0
- certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +379 -0
- certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json +20 -0
- certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py +173 -0
- certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +24 -0
- certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +350 -0
- {brg_certificate → certificate}/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +2 -1
- {brg_certificate → certificate}/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +7 -6
- {brg_certificate → certificate}/tests/energy_sub1g/pattern_test/pattern_test.json +2 -1
- {brg_certificate → certificate}/tests/energy_sub1g/pattern_test/pattern_test.py +7 -6
- {brg_certificate → certificate}/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json +2 -1
- {brg_certificate → certificate}/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.py +10 -10
- {brg_certificate → certificate}/tests/sensors/ext_sensor_test/ext_sensor_test.json +5 -4
- certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +450 -0
- certificate/wlt_types.py +122 -0
- {gw_certificate → common}/api_if/202/status.json +6 -0
- {gw_certificate → common}/api_if/203/status.json +6 -0
- {gw_certificate → common}/api_if/204/status.json +6 -0
- common/api_if/206/data.json +85 -0
- common/api_if/206/status.json +69 -0
- common/api_if/api_validation.py +91 -0
- common/web/templates/generator.html +210 -0
- common/web/templates/index.html +20 -0
- common/web/templates/menu.html +54 -0
- common/web/templates/parser.html +53 -0
- {brg_certificate/ag → common/web/templates}/wlt_types.html +1216 -191
- common/web/web_utils.py +399 -0
- {brg_certificate → common}/wltPb_pb2.py +14 -12
- {gw_certificate/common → common}/wltPb_pb2.pyi +16 -2
- gui_certificate/gui_certificate_cli.py +14 -0
- gui_certificate/server.py +1267 -0
- gui_certificate/templates/cert_run.html +1273 -0
- wiliot_certificate-4.5.0.dist-info/METADATA +99 -0
- wiliot_certificate-4.5.0.dist-info/RECORD +168 -0
- {wiliot_certificate-4.4.2.dist-info → wiliot_certificate-4.5.0.dist-info}/WHEEL +1 -1
- wiliot_certificate-4.5.0.dist-info/entry_points.txt +5 -0
- wiliot_certificate-4.5.0.dist-info/top_level.txt +3 -0
- brg_certificate/ag/energous_v0_defines.py +0 -925
- brg_certificate/ag/energous_v1_defines.py +0 -931
- brg_certificate/ag/energous_v2_defines.py +0 -925
- brg_certificate/ag/energous_v3_defines.py +0 -925
- brg_certificate/ag/energous_v4_defines.py +0 -925
- brg_certificate/ag/fanstel_lan_v0_defines.py +0 -925
- brg_certificate/ag/fanstel_lte_v0_defines.py +0 -925
- brg_certificate/ag/fanstel_wifi_v0_defines.py +0 -925
- brg_certificate/ag/minew_lte_v0_defines.py +0 -925
- brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +0 -142
- brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +0 -785
- brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +0 -139
- brg_certificate/ag/wlt_types_ag_jsons/calibration.json +0 -394
- brg_certificate/ag/wlt_types_ag_jsons/custom.json +0 -515
- brg_certificate/ag/wlt_types_ag_jsons/datapath.json +0 -672
- brg_certificate/ag/wlt_types_ag_jsons/energy2400.json +0 -550
- brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json +0 -595
- brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json +0 -598
- brg_certificate/ag/wlt_types_ag_jsons/interface.json +0 -938
- brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json +0 -1234
- brg_certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +0 -105
- brg_certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +0 -77
- brg_certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +0 -61
- brg_certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +0 -110
- brg_certificate/brg_certificate.py +0 -225
- brg_certificate/brg_certificate_cli.py +0 -63
- brg_certificate/cert_common.py +0 -923
- brg_certificate/cert_config.py +0 -402
- brg_certificate/cert_utils.py +0 -362
- brg_certificate/certificate_bcc_sanity_test_list.txt +0 -40
- brg_certificate/certificate_bcc_test_list.txt +0 -48
- brg_certificate/certificate_sanity_test_list.txt +0 -43
- brg_certificate/certificate_test_list.txt +0 -53
- brg_certificate/config/eclipse.json +0 -10
- brg_certificate/config/hivemq.json +0 -10
- brg_certificate/config/mosquitto.json +0 -10
- brg_certificate/config/mosquitto.md +0 -95
- brg_certificate/config/wiliot-dev.json +0 -10
- brg_certificate/restore_brg.py +0 -61
- brg_certificate/tests/calibration/output_power_test/output_power_test.json +0 -16
- brg_certificate/tests/calibration/output_power_test/output_power_test.py +0 -28
- brg_certificate/tests/datapath/aging_test/aging_test.py +0 -143
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json +0 -16
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +0 -73
- brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json +0 -17
- brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py +0 -118
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.json +0 -14
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +0 -396
- brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json +0 -20
- brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py +0 -94
- brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json +0 -19
- brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py +0 -87
- brg_certificate/tests/edge_mgmt/leds_test/leds_test.json +0 -17
- brg_certificate/tests/edge_mgmt/leds_test/leds_test.py +0 -223
- brg_certificate/tests/edge_mgmt/ota_test/ota_test.json +0 -17
- brg_certificate/tests/edge_mgmt/ota_test/ota_test.py +0 -128
- brg_certificate/tests/energy2400/output_power_test/output_power_test.json +0 -16
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.json +0 -20
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.py +0 -321
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.json +0 -20
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.py +0 -321
- brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json +0 -20
- brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py +0 -141
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +0 -20
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +0 -276
- brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json +0 -20
- brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py +0 -390
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json +0 -16
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +0 -28
- brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +0 -305
- brg_certificate/wltPb_pb2.pyi +0 -234
- brg_certificate/wlt_types.py +0 -113
- gw_certificate/ag/ut_defines.py +0 -364
- gw_certificate/ag/wlt_types.py +0 -85
- gw_certificate/ag/wlt_types_ag.py +0 -5310
- gw_certificate/ag/wlt_types_data.py +0 -64
- gw_certificate/api/extended_api.py +0 -23
- gw_certificate/api_if/200/data.json +0 -106
- gw_certificate/api_if/200/status.json +0 -47
- gw_certificate/api_if/201/data.json +0 -98
- gw_certificate/api_if/201/status.json +0 -53
- gw_certificate/api_if/205/logs.json +0 -12
- gw_certificate/api_if/api_validation.py +0 -38
- gw_certificate/api_if/gw_capabilities.py +0 -54
- gw_certificate/cert_results.py +0 -145
- gw_certificate/common/analysis_data_bricks.py +0 -60
- gw_certificate/common/debug.py +0 -42
- gw_certificate/common/serialization_formatter.py +0 -93
- gw_certificate/common/utils.py +0 -8
- gw_certificate/common/utils_defines.py +0 -15
- gw_certificate/common/wltPb_pb2.py +0 -84
- gw_certificate/gw_certificate.py +0 -154
- gw_certificate/gw_certificate_cli.py +0 -87
- gw_certificate/interface/4.4.91_app.zip +0 -0
- gw_certificate/interface/4.4.91_sd_bl_app.zip +0 -0
- gw_certificate/interface/ble_simulator.py +0 -61
- gw_certificate/interface/ble_sniffer.py +0 -189
- gw_certificate/interface/flash_fw.py +0 -90
- gw_certificate/interface/if_defines.py +0 -36
- gw_certificate/interface/mqtt.py +0 -563
- gw_certificate/interface/nrfutil-linux +0 -0
- gw_certificate/interface/nrfutil-mac +0 -0
- gw_certificate/interface/nrfutil.exe +0 -0
- gw_certificate/interface/pkt_generator.py +0 -594
- gw_certificate/interface/uart_if.py +0 -236
- gw_certificate/interface/uart_ports.py +0 -20
- gw_certificate/templates/results.html +0 -241
- gw_certificate/templates/stage.html +0 -22
- gw_certificate/templates/table.html +0 -6
- gw_certificate/templates/test.html +0 -38
- gw_certificate/tests/__init__.py +0 -10
- gw_certificate/tests/actions.py +0 -289
- gw_certificate/tests/bad_crc_to_PER_quantization.csv +0 -51
- gw_certificate/tests/connection.py +0 -188
- gw_certificate/tests/downlink.py +0 -172
- gw_certificate/tests/generic.py +0 -238
- gw_certificate/tests/registration.py +0 -340
- gw_certificate/tests/static/__init__.py +0 -0
- gw_certificate/tests/static/connection_defines.py +0 -9
- gw_certificate/tests/static/downlink_defines.py +0 -9
- gw_certificate/tests/static/generated_packet_table.py +0 -195
- gw_certificate/tests/static/packet_table.csv +0 -10067
- gw_certificate/tests/static/references.py +0 -5
- gw_certificate/tests/static/uplink_defines.py +0 -14
- gw_certificate/tests/throughput.py +0 -240
- gw_certificate/tests/uplink.py +0 -853
- wiliot_certificate-4.4.2.dist-info/METADATA +0 -211
- wiliot_certificate-4.4.2.dist-info/RECORD +0 -210
- wiliot_certificate-4.4.2.dist-info/entry_points.txt +0 -3
- wiliot_certificate-4.4.2.dist-info/top_level.txt +0 -3
- {brg_certificate → certificate}/__init__.py +0 -0
- {gw_certificate → common}/api_if/202/data.json +0 -0
- {gw_certificate/api_if/200 → common/api_if/202}/logs.json +0 -0
- {gw_certificate → common}/api_if/203/data.json +0 -0
- {gw_certificate/api_if/201 → common/api_if/203}/logs.json +0 -0
- {gw_certificate → common}/api_if/204/data.json +0 -0
- {gw_certificate/api_if/202 → common/api_if/204}/logs.json +0 -0
- {gw_certificate → common}/api_if/205/data.json +0 -0
- {gw_certificate/api_if/203 → common/api_if/205}/logs.json +0 -0
- {gw_certificate → common}/api_if/205/status.json +0 -0
- {gw_certificate/api_if/204 → common/api_if/206}/logs.json +0 -0
- {gw_certificate → common/api_if}/__init__.py +0 -0
- {gw_certificate/api_if → gui_certificate}/__init__.py +0 -0
- {wiliot_certificate-4.4.2.dist-info → wiliot_certificate-4.5.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: wiliot_certificate
|
|
3
|
+
Version: 4.5.0
|
|
4
|
+
Summary: A library for certifying Wiliot-compliant boards
|
|
5
|
+
Author-email: Wiliot <support@wiliot.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Wiliot, https://www.wiliot.com
|
|
8
|
+
Project-URL: Certified, https://www.wiliot.com/product/ambient-iot-network#partner-device-certification
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Operating System :: OS Independent
|
|
11
|
+
Requires-Python: >=3.9
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
License-File: LICENSE
|
|
14
|
+
Requires-Dist: flask>=3.1
|
|
15
|
+
Requires-Dist: appdirs>=1.4.4
|
|
16
|
+
Requires-Dist: plotly>=6.0.0
|
|
17
|
+
Requires-Dist: numpy>=1.21.5
|
|
18
|
+
Requires-Dist: pandas>=2.2.3
|
|
19
|
+
Requires-Dist: colorama>=0.4.6
|
|
20
|
+
Requires-Dist: tabulate>=0.9.0
|
|
21
|
+
Requires-Dist: wiliot-core>=5.9.1
|
|
22
|
+
Requires-Dist: paho-mqtt>=2.1.0
|
|
23
|
+
Requires-Dist: bitstruct>=8.20.0
|
|
24
|
+
Requires-Dist: protobuf>=6.30.2
|
|
25
|
+
Requires-Dist: wiliot-api>=4.10.8
|
|
26
|
+
Requires-Dist: jsonschema>=4.23.0
|
|
27
|
+
Requires-Dist: statsmodels>=0.14.4
|
|
28
|
+
Requires-Dist: pyserial>=3.5
|
|
29
|
+
Requires-Dist: reportlab>=4.3.1
|
|
30
|
+
Requires-Dist: google-api-python-client>=2.162.0
|
|
31
|
+
Dynamic: license-file
|
|
32
|
+
|
|
33
|
+
# wiliot-certificate
|
|
34
|
+
|
|
35
|
+
<!-- Description -->
|
|
36
|
+
wiliot-certificate is a Python library that provides tools for testing and certifying boards for compatibility with Wiliot’s ecosystem.
|
|
37
|
+
This python package includes the following tools:
|
|
38
|
+
- Certification Wizard (`wlt-cert`)
|
|
39
|
+
- Certificate CLI (`wlt-cert-cli`)
|
|
40
|
+
- Tester Upgrade (`wlt-cert-tester-upgrade`)
|
|
41
|
+
- Registration Certificate Test (`wlt-cert-reg`)
|
|
42
|
+
|
|
43
|
+
# Versioning:
|
|
44
|
+
wiliot-certificate versions 4.5.x are compatible with firmware version >=4.4.0 (API VERSION: 12)
|
|
45
|
+
|
|
46
|
+
## Installing wiliot-certificate
|
|
47
|
+
````commandline
|
|
48
|
+
pip install wiliot-certificate
|
|
49
|
+
````
|
|
50
|
+
|
|
51
|
+
## Using wiliot-certificate
|
|
52
|
+
### Certification
|
|
53
|
+
````commandline
|
|
54
|
+
wlt-cert
|
|
55
|
+
````
|
|
56
|
+
This tool is the default to test and certify your device.
|
|
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) and a [tester device](https://community.wiliot.com/customers/s/article/Wiliot-Certification).
|
|
59
|
+
Once set up it opens a terminal and tests your device.
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Certificate CLI
|
|
64
|
+
````commandline
|
|
65
|
+
wlt-cert-cli -h
|
|
66
|
+
````
|
|
67
|
+
CLI version of the certificate. Use -h for details on the different arguments.
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Tester Upgrade
|
|
71
|
+
````commandline
|
|
72
|
+
wlt-cert-tester-upgrade
|
|
73
|
+
````
|
|
74
|
+
Upgrades the firmware of the tester device to the version required for certification.
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Registration Certificate
|
|
78
|
+
````commandline
|
|
79
|
+
wlt-cert-reg
|
|
80
|
+
````
|
|
81
|
+
Certify the gateway registration process to Wiliot platform.
|
|
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 (see [Registration](https://community.wiliot.com/customers/s/article/Wiliot-Certification) for more info).
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## The following capabilities are not tested in this version
|
|
87
|
+
##### Cloud Connectivity & Misc
|
|
88
|
+
- Board type registered within the Board Type Management system
|
|
89
|
+
- Bridge OTA progress reporting
|
|
90
|
+
##### Module Energy 2400
|
|
91
|
+
- Functionality of energy pattern, output power and duty cycle
|
|
92
|
+
##### Module Energy SUB1G
|
|
93
|
+
- Functionality of energy pattern and duty cycle
|
|
94
|
+
##### Module Datapath
|
|
95
|
+
- RSSI edge cases: -127 and 0
|
|
96
|
+
- Functionality of transmission pattern, output power
|
|
97
|
+
##### Calibration
|
|
98
|
+
- Functionality of output power and interval calibration
|
|
99
|
+
- Functionality of calibration transmission patterns for the configuration STANDARD & EU & DISABLE
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
certificate/cert_common.py,sha256=mXyVEzhe6Oz5-IIlm3apBImlQl-zBl0BtWpL0mUOF68,72514
|
|
3
|
+
certificate/cert_config.py,sha256=RCZVLJoBG8_xDE1UbljlDGrmAiIAeEv2jXMOMa9fnps,23546
|
|
4
|
+
certificate/cert_data_sim.py,sha256=Oe8sUaIh-NqLFr3QUkhcyUu8ZH0osy1VoOY3fRx-mmk,13785
|
|
5
|
+
certificate/cert_defines.py,sha256=fQoQ3M5zPcR_yga1oHq-DJPiJYyjG2vFIKyFi-nyfuc,17574
|
|
6
|
+
certificate/cert_gw_sim.py,sha256=juVnFPXfT1GHfA2HL-U7Hf8cJSIUpbEtxJC3c1YpAqc,17969
|
|
7
|
+
certificate/cert_mqtt.py,sha256=HQ1GL95PGdep3TVc6WqgsEuXNX9J8Ef5uDmYiK2z5B4,22952
|
|
8
|
+
certificate/cert_prints.py,sha256=uuaLjleRmbPVh-k0KDjyfIjQd0VtVIAe401UODBLLv8,7100
|
|
9
|
+
certificate/cert_protobuf.py,sha256=j8Tmm86VXONMvSTBl4Tmwt5G1jJRcJg05nJj7YHbpoM,3824
|
|
10
|
+
certificate/cert_results.py,sha256=1yNMBOnlT_QO6we96yyqsqXdctEIBUNrG8OSfhsQAMs,30265
|
|
11
|
+
certificate/cert_utils.py,sha256=3rmvlrjdYqHR3SZre704R0pEJkzh2LZWd7T_6RMHAtg,29472
|
|
12
|
+
certificate/certificate.py,sha256=xk8cFcgvzlGYAdEnOjE-5JJJ9EcG0-XZEINGzWe1feg,10052
|
|
13
|
+
certificate/certificate_cli.py,sha256=wd4X-ih6gPVGUWKLIXluIW40wYPJnMGfP_rD-dwPWk8,5030
|
|
14
|
+
certificate/certificate_eth_test_list.txt,sha256=KxG08Ry2SuwHnq3ovGWEo4utxIIPkQoEzHdbksOQcuU,6216
|
|
15
|
+
certificate/certificate_sanity_test_list.txt,sha256=JjpFxyxjWbylxnH8FyjPFgO2w-WaT3Nm0bcYhD0shhk,3487
|
|
16
|
+
certificate/certificate_test_list.txt,sha256=7hA9hrhhy0oLC1EPgpP7IvCkMdrQkdr0osmiJkYwKZ4,6156
|
|
17
|
+
certificate/wlt_types.py,sha256=7RbsW-OudiHhNAay6nFGKtF4FrlAq91pm9yeIQRxddM,6047
|
|
18
|
+
certificate/ag/wlt_cmd_if.html,sha256=eO-FYVrxVs5JdCblGaQLG9-0dZKt6YjbE9Ggz8bXRq4,16831
|
|
19
|
+
certificate/ag/wlt_types_ag.py,sha256=cTYysTSdEh2IWY8tD3pipRhwKo1b194VSX64ctvgGQY,536839
|
|
20
|
+
certificate/tests/calibration/interval_test/interval_test.json,sha256=bLRdaLBtWWIyr5ySYXUOU9znb5lpb9auMMjMEbYcpQM,631
|
|
21
|
+
certificate/tests/calibration/interval_test/interval_test.py,sha256=6PCpP1uoQDyuQAN5CKg1Go1uQOM-dZ0W4nH8syjU5bg,1171
|
|
22
|
+
certificate/tests/calibration/output_power_test/output_power_test.json,sha256=jsxpNqBXwC36jYVZ1Jao3qJ7UCwAemNGPr2egj4e418,1478
|
|
23
|
+
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=TRXcFVm_ZPeQlCv1oOJGw93vTSK9Lm8huKbx6RApkHo,1057
|
|
25
|
+
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=xYiQM7PONENmOkvGT9d4VxLv2_cfVsh1fy3pQl0osdY,910
|
|
27
|
+
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=wfCZ-_nacgthRaYCuP6otMDuN2T5HiRQeNIhN-d86Dg,784
|
|
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=CPEmQMim2c9IhSAcxsu209EwCX4GM-u_YkzuM1NVH4s,886
|
|
31
|
+
certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.py,sha256=69H87-UmYhAF5Vm4s0S8jT5EtOpVQjMdN0AVtMtd2Ec,1951
|
|
32
|
+
certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json,sha256=x2YY4xEkT-C5hSxeuXTIKCVT1wiQJiViPKKDL91RfWQ,791
|
|
33
|
+
certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py,sha256=K6G1j4XKEbFWgPl_DWlbYUJw07I78EenJxFS60uQLek,10179
|
|
34
|
+
certificate/tests/cloud_connectivity/connection_test/connection_test.json,sha256=Th77iv8kjD-rG8Roas-4gWFGhKxM1YmLFf98UpLLdLk,975
|
|
35
|
+
certificate/tests/cloud_connectivity/connection_test/connection_test.py,sha256=Gl8VWlbOQxdnvqPEUbAe4Wakk7CLE3byRFhJoxObqi4,2568
|
|
36
|
+
certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.json,sha256=hlfyKTAPzxMwFgoHuUoC5S56rHDJjN7OWJrsGmFTQck,746
|
|
37
|
+
certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py,sha256=Dbnah1fhaidnwLbPj9qz1H_lKr4-3jg8BvN7dsNg3oQ,3342
|
|
38
|
+
certificate/tests/cloud_connectivity/downlink_test/downlink_test.json,sha256=bry5Z37hTFJegZGhOy2rUZ1txHXDBj_PponlJn-sspc,914
|
|
39
|
+
certificate/tests/cloud_connectivity/downlink_test/downlink_test.py,sha256=73uszwCvY2Rkg71Rqmco-meYLNBuh0vBIPxAeDo7zoU,8508
|
|
40
|
+
certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.json,sha256=zhG1ZEcKRvClJ1RnYG0LRy10Dst_aNHnrgKH0o6hAoA,990
|
|
41
|
+
certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py,sha256=q68BmQtOtauiUgZAC2TK7XXjRLyDkeT9IkfQ5Q8ZewI,4293
|
|
42
|
+
certificate/tests/cloud_connectivity/reboot_test/reboot_test.json,sha256=7KBi2nzHfck8twWC19MCp7Vqfl740s2RP3xk3v69Srs,817
|
|
43
|
+
certificate/tests/cloud_connectivity/reboot_test/reboot_test.py,sha256=BWZU8NCWhkRor8tXe-crp25bN0aWcWqYL17qjkKU1Pg,2036
|
|
44
|
+
certificate/tests/cloud_connectivity/registration_test/registration_test.json,sha256=ljpGWwRcIFT8T49Jpa4IPrqBw_uiLDqoT8JtY3mcLhU,1075
|
|
45
|
+
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=PA43jADoqfnkEwOzeggl6mmo5nIQT6M_8j32IIxhQb0,3141
|
|
47
|
+
certificate/tests/cloud_connectivity/stress_test/stress_test.json,sha256=6MgmnPMLqjwBmoEKJ28ly_DDYK7KnJpMzq13fpKCEw0,840
|
|
48
|
+
certificate/tests/cloud_connectivity/stress_test/stress_test.py,sha256=LztWhoiSHUFSjNq0AnbEwUFfZLxlnHa04TrLRrU-2ck,4182
|
|
49
|
+
certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.json,sha256=HNQJrRrFeAJNdScgDSZbQ3KjOADl-dhrjN07BnFJVp8,1362
|
|
50
|
+
certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py,sha256=R6EvyRbBzfy3XjHrnR0HFSZHL7xM-ccDYZuBmrncIGU,4368
|
|
51
|
+
certificate/tests/cloud_connectivity/uplink_test/uplink_test.json,sha256=vDylrbqliIHyl1925EyzGyLe7xq1EB1doRmv08bsmu4,991
|
|
52
|
+
certificate/tests/cloud_connectivity/uplink_test/uplink_test.py,sha256=AuOnFAkowDtU2Wdkg4c2cCldazzTG05o4XUz8agHoOw,7339
|
|
53
|
+
certificate/tests/datapath/aging_test/aging_test.json,sha256=rnXyzWGA9ah0CBfyJ91vQYa03nvoOai8_UdfFnmsK5k,936
|
|
54
|
+
certificate/tests/datapath/aging_test/aging_test.py,sha256=oBNdp0GMPSILEqEwPuv7nNOOCswyamn91BJIV2JCYDc,6943
|
|
55
|
+
certificate/tests/datapath/event_ble5_test/event_ble5_test.json,sha256=9z4HT0JD4oxXHfzdzjVpUPJjsYHble2e0Nmq54iiJhA,1006
|
|
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=WtJWJrPN2GXTprHbC7FTtFCrEZEaj9pV7WM3O0SG6ac,984
|
|
58
|
+
certificate/tests/datapath/event_test/event_test.py,sha256=IigGoxk4rNM9CVRSnT0KWdEWg1CT2NZXyHd2SIIzqeA,3783
|
|
59
|
+
certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=XY_BTdU1dSvkExrNGbAZStv4VcINDyS-tiffqUeBl2k,845
|
|
60
|
+
certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=in7NrVYRF7l08INHf6w-_hRbIaJnqqyaqQtJpM698BA,3697
|
|
61
|
+
certificate/tests/datapath/output_power_test/output_power_test.json,sha256=cX4C7OZFF8tGsyDezbf2-48BGhaCm88-oaCcnVibVug,1484
|
|
62
|
+
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=OX3Hnk-9jndwp4GFIlna2j2pHnBl5D4vxfZ-RxRo_bs,983
|
|
64
|
+
certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=yKc3ubxJdQmqlm50oNox5Xd3pOY4F0YNbSSE8nNxI8A,2703
|
|
65
|
+
certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=sbPn_5A6B4gDJJSCcY9G0b5D8UoCXXAAY5vkKuLKW0I,957
|
|
66
|
+
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=ACWmdTkdhwVwaKsh-wCtc8hxTLHJQrkhiMcy_K4p4f4,905
|
|
68
|
+
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=7SgBS2cDJrYMutkB7aLa6SEcFtyTp3FIu_jZNdIQT-Y,1260
|
|
70
|
+
certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.py,sha256=R-fttEiFWZ4qWOMm7A1FfxRR9hD1cbH1qUlMUGIuHTY,3244
|
|
71
|
+
certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=VE1ow46qS7BffSZBfKTZZKAlOfElOw3pDLGKmpHRwo8,1238
|
|
72
|
+
certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=M2YqCgDSWQICwFqlVvu7FCZLZb13XeIkDyD77R4rVRk,3157
|
|
73
|
+
certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.json,sha256=AmiAvx6cXWNnJDo-gDJR6DVM2tgW4fkuXaKsOSNUQhk,1241
|
|
74
|
+
certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py,sha256=DzxRnxw_j-BBlBsoOYbUFyPKBJ_5l7zN_dffFoQaZG4,4656
|
|
75
|
+
certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=_1TLesIadeHGnJsv-Uk82Q9dZBpPWQsPVpqDys-ARi8,1192
|
|
76
|
+
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=yTfZZrqtxtzadSCDk04a1Zc6umvRFmniy4qWpvl2Qc4,1203
|
|
78
|
+
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=MZEFfShNTcAXaVnbrJczmANlGv990Q3yb62GZJ3YXlY,748
|
|
80
|
+
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=2TwwOU--_k9Fsv7lxMVNx4-uDn8E6jBuijFbe059EP8,882
|
|
82
|
+
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=ZO6Fx_r42oj_KEcpsP7OgGKVzDM8yq2-6_StxQvlPOM,807
|
|
84
|
+
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=BjLq66-Wr9GyYTChrYWpdFiOE2IP2xR06VX-jsyzXq0,1458
|
|
86
|
+
certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=mNXskD7r4vrv8qhDnVbWXbowy41-1xUM-BipqIBwT78,12016
|
|
87
|
+
certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=i7_kiipMK8zulqdny5hzxT59Zzp_DM_7-vPZHZ33QqQ,1458
|
|
88
|
+
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=PjxTftYZoQ2AvfjNMrBqoFG_V-sdJXWW4J7uffQpEG4,1350
|
|
90
|
+
certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=ZV7Rw5uRohzUeaQsosuI9UsjpSChZ-qHd43NTOZZV64,11090
|
|
91
|
+
certificate/tests/datapath/stress_test/stress_test.json,sha256=0awMUV51R9ovoOH-3LVR5QbjJqNXe1CwoFdOlbS8KeQ,1350
|
|
92
|
+
certificate/tests/datapath/stress_test/stress_test.py,sha256=XiwBVHe3rMtvWHaBfBYStdDgvJs0zy6MNsxoaRL7YnM,11089
|
|
93
|
+
certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=37oAjZ-i7hJs7qD51sxX7N5qcw0ph5AFz_LO9OhcLN0,1029
|
|
94
|
+
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=F-860mj3Fzb7h_GxbqS23bNmOScd5ibze-y_KGEEw2M,622
|
|
96
|
+
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=po7Nk4KX8KU8Os9KQvZxYzWixMXlFWH0T73M7dtTW9M,696
|
|
98
|
+
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=hI212H2EcrE3srYlpyvq9QdyahLLnZYgwaoyiN0RiL8,705
|
|
100
|
+
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=vAfj4htkdd2YMR_Tfh07P3hWT_sLRmPSxTWyqR6Q-Dg,667
|
|
102
|
+
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=TbOFXkkgXKXxY4UsMi6J96AA8vZaKAkRDxbRCWP2aow,646
|
|
104
|
+
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=TVH4MObKyKQd8HsDHIYgmyUXCuwTZ8rg-c_2hc4tkaU,684
|
|
106
|
+
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=vhcwj8jo22n12Ii02Zjjo8XSwLkQyozoYfOcQLPDVeE,727
|
|
108
|
+
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=poCMm3HWqeGBBB_q97zH0w8GANR9ORAhPhin_Mh15ag,619
|
|
110
|
+
certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.py,sha256=2dwKg9kD2kqABF2xPlTe5XLrNQ_bUQttSmHgSjS77gs,2051
|
|
111
|
+
certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json,sha256=_DPTPgbbes13vnJigVa09x3kZQ60LbxYMkJymCQ2Xn8,686
|
|
112
|
+
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=EsiWBDH_Ot_9lt5Q1hF4zur4V3pk5eHCMDUCAuMFhhE,720
|
|
114
|
+
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=h_YZ3mrL2hZXJJwGQvDUKLPZczcS6lgqynaqiRSowx4,1487
|
|
116
|
+
certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=QgUssaDDEg2VcMA5UqPayq8U-GWkXCObpb4oE9K0ceM,1712
|
|
117
|
+
certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=gmUE3Zd5E99XmgH81FFjygLwV1phFph4H5mSJmlIbeE,902
|
|
118
|
+
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=OmAkMCzmxuJ7hxYwkfi7qsI4EjKEaejLhUwJR9dj3T0,2016
|
|
120
|
+
certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py,sha256=RhmQBokIT769AU4DdtTLbawFNd0W0qfXnHCoaqWseAw,22424
|
|
121
|
+
certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json,sha256=5MPNo6GxJFtMcWRutg0Kni0hPcvFUT1QMplJBWGLpXQ,1241
|
|
122
|
+
certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py,sha256=uswcOQfwYd3Jo8I2BOJFp7ws8Hku8D6wGjlI9nbLb7M,9165
|
|
123
|
+
certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json,sha256=YeDRQRHRAGptH7Sz4V9tke7HlaSqjkShmpVR9u3u_8I,1816
|
|
124
|
+
certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=oULbIcC1b-5ZCcXdGGq33xwsK15EmtpWSYNsY5judEw,20543
|
|
125
|
+
certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=ExZWA8EKg9pk1aE9eAoDJ98lZVBXw-cIJmvDRc88jhU,749
|
|
126
|
+
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=ek31Z84F13hphnqhyNCqMXN7_w1uEmRVQg-2GHtt7-A,1219
|
|
128
|
+
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=fAn2NftKzgndm0eSTajiTpMCKV8_icpHyF5mqj3DBa4,862
|
|
130
|
+
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=ktiod5EGUn4VUar1qGvW9zbazHjYKu4Gr2fo731RICU,2210
|
|
132
|
+
certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py,sha256=asWZ5ajT34PZe6PAt0aAgLp0a6eEXsVSD1kV4lPNbdI,21191
|
|
133
|
+
common/wltPb_pb2.py,sha256=xMXdT2gP9g79Jo7XHI5E-i-qaDgdIQCHBNfUcuA6tKs,9154
|
|
134
|
+
common/wltPb_pb2.pyi,sha256=qCTgOrf9Og_y6ilwWwkpK_D-qDFOagNpRc35mgT-_C4,12214
|
|
135
|
+
common/wlt_logo.png,sha256=21DEhCEOOBU7Zt7ocwVIKU_CKUoHXScc3ej5VAzVsjM,132154
|
|
136
|
+
common/api_if/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
137
|
+
common/api_if/api_validation.py,sha256=uNzrbt1CDLc1IftY4ovlQ-aJegkMYU5DkBRhaMoSutU,4388
|
|
138
|
+
common/api_if/202/data.json,sha256=A_nTONHIvPsOIqTM0X-ON0s2i2Um7bmv7b1zZzGD0nA,2423
|
|
139
|
+
common/api_if/202/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
140
|
+
common/api_if/202/status.json,sha256=fV51wzaMLk3BfnwzPr6oA7pwnEacZ8vYr-C37KhYFnM,1953
|
|
141
|
+
common/api_if/203/data.json,sha256=ZJFMQCTTN3LZuHcwrO6tL911n50-1meq6B46DX4xbg4,2600
|
|
142
|
+
common/api_if/203/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
143
|
+
common/api_if/203/status.json,sha256=RqEYhvYMxAtz5Oqyjcd3GyC9cQDkxxLwq0jVx0uHEaI,2055
|
|
144
|
+
common/api_if/204/data.json,sha256=ZJFMQCTTN3LZuHcwrO6tL911n50-1meq6B46DX4xbg4,2600
|
|
145
|
+
common/api_if/204/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
146
|
+
common/api_if/204/status.json,sha256=Rsd5V8OrAIJ7WV5i1UJbZiSNja_cjS675dZ7-hPT5iE,2055
|
|
147
|
+
common/api_if/205/data.json,sha256=SYxgA7zkdmyhPRwvfuVqwHKlGQ1B1rNxLNlXOQJAsc0,2616
|
|
148
|
+
common/api_if/205/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
149
|
+
common/api_if/205/status.json,sha256=WVO5eGzadLazdkHQZ97yEYlPDzJu12WYRZb3s52kixk,1861
|
|
150
|
+
common/api_if/206/data.json,sha256=SYxgA7zkdmyhPRwvfuVqwHKlGQ1B1rNxLNlXOQJAsc0,2616
|
|
151
|
+
common/api_if/206/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
152
|
+
common/api_if/206/status.json,sha256=aAumxRmvMTp6JFxFx16SARTqva9_gwy2diaYEqRxSfU,2055
|
|
153
|
+
common/web/web_utils.py,sha256=Yj-hsQI70AAbONclTFhT8vdD66ETr-PcmXj-_ljF1-g,15403
|
|
154
|
+
common/web/templates/generator.html,sha256=Hk8TFKove64uXzpurX_e6rkC0NxvgFdnz8-0GZ3FICc,10951
|
|
155
|
+
common/web/templates/index.html,sha256=PN0uMIGmqc-5mFnpHgDuy1HwbI_sEUrnnxAJNsZ8Vb8,713
|
|
156
|
+
common/web/templates/menu.html,sha256=dYscAPM_C3AFwm8IhLaN32--oqMdZAW2idPW_dmm__g,2250
|
|
157
|
+
common/web/templates/parser.html,sha256=0J2WX5QTD_EZJUtmNq6--wrnpP0-I09iE3rB02euOZg,2125
|
|
158
|
+
common/web/templates/wlt_types.html,sha256=FKxlJ08H7IgNPdsT36RbpMKRw29t-tuwqGaQ4HHhBEM,432230
|
|
159
|
+
gui_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
160
|
+
gui_certificate/gui_certificate_cli.py,sha256=371nNCVmRtUePYKp_w-DVTr3C8hLAzKR2q5ZAMsaxt0,448
|
|
161
|
+
gui_certificate/server.py,sha256=y-FpZjL8Cn5-GzychjC4kVVIDwGvDR9L3r6gNMHqtFc,61172
|
|
162
|
+
gui_certificate/templates/cert_run.html,sha256=YXG9hhFOPEOIjn-3oO8Zaz50Iqf6_ij8KNRZnrONlLQ,72098
|
|
163
|
+
wiliot_certificate-4.5.0.dist-info/licenses/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
|
|
164
|
+
wiliot_certificate-4.5.0.dist-info/METADATA,sha256=4owr1hZm-SB-dxQkOxnOIIw5xz0hpEbvSFAaPLXDfBQ,3494
|
|
165
|
+
wiliot_certificate-4.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
166
|
+
wiliot_certificate-4.5.0.dist-info/entry_points.txt,sha256=_wnYk2F4bFn9H7ZGRwYV6WcpK8a3WNon8K7Y5xusFz4,274
|
|
167
|
+
wiliot_certificate-4.5.0.dist-info/top_level.txt,sha256=WF6PUfxJ5n2-DxcXTA4oFrTlV6PX_pOYkYaQDk4Mk3g,35
|
|
168
|
+
wiliot_certificate-4.5.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
[console_scripts]
|
|
2
|
+
wlt-cert = gui_certificate.gui_certificate_cli:main
|
|
3
|
+
wlt-cert-cli = certificate.certificate_cli:main
|
|
4
|
+
wlt-cert-reg = certificate.tests.cloud_connectivity.registration_test.registration_test_cli:main
|
|
5
|
+
wlt-cert-tester-upgrade = common.utils.tester_upgrade:main
|