wiliot-certificate 1.4.0a2__py3-none-any.whl → 1.5.0a1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- brg_certificate/ag/energous_v0_defines.py +12 -12
- brg_certificate/ag/energous_v1_defines.py +12 -12
- brg_certificate/ag/energous_v2_defines.py +12 -12
- brg_certificate/ag/energous_v3_defines.py +12 -12
- brg_certificate/ag/energous_v4_defines.py +12 -12
- brg_certificate/ag/fanstel_lan_v0_defines.py +12 -12
- brg_certificate/ag/fanstel_lte_v0_defines.py +12 -12
- brg_certificate/ag/fanstel_wifi_v0_defines.py +12 -12
- brg_certificate/ag/minew_lte_v0_defines.py +12 -12
- brg_certificate/ag/wlt_cmd_if.html +1 -1
- brg_certificate/ag/wlt_types.html +3 -3
- brg_certificate/ag/wlt_types_ag.py +12 -12
- brg_certificate/brg_certificate.py +9 -6
- brg_certificate/cert_common.py +21 -13
- brg_certificate/cert_config.py +1 -1
- brg_certificate/cert_defines.py +21 -3
- brg_certificate/cert_gw_sim.py +6 -4
- brg_certificate/cert_mqtt.py +8 -2
- brg_certificate/cert_prints.py +7 -5
- brg_certificate/cert_protobuf.py +5 -1
- brg_certificate/cert_results.py +99 -69
- brg_certificate/cert_utils.py +10 -14
- brg_certificate/restore_brg.py +2 -0
- brg_certificate/tests/calibration/interval_test/interval_test.py +1 -1
- brg_certificate/tests/calibration/output_power_test/output_power_test.py +1 -1
- brg_certificate/tests/calibration/pattern_test/pattern_test.py +1 -1
- brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.py +4 -4
- brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +2 -2
- brg_certificate/tests/datapath/output_power_test/output_power_test.py +1 -1
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +1 -1
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +2 -2
- brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +1 -1
- brg_certificate/tests/datapath/pattern_test/pattern_test.py +1 -1
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +1 -1
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +1 -1
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +1 -1
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +1 -1
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +1 -1
- brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +1 -1
- brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +1 -1
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +2 -2
- brg_certificate/tests/datapath/stress_test/stress_test.py +2 -2
- brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py +1 -1
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +1 -1
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +4 -4
- brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py +1 -1
- brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py +1 -1
- brg_certificate/tests/edge_mgmt/leds_test/leds_test.py +1 -1
- brg_certificate/tests/edge_mgmt/ota_test/ota_test.py +1 -1
- brg_certificate/tests/edge_mgmt/stat_test/stat_test.py +1 -1
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +1 -1
- brg_certificate/tests/energy2400/output_power_test/output_power_test.py +1 -1
- brg_certificate/tests/energy2400/pattern_test/pattern_test.py +1 -1
- brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +1 -1
- brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py +1 -1
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +1 -1
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +1 -1
- brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py +1 -1
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +1 -1
- brg_certificate/wltPb_pb2.py +50 -38
- brg_certificate/wltPb_pb2.pyi +32 -32
- brg_certificate/wlt_types.py +4 -6
- common/wlt_logo.png +0 -0
- gw_certificate/ag/ut_defines.py +4 -1
- gw_certificate/cert_results.py +138 -0
- gw_certificate/gw_certificate.py +20 -6
- gw_certificate/interface/mqtt.py +1 -0
- gw_certificate/tests/actions.py +0 -1
- gw_certificate/tests/connection.py +1 -1
- gw_certificate/tests/generic.py +43 -17
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.0a1.dist-info}/METADATA +6 -4
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.0a1.dist-info}/RECORD +76 -74
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.0a1.dist-info}/top_level.txt +1 -0
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.0a1.dist-info}/LICENSE +0 -0
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.0a1.dist-info}/WHEEL +0 -0
- {wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.0a1.dist-info}/entry_points.txt +0 -0
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
brg_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
brg_certificate/brg_certificate.py,sha256=
|
|
2
|
+
brg_certificate/brg_certificate.py,sha256=dWH-FzEU0hWo5Z3spwxgDne5nAXCJlempaKubiDAHng,8018
|
|
3
3
|
brg_certificate/brg_certificate_cli.py,sha256=7I-u9awOrAxPx0QuiHbo6rcZYme7OyNn9y5B1RG8Ffs,2650
|
|
4
|
-
brg_certificate/cert_common.py,sha256=
|
|
5
|
-
brg_certificate/cert_config.py,sha256=
|
|
4
|
+
brg_certificate/cert_common.py,sha256=GOD8b4vNT7bgbzJN3aTbm0xc_VpcKKFQuqo2s_AYfpg,38753
|
|
5
|
+
brg_certificate/cert_config.py,sha256=DyNrEgBE6Lrw8ZMknWPJ_fkRJfwqkFvVeGr1eXonmuA,19731
|
|
6
6
|
brg_certificate/cert_data_sim.py,sha256=VgUiiDpTbdPB6wu3MOvVZ3Qi5k14nyKB2ceh1G17-iQ,8826
|
|
7
|
-
brg_certificate/cert_defines.py,sha256=
|
|
8
|
-
brg_certificate/cert_gw_sim.py,sha256=
|
|
9
|
-
brg_certificate/cert_mqtt.py,sha256=
|
|
10
|
-
brg_certificate/cert_prints.py,sha256=
|
|
11
|
-
brg_certificate/cert_protobuf.py,sha256=
|
|
12
|
-
brg_certificate/cert_results.py,sha256=
|
|
13
|
-
brg_certificate/cert_utils.py,sha256=
|
|
7
|
+
brg_certificate/cert_defines.py,sha256=rH3u2qfW3KwriKiKnPdnmqC1jf8DE4FYQrWrIRhDc28,17839
|
|
8
|
+
brg_certificate/cert_gw_sim.py,sha256=lzwJbamEN7x0fJ5sn5ADLiDmdjB5-LDrJ92NVi1XISs,12791
|
|
9
|
+
brg_certificate/cert_mqtt.py,sha256=cDsraBLxi360vkbsF5w-kl0sXI4DH5zOENkXhlUg2mY,16681
|
|
10
|
+
brg_certificate/cert_prints.py,sha256=jkcCrX-eZGAgtDuO83FbahdtT8WX5w_q43zKx-HdjIk,6619
|
|
11
|
+
brg_certificate/cert_protobuf.py,sha256=VylrIpxzp0vr3fDneIfcKnGsk-iAiSZQr-QsnD7OqBk,3487
|
|
12
|
+
brg_certificate/cert_results.py,sha256=4b2--hw4u7uOoRMhQARtW2WV6mPBsXOmMtA1Ff5OOcs,17040
|
|
13
|
+
brg_certificate/cert_utils.py,sha256=dWzyyILx3aVOY8zMiYN12GTgoOSwnWJq-12gqds-7Rw,16078
|
|
14
14
|
brg_certificate/certificate_sanity_test_list.txt,sha256=Y2JUH4qB85BJUPoiO1wx9fGiVarJTVGn_tobeqnyNXY,1880
|
|
15
15
|
brg_certificate/certificate_test_list.txt,sha256=pwL7e7jWHI-p5VNfmxFKo52XUtzsPer0wMpdis1CcOA,2927
|
|
16
|
-
brg_certificate/restore_brg.py,sha256=
|
|
17
|
-
brg_certificate/wltPb_pb2.py,sha256=
|
|
18
|
-
brg_certificate/wltPb_pb2.pyi,sha256=
|
|
19
|
-
brg_certificate/wlt_types.py,sha256
|
|
20
|
-
brg_certificate/ag/energous_v0_defines.py,sha256=
|
|
21
|
-
brg_certificate/ag/energous_v1_defines.py,sha256=
|
|
22
|
-
brg_certificate/ag/energous_v2_defines.py,sha256=
|
|
23
|
-
brg_certificate/ag/energous_v3_defines.py,sha256=
|
|
24
|
-
brg_certificate/ag/energous_v4_defines.py,sha256=
|
|
25
|
-
brg_certificate/ag/fanstel_lan_v0_defines.py,sha256=
|
|
26
|
-
brg_certificate/ag/fanstel_lte_v0_defines.py,sha256=
|
|
27
|
-
brg_certificate/ag/fanstel_wifi_v0_defines.py,sha256=
|
|
28
|
-
brg_certificate/ag/minew_lte_v0_defines.py,sha256=
|
|
29
|
-
brg_certificate/ag/wlt_cmd_if.html,sha256=
|
|
30
|
-
brg_certificate/ag/wlt_types.html,sha256=
|
|
31
|
-
brg_certificate/ag/wlt_types_ag.py,sha256=
|
|
16
|
+
brg_certificate/restore_brg.py,sha256=rPV-Foa-mPHUSTdJq_LDNuoL6orMyevbulzRIW4GIHs,2341
|
|
17
|
+
brg_certificate/wltPb_pb2.py,sha256=p3EPg_NNKiUG3LWR9MLsNQNhw4FNs4yrRrBxc7KBvPM,8458
|
|
18
|
+
brg_certificate/wltPb_pb2.pyi,sha256=BVDEOOxaIdx5kg8dBv0gHKD7MjqzGrAO8O_onaDi3h8,11145
|
|
19
|
+
brg_certificate/wlt_types.py,sha256=SDNli-14S0ZhI6RF5NZ56cLwafsSaiSvC2he-7XdPp4,5147
|
|
20
|
+
brg_certificate/ag/energous_v0_defines.py,sha256=AN3hFsz8s9wuykn94tXH0CoRWoT_XSIkt3dGb__mBPY,64973
|
|
21
|
+
brg_certificate/ag/energous_v1_defines.py,sha256=eB3m0TtiwyMcIxb_6rP_mGoJfYCeKp4clG8Jw1FDgDI,65183
|
|
22
|
+
brg_certificate/ag/energous_v2_defines.py,sha256=AN3hFsz8s9wuykn94tXH0CoRWoT_XSIkt3dGb__mBPY,64973
|
|
23
|
+
brg_certificate/ag/energous_v3_defines.py,sha256=AN3hFsz8s9wuykn94tXH0CoRWoT_XSIkt3dGb__mBPY,64973
|
|
24
|
+
brg_certificate/ag/energous_v4_defines.py,sha256=AN3hFsz8s9wuykn94tXH0CoRWoT_XSIkt3dGb__mBPY,64973
|
|
25
|
+
brg_certificate/ag/fanstel_lan_v0_defines.py,sha256=nzQVgW5yYX8vA8n65QqoqSY5_l2y2TGTuDwn4Db0rmk,64940
|
|
26
|
+
brg_certificate/ag/fanstel_lte_v0_defines.py,sha256=nzQVgW5yYX8vA8n65QqoqSY5_l2y2TGTuDwn4Db0rmk,64940
|
|
27
|
+
brg_certificate/ag/fanstel_wifi_v0_defines.py,sha256=nzQVgW5yYX8vA8n65QqoqSY5_l2y2TGTuDwn4Db0rmk,64940
|
|
28
|
+
brg_certificate/ag/minew_lte_v0_defines.py,sha256=nzQVgW5yYX8vA8n65QqoqSY5_l2y2TGTuDwn4Db0rmk,64940
|
|
29
|
+
brg_certificate/ag/wlt_cmd_if.html,sha256=sTGe6Y2rKpfm8gsHhCQ_nccIfCvPB8Z2bLCuKHMlA68,14329
|
|
30
|
+
brg_certificate/ag/wlt_types.html,sha256=n-zCWVOT-8LaxAzgmnvTauBDjepgR0DFiysVCakoH38,370374
|
|
31
|
+
brg_certificate/ag/wlt_types_ag.py,sha256=vDWVbF-4_L2bcN8po06Eb8218eGR93_5mEQE0umImlI,448891
|
|
32
32
|
brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json,sha256=Om8e0fpItgKegZxHJO1cumEy8Th-DfJ6Zkb_bI0zSwk,3133
|
|
33
33
|
brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json,sha256=2qlRlwMPh1I9lrhtH4zFzMxS8axcJ8Ml1nDgqvmdSKU,17993
|
|
34
34
|
brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json,sha256=WM0ziHGpucYRwTAB_zPp5EcmT19bmXvldEUfoZGOOoY,3005
|
|
@@ -50,83 +50,85 @@ brg_certificate/config/mosquitto.json,sha256=Wd8Fj36GcZNdIKpXZQzx3wb8EmnTBDmOx1k
|
|
|
50
50
|
brg_certificate/config/mosquitto.md,sha256=xU7q2-FpYYwxd6xE-6cl6j_ywc3120ZZnGG1ofl9peY,2494
|
|
51
51
|
brg_certificate/config/wiliot-dev.json,sha256=J6O70nIJYk_qcnw6Hxf9TaKxcaG72p_dqAUpbbeCsCQ,288
|
|
52
52
|
brg_certificate/tests/calibration/interval_test/interval_test.json,sha256=WfMonuJk7YnsHuiH82ztWxEF3kIWvRbaeAe9Leq9_tA,573
|
|
53
|
-
brg_certificate/tests/calibration/interval_test/interval_test.py,sha256=
|
|
53
|
+
brg_certificate/tests/calibration/interval_test/interval_test.py,sha256=T_3fTGT94dI87uPRQstqRSCUMDcakcrKaNILt_XXmgw,1075
|
|
54
54
|
brg_certificate/tests/calibration/output_power_test/output_power_test.json,sha256=9RcWdfKdCxVrYHLXiGqpqH-w4xegnOgyqRYPXNhLKuU,660
|
|
55
|
-
brg_certificate/tests/calibration/output_power_test/output_power_test.py,sha256=
|
|
55
|
+
brg_certificate/tests/calibration/output_power_test/output_power_test.py,sha256=DT_C8B8hVvRZVfYHJAxp9s_NmWXeBK742wR6_yI-RVM,1051
|
|
56
56
|
brg_certificate/tests/calibration/pattern_test/pattern_test.json,sha256=PdUvyWQ6I6hDWs8X6FdylguQB1vkA8Mw8f_4E12zXxQ,869
|
|
57
|
-
brg_certificate/tests/calibration/pattern_test/pattern_test.py,sha256=
|
|
57
|
+
brg_certificate/tests/calibration/pattern_test/pattern_test.py,sha256=pDiPbjXENJmdmtAmfaWlF7skxfGFcmy39w_mMnpAcWk,3679
|
|
58
58
|
brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.json,sha256=r4iD7msOj0iceLFQk1Ak4QeYYltFZwFoWbHxI6rxLiE,762
|
|
59
|
-
brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.py,sha256=
|
|
59
|
+
brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.py,sha256=j4QClukQU4Nkeq2s5yrlw8RDy68F_HayAC1kzLTnAco,3671
|
|
60
60
|
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=nA44EhMRmZPDvbqSNhKe3OYavrGNcphLdryDKm4JSt0,724
|
|
61
|
-
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=
|
|
61
|
+
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=Yfa8S_xwQDEhDa8qbRlh9RvMJinvVSTiIq_EgOSCs2c,3528
|
|
62
62
|
brg_certificate/tests/datapath/output_power_test/output_power_test.json,sha256=p84OSz7o1wI-hge085yVN0n37GpW4okzDTXSjIEEPac,519
|
|
63
|
-
brg_certificate/tests/datapath/output_power_test/output_power_test.py,sha256=
|
|
63
|
+
brg_certificate/tests/datapath/output_power_test/output_power_test.py,sha256=Z22jT8sLT0ouHwySRMZYkY_WWETiOA6o5eSktOB7Brk,1055
|
|
64
64
|
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=GQ595IegBarg5QhDGvL1TJeQgzPImFF2iH8kERgW87U,846
|
|
65
|
-
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=
|
|
65
|
+
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=3F_Rvp2gIAhmZD3KFO_jtjC1z6XTvnbhs_eiPDBB-Bc,2236
|
|
66
66
|
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json,sha256=yVWq-GkTIkKH4v3CagJ6zuiOzHa3616ee-k0IaEwzx8,793
|
|
67
|
-
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py,sha256=
|
|
67
|
+
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py,sha256=2RT1BvBdo25AI-MjMHzb297opjJZ4id6C0CrJ1dBlqQ,3533
|
|
68
68
|
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=ftdOCs0E6KGIzlZybFNbWuS7gKf_XNvS-1Eb8MrzOag,822
|
|
69
|
-
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=
|
|
69
|
+
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=hlZZBVj-avQEXK9oSwM8EJYgHiYlnrbZwqTyzRCganU,2392
|
|
70
70
|
brg_certificate/tests/datapath/pattern_test/pattern_test.json,sha256=f6sjBTXHAEskmgwy3n3M2t6LeJBmPI0f0PI_wNomPZQ,579
|
|
71
|
-
brg_certificate/tests/datapath/pattern_test/pattern_test.py,sha256=
|
|
71
|
+
brg_certificate/tests/datapath/pattern_test/pattern_test.py,sha256=kZOwM8aSQucvulbWeNEWlpmaulUgd996rdvMhhwRAdE,1072
|
|
72
72
|
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=-NZ1zTzwix2DprW-1bhFnzfSvfqIYizlyjomAKaGwgM,1080
|
|
73
|
-
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=
|
|
73
|
+
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=Zt8VFJ7bbf0nhhnfQA3IM-easkCiqvfWUu9H4lpIC_8,2603
|
|
74
74
|
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=4eYyXSgKC48pKlmaK8x6tQRl_IBqP1Yuisss4PDxofY,1035
|
|
75
|
-
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=
|
|
75
|
+
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=0Z2MqgZfPI2S6Eunb7LsnqhVCCHc7snqcLd7F3F1MIY,2711
|
|
76
76
|
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=fEb7jW0V3mVBHqXL8d7EoVwrPJC26EbBh_LfWfeioXo,1041
|
|
77
|
-
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=
|
|
77
|
+
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=mMvM1QwJmSMtyHfb4VOu7nKBrmt_bnLCZOoJQo6NduQ,2713
|
|
78
78
|
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json,sha256=fvK4kQpkXmoZ35NjD-3JqP3SElUZQ8aJjMEMXBM0gwE,641
|
|
79
|
-
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=
|
|
79
|
+
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=yLIBJeszgV-xgCz8NFbZsfP0Nv3l6J6QF5MDRxDRspA,2997
|
|
80
80
|
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256=-H2W69jssriEJQ80vtIkCgYNzAjzXgo0jLaBAYSRPeg,588
|
|
81
|
-
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=
|
|
81
|
+
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=vHqo7uPQQU6cbUXYhnZw7ZJV5o-yd6L6t50XQPlN0Jk,1670
|
|
82
82
|
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json,sha256=EKiukV_VmrXKLCe-S1kDAcMbIkSX4sIOmyta8JsWGqk,1379
|
|
83
|
-
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=
|
|
83
|
+
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=nDTYQ9fQpIe41hylPF7FS5vShGZk2Ivw6xrFG5t_TwA,9429
|
|
84
84
|
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=_tHlSNZPiLWtpx0yBSCwlHj-oiPahTpNXAr7xVM1V9k,1379
|
|
85
|
-
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=
|
|
85
|
+
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=2gKSvkoqAqSO8HaiCx084CTiAvsdrhGVcPQLQEKDtiI,10333
|
|
86
86
|
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=BERc5yrdcaX_nITnhy8_0BtRNEel3ejjKn3i4O51vAE,1866
|
|
87
|
-
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=
|
|
87
|
+
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=8Bfwy7K0DjeCHmuxIOqd5PLV2jH73bkh0advSR6RqBU,11616
|
|
88
88
|
brg_certificate/tests/datapath/stress_test/stress_test.json,sha256=BERc5yrdcaX_nITnhy8_0BtRNEel3ejjKn3i4O51vAE,1866
|
|
89
|
-
brg_certificate/tests/datapath/stress_test/stress_test.py,sha256=
|
|
89
|
+
brg_certificate/tests/datapath/stress_test/stress_test.py,sha256=qRyZZjdkIyY8COJzOUutKk4US-fGNcxjw9b6Z5pIJn8,12651
|
|
90
90
|
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json,sha256=QJPhd1Z-RcTrpanTdxCkPySWMzDpBxMGduJ9hjcXZo0,728
|
|
91
|
-
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py,sha256=
|
|
91
|
+
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py,sha256=7WI5xsHGVEyzwhv2qRhEpWiITJg1PBI-xP6J7MMb134,4061
|
|
92
92
|
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=XxwXnVJowJIcmRqQiA9WUwnTRhdmteRfxgOzYqW3kdM,819
|
|
93
|
-
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=
|
|
93
|
+
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=R6_BF2fu7oOFppRC4TuFDICkkrgmj2Nob7R_MhHkInE,3416
|
|
94
94
|
brg_certificate/tests/edge_mgmt/actions_test/actions_test.json,sha256=sMQ7yxePbGjggx975G6fE94DAWHmbqQramL-oGj4XZg,680
|
|
95
|
-
brg_certificate/tests/edge_mgmt/actions_test/actions_test.py,sha256=
|
|
95
|
+
brg_certificate/tests/edge_mgmt/actions_test/actions_test.py,sha256=Z5MHwyDqbG0CU8ZlERus09zEc8nRTrNmbFXA3KjiUfQ,20888
|
|
96
96
|
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json,sha256=CFlCLKsuLh3t96BixWI6N8p8IgiJ30F4JS63KAvaox8,369
|
|
97
|
-
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py,sha256=
|
|
97
|
+
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py,sha256=7EuuffHBLfd5aXEkrtZBgPEPTx1xXyt1SSrjkBEOPmQ,4433
|
|
98
98
|
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json,sha256=CFlCLKsuLh3t96BixWI6N8p8IgiJ30F4JS63KAvaox8,369
|
|
99
|
-
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py,sha256=
|
|
99
|
+
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py,sha256=Yt-gRDubQNRH10lz-ne1Z1zeeuY29QMffiXSVOq5zc4,4026
|
|
100
100
|
brg_certificate/tests/edge_mgmt/leds_test/leds_test.json,sha256=pOEiV2_r46ySHuU_6EbaDZcONDeK1vZedzhpSHpL49o,343
|
|
101
|
-
brg_certificate/tests/edge_mgmt/leds_test/leds_test.py,sha256=
|
|
101
|
+
brg_certificate/tests/edge_mgmt/leds_test/leds_test.py,sha256=fy4oE4N6vRNM2_TgUFfRmZQCh-x8YExFVCXASQr6dUA,12369
|
|
102
102
|
brg_certificate/tests/edge_mgmt/ota_test/ota_test.json,sha256=ThJFOAjk9KCfkEtA7QdeDcEVlARGAHpWBAlMaR6bvVI,342
|
|
103
|
-
brg_certificate/tests/edge_mgmt/ota_test/ota_test.py,sha256=
|
|
103
|
+
brg_certificate/tests/edge_mgmt/ota_test/ota_test.py,sha256=LfApDPWPZ1tqGM1FDThi8Gf6JwIjMcz31-PIq3zeL4E,3269
|
|
104
104
|
brg_certificate/tests/edge_mgmt/stat_test/stat_test.json,sha256=Vsai88Jwq2hhWoDEcr7xiEQsgYGUhLbQrDDiIs0bXIk,541
|
|
105
|
-
brg_certificate/tests/edge_mgmt/stat_test/stat_test.py,sha256=
|
|
105
|
+
brg_certificate/tests/edge_mgmt/stat_test/stat_test.py,sha256=_lXS1QZvYMtppeGZLx4UCiofXGjadmXHv6PC4BrhTiU,1942
|
|
106
106
|
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json,sha256=WauJYHbGEBhFBhgYAwB3sn1jyHjz33R_JYzHTn4q2zc,508
|
|
107
|
-
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=
|
|
107
|
+
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=0NUMrEiS40NopBYtVsJa4V08A0Eb1savB34wTkUuARQ,1060
|
|
108
108
|
brg_certificate/tests/energy2400/output_power_test/output_power_test.json,sha256=ZN9FrjGGiyTp9gBJpN3INgy8OWerHbQPfOQYpVC8EGg,658
|
|
109
|
-
brg_certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=
|
|
109
|
+
brg_certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=VoDp85wvCNKTuBE_TmIptJ11FGhRkB5LLuZu_3-xk7c,1063
|
|
110
110
|
brg_certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=fcW7zrTC69vwGwUcMdWg8KiV5yKFkERq4TmTgJXd8dk,694
|
|
111
|
-
brg_certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=
|
|
111
|
+
brg_certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=dbfLwOlZmv-mfetQlggJkoy9bjfIPUbGzymJdDJcLGY,1081
|
|
112
112
|
brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json,sha256=G_1JU27zdSWOJ0RXYvjOmF1UqREXwodywGmFIgYXPjs,417
|
|
113
|
-
brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py,sha256=
|
|
113
|
+
brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py,sha256=qI9duBcBRlyOxhWmvELq2UNZ73JYR9cST5cAmdKtjFs,27038
|
|
114
114
|
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json,sha256=_c7vEnMuj2qg658ftvyROLQkcWzhYNrppZs9jLtwe2o,380
|
|
115
|
-
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py,sha256=
|
|
115
|
+
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py,sha256=3Mx6lvsRmKVlGfXGWImkTL16A1qMaTBVnRlIYqlw-w0,9000
|
|
116
116
|
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json,sha256=gcHG29hIMlOJ2TFF5h5EZ0WN9HyngQfsVPg_RngerG0,470
|
|
117
117
|
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=tKtqvRY6sktp7z3yOnkUyrmCzpAUNzRCF0jJv-cJ5b4,16048
|
|
118
118
|
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=yx5OSyNjXXG1AyZmQ7dArbCUlAu6IOrG5q7asqZFdwQ,535
|
|
119
|
-
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=
|
|
119
|
+
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=5h912UqK_Qg22n8l2epB7JF27IB4hKDf35dFk8j7nI8,1080
|
|
120
120
|
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json,sha256=anyqIlBTW4725Y4N4FkMYohgp8uXwB0HDgnfgHziC0g,899
|
|
121
|
-
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=
|
|
121
|
+
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=9nIbiVr240Zj2_JlpwmNxw8YV5QCeZM8lJh-sQcmuUw,1040
|
|
122
122
|
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json,sha256=FrVUTTXMa7kLr_qaHSniVPUCV5-GKgiDIGWo8CaXtIY,372
|
|
123
|
-
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py,sha256=
|
|
123
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py,sha256=X6pJ1eENkthN6FOFWIBZEBK5JeXjUneeaEDyM2fWEz0,26748
|
|
124
124
|
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json,sha256=G3liMtVsDrhZ4Erh3HGWEzm9sSDYCaQhKX8gEBffLNI,554
|
|
125
|
-
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py,sha256=
|
|
125
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py,sha256=1cMvI3u_GbKuFhXutqEqXaE4CjhYCCXGlSqOs5mLmSQ,1130
|
|
126
|
+
common/wlt_logo.png,sha256=21DEhCEOOBU7Zt7ocwVIKU_CKUoHXScc3ej5VAzVsjM,132154
|
|
126
127
|
gw_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
127
|
-
gw_certificate/
|
|
128
|
+
gw_certificate/cert_results.py,sha256=DzE41XZ0Xlp6ZG36XWRMlwuIsINjoEp56WybT7QcsGY,8349
|
|
129
|
+
gw_certificate/gw_certificate.py,sha256=BYdXcxC5VWST-JVjAtS8riQXQQrUHlDxPTq-ITVl0uE,6903
|
|
128
130
|
gw_certificate/gw_certificate_cli.py,sha256=CuVW04d2SzLKjGJYIUDXSmTsmXc2zIGz6YbjW0zbDW0,4677
|
|
129
|
-
gw_certificate/ag/ut_defines.py,sha256=
|
|
131
|
+
gw_certificate/ag/ut_defines.py,sha256=HgrljTmPpKyxj6zYbnrLz1oVdSiAI4voG24d5diSQXc,16892
|
|
130
132
|
gw_certificate/ag/wlt_types.py,sha256=WFiRPs0E0fN5f-9a9l0y8zjDNAR4Xfmon2k8n7rqODk,3637
|
|
131
133
|
gw_certificate/ag/wlt_types_ag.py,sha256=xEk9_8m12x0_Tu8zeTV_7v6OY52dWdENHnjM61re-5I,246870
|
|
132
134
|
gw_certificate/ag/wlt_types_data.py,sha256=bN3bh4A9WEhf4EbAzO4kPnqhFkMvZA6PDSP0_MFgwQ4,2142
|
|
@@ -163,7 +165,7 @@ gw_certificate/interface/4.4.52_sd_bl_app.zip,sha256=ERUqvxox4zSXNR_67G9A2Op6tdJ
|
|
|
163
165
|
gw_certificate/interface/ble_simulator.py,sha256=SFXI4qbloOUbvAaiqlKF80MOADJBpe86YFHO0TORRZo,2567
|
|
164
166
|
gw_certificate/interface/ble_sniffer.py,sha256=S5AtT_3gWlm3FCmQSR4KnCIfnr70E9LgQPtQEJs1YFM,6869
|
|
165
167
|
gw_certificate/interface/if_defines.py,sha256=EAdT26qFl7110breWbpTPrpYZRHmizzvd188bse36ek,999
|
|
166
|
-
gw_certificate/interface/mqtt.py,sha256=
|
|
168
|
+
gw_certificate/interface/mqtt.py,sha256=U1tIlp7sGRuTnEVPnn-HWxWzvSFotZeYfXcWJpBVUTk,24388
|
|
167
169
|
gw_certificate/interface/nrfutil-linux,sha256=9Fzy9VLSzL5dwEWh4HJUFdfmXH69gTrUVV8hxEjPgGU,26071480
|
|
168
170
|
gw_certificate/interface/nrfutil-mac,sha256=YG-iPLwnYUFjwYriqaGaFtYuIj-0T4TkeSWkJ638HWQ,15839744
|
|
169
171
|
gw_certificate/interface/nrfutil.exe,sha256=_uOu7RhDpL_8CCdHzqYNwHKSnrNuZ9Ysij_XRx4NyS0,16155851
|
|
@@ -175,11 +177,11 @@ gw_certificate/templates/stage.html,sha256=o89N0DWCIs2foA9YzommBZ09EPPN7lytiEsHo
|
|
|
175
177
|
gw_certificate/templates/table.html,sha256=PPUf0St1OPT0fB_6OK0SQlsRST-brUJ99x9-Rxwan1Y,201
|
|
176
178
|
gw_certificate/templates/test.html,sha256=lpwibyrmGXNyNxpxNbQNoT2b5oCq5WHUYZrF0oDnLSA,2062
|
|
177
179
|
gw_certificate/tests/__init__.py,sha256=6XWYuJ1urHGCUTPQ6bbn25lDd32ZyB2dIDr2A_mkvTg,468
|
|
178
|
-
gw_certificate/tests/actions.py,sha256=
|
|
180
|
+
gw_certificate/tests/actions.py,sha256=IgCRpcrlZu3SleEyuG75r8EJUIKAaAuiKQ8iIvnPUa8,12563
|
|
179
181
|
gw_certificate/tests/bad_crc_to_PER_quantization.csv,sha256=2V1_7HV7pKEKddA429rp4tTn-je9G3Xi2tMvDhqvGhc,357
|
|
180
|
-
gw_certificate/tests/connection.py,sha256=
|
|
182
|
+
gw_certificate/tests/connection.py,sha256=6UvcOfNBOMFY1ICJc9-MtTKMtpsihrBtO-1nfRkbqZI,9581
|
|
181
183
|
gw_certificate/tests/downlink.py,sha256=RhgOZgyOhwwbj_gZziRlzOENgqT6fc00T7fCLaj2Igo,8823
|
|
182
|
-
gw_certificate/tests/generic.py,sha256=
|
|
184
|
+
gw_certificate/tests/generic.py,sha256=SQds-xr074q79RpTxRjAg-d4_OMVCpyzhaBlwJ6Ulrg,8349
|
|
183
185
|
gw_certificate/tests/registration.py,sha256=UvTCL_gZthoP6rtKcDDlxA7JydEFQGaIZAae94f3Svg,16096
|
|
184
186
|
gw_certificate/tests/throughput.py,sha256=wYaeyHLUleS1cTpsapnBb9fOQP9qBes5OItIHQDtFDg,11103
|
|
185
187
|
gw_certificate/tests/uplink.py,sha256=2CsNLeDV4xMvkQsPZSY4ItxhrCLX0Zd5C1xr488xFdA,33163
|
|
@@ -190,9 +192,9 @@ gw_certificate/tests/static/generated_packet_table.py,sha256=er-hcv6hfJB2TVDUILV
|
|
|
190
192
|
gw_certificate/tests/static/packet_table.csv,sha256=ZnM6-D_67pDdlo4UW35kAfZi2-XpM0UvCh-P1YBT8u0,3938393
|
|
191
193
|
gw_certificate/tests/static/references.py,sha256=vVVaoC_3nEdu2OMtfr_XKxZLvnJmbDeK2pEDFkAzNtU,384
|
|
192
194
|
gw_certificate/tests/static/uplink_defines.py,sha256=bNcCOYRuKLhCYjv-n6rJ4PM8YpZOg4h4Kt6PBhReZf4,354
|
|
193
|
-
wiliot_certificate-1.
|
|
194
|
-
wiliot_certificate-1.
|
|
195
|
-
wiliot_certificate-1.
|
|
196
|
-
wiliot_certificate-1.
|
|
197
|
-
wiliot_certificate-1.
|
|
198
|
-
wiliot_certificate-1.
|
|
195
|
+
wiliot_certificate-1.5.0a1.dist-info/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
|
|
196
|
+
wiliot_certificate-1.5.0a1.dist-info/METADATA,sha256=UKSKALwZicB9Tfq6UGjq1xDVkPzItkfqYt5G09k7sgM,6767
|
|
197
|
+
wiliot_certificate-1.5.0a1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
198
|
+
wiliot_certificate-1.5.0a1.dist-info/entry_points.txt,sha256=19YeTHY3PnN1wbi7BcgZB0zSgRrp9bvahIX-dIMX3Sg,127
|
|
199
|
+
wiliot_certificate-1.5.0a1.dist-info/top_level.txt,sha256=wN_MwxdcfgPP5-WN6sRhmZnGXNbZmXalxwYdh3nb2RA,38
|
|
200
|
+
wiliot_certificate-1.5.0a1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{wiliot_certificate-1.4.0a2.dist-info → wiliot_certificate-1.5.0a1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|