wiliot-certificate 4.4.1__py3-none-any.whl → 4.4.2__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/cert_results.py +2 -2
- gw_certificate/gw_certificate.py +2 -2
- {wiliot_certificate-4.4.1.dist-info → wiliot_certificate-4.4.2.dist-info}/METADATA +3 -3
- {wiliot_certificate-4.4.1.dist-info → wiliot_certificate-4.4.2.dist-info}/RECORD +8 -8
- {wiliot_certificate-4.4.1.dist-info → wiliot_certificate-4.4.2.dist-info}/WHEEL +1 -1
- {wiliot_certificate-4.4.1.dist-info → wiliot_certificate-4.4.2.dist-info}/entry_points.txt +0 -0
- {wiliot_certificate-4.4.1.dist-info → wiliot_certificate-4.4.2.dist-info}/licenses/LICENSE +0 -0
- {wiliot_certificate-4.4.1.dist-info → wiliot_certificate-4.4.2.dist-info}/top_level.txt +0 -0
brg_certificate/cert_results.py
CHANGED
|
@@ -117,7 +117,7 @@ def generate_results_files(html=True, pdf=True, failures=0, skipped=0, start_tim
|
|
|
117
117
|
f.write("<p><a href='https://bitbucket.org/wiliot/wiliot-nordic-firmware/commits/{}'>Commit page on bitbucket</a><hr>".format(os.environ['BITBUCKET_COMMIT']))
|
|
118
118
|
f.write(update_status + "<br><br>")
|
|
119
119
|
f.write(error + "<br><br>")
|
|
120
|
-
f.write(f"{RUN_DUR}: {str(duration).split(
|
|
120
|
+
f.write(f"{RUN_DUR}: {str(duration).split('.')[0]} <br><br>")
|
|
121
121
|
if brg:
|
|
122
122
|
f.write(f"{BRG} {BLE_VER}: {brg.version} <br><br>")
|
|
123
123
|
elif tests:
|
|
@@ -130,7 +130,7 @@ def generate_results_files(html=True, pdf=True, failures=0, skipped=0, start_tim
|
|
|
130
130
|
f.write("<p><a href='https://bitbucket.org/wiliot/wiliot-nordic-firmware/commits/{}'>Commit page on bitbucket</a><hr>".format(os.environ['BITBUCKET_COMMIT']))
|
|
131
131
|
f.write(update_status + "<br><br>")
|
|
132
132
|
f.write(f"{RUN_DATETIME}: {start_time.strftime('%d/%m/%Y, %H:%M:%S')} <br><br>")
|
|
133
|
-
f.write(f"{RUN_DUR}: {str(duration).split(
|
|
133
|
+
f.write(f"{RUN_DUR}: {str(duration).split('.')[0]} <br><br>")
|
|
134
134
|
f.write(f"{CERT_VER}: {CERT_VERSION} <br><br>")
|
|
135
135
|
if internal_brg:
|
|
136
136
|
f.write(f"{SIM} {BLE_MAC_ADDRESS}: {internal_brg.id_str} <br><br>")
|
gw_certificate/gw_certificate.py
CHANGED
|
@@ -55,8 +55,8 @@ class GWCertificate:
|
|
|
55
55
|
self.logger_filepath = os.path.join(self.certificate_dir, f'{self.logger_filename}.log')
|
|
56
56
|
self.mqtt_logger_filepath = os.path.join(self.certificate_dir, f'{self.logger_filename}_mqtt.log')
|
|
57
57
|
self.sniffer_logger_filepath = os.path.join(self.certificate_dir, f'{self.logger_filename}_sniffer.log')
|
|
58
|
-
self.result_html_path = os.path.join(self.certificate_dir, f
|
|
59
|
-
self.result_pdf_path = os.path.join(self.certificate_dir, f
|
|
58
|
+
self.result_html_path = os.path.join(self.certificate_dir, f"results_{self.current_datetime.strftime('%Y%m%d_%H%M%S')}.html")
|
|
59
|
+
self.result_pdf_path = os.path.join(self.certificate_dir, f"results_{self.current_datetime.strftime('%Y%m%d_%H%M%S')}.pdf")
|
|
60
60
|
self.template_engine = TemplateEngine()
|
|
61
61
|
self.env = env
|
|
62
62
|
self.error = ""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wiliot_certificate
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.2
|
|
4
4
|
Summary: A library for certifying Wiliot-compliant boards
|
|
5
5
|
Author-email: Wiliot <support@wiliot.com>
|
|
6
6
|
License: MIT License
|
|
@@ -30,13 +30,13 @@ Project-URL: Certified, https://www.wiliot.com/product/ambient-iot-network#partn
|
|
|
30
30
|
Classifier: Programming Language :: Python :: 3
|
|
31
31
|
Classifier: License :: OSI Approved :: MIT License
|
|
32
32
|
Classifier: Operating System :: OS Independent
|
|
33
|
-
Requires-Python: >=3.
|
|
33
|
+
Requires-Python: >=3.9
|
|
34
34
|
Description-Content-Type: text/markdown
|
|
35
35
|
License-File: LICENSE
|
|
36
36
|
Requires-Dist: jinja2>=3.1.5
|
|
37
37
|
Requires-Dist: appdirs>=1.4.4
|
|
38
38
|
Requires-Dist: plotly>=6.0.0
|
|
39
|
-
Requires-Dist: numpy>=
|
|
39
|
+
Requires-Dist: numpy>=1.21.5
|
|
40
40
|
Requires-Dist: pandas>=2.2.3
|
|
41
41
|
Requires-Dist: colorama>=0.4.6
|
|
42
42
|
Requires-Dist: tabulate>=0.9.0
|
|
@@ -9,7 +9,7 @@ brg_certificate/cert_gw_sim.py,sha256=MWxNKNCVqQEyDKc66VhGz1_KsOczvn0sjaSyvYH15F
|
|
|
9
9
|
brg_certificate/cert_mqtt.py,sha256=dcAOsULShN9VmppT150wNwbPRjIdutLnTGlb_MfWpXk,16859
|
|
10
10
|
brg_certificate/cert_prints.py,sha256=s0u0Omnq1aruo0CkS_7p4hqpD-fSRx7ih9vJ4x9cbcU,7045
|
|
11
11
|
brg_certificate/cert_protobuf.py,sha256=1jiPIYBFkA21iClxn2fC3GEQzdh7wLB01pdddwXMX-g,3542
|
|
12
|
-
brg_certificate/cert_results.py,sha256=
|
|
12
|
+
brg_certificate/cert_results.py,sha256=k6EKex2mG28ev8s8VsNfXGg28hiUn133ASGla7B3WnA,20870
|
|
13
13
|
brg_certificate/cert_utils.py,sha256=zFQFNxNOi5AH92JgWknZv9NZN-sz-G-dh7sOzz_SRgw,16550
|
|
14
14
|
brg_certificate/certificate_bcc_sanity_test_list.txt,sha256=SURuNOLuIO7xzh5KnMBYYzwMjZlcLqGaPLwBdqxCKbc,2281
|
|
15
15
|
brg_certificate/certificate_bcc_test_list.txt,sha256=WduySF_fWZ3HK1Wr4zGfFNiyRL8ONsIV9D7vyBCpmig,3332
|
|
@@ -134,7 +134,7 @@ brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py,sha256=uYlOSAo-
|
|
|
134
134
|
common/wlt_logo.png,sha256=21DEhCEOOBU7Zt7ocwVIKU_CKUoHXScc3ej5VAzVsjM,132154
|
|
135
135
|
gw_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
136
136
|
gw_certificate/cert_results.py,sha256=y299oQ3TW4xYp0aM20txqvt7ufsUXSunqg2HN3M5emQ,8856
|
|
137
|
-
gw_certificate/gw_certificate.py,sha256=
|
|
137
|
+
gw_certificate/gw_certificate.py,sha256=N1c7MmXrW2fMqzG2woe3H17CqJvGyoKAzhEgLjkBcsc,6845
|
|
138
138
|
gw_certificate/gw_certificate_cli.py,sha256=FZ_A3A6UttACNo56WwhqAl0ZwfOFJDcBgS3q0tH_Mnk,4869
|
|
139
139
|
gw_certificate/ag/ut_defines.py,sha256=HgrljTmPpKyxj6zYbnrLz1oVdSiAI4voG24d5diSQXc,16892
|
|
140
140
|
gw_certificate/ag/wlt_types.py,sha256=WFiRPs0E0fN5f-9a9l0y8zjDNAR4Xfmon2k8n7rqODk,3637
|
|
@@ -202,9 +202,9 @@ gw_certificate/tests/static/generated_packet_table.py,sha256=HDESJ-VF41RiZRKmrPA
|
|
|
202
202
|
gw_certificate/tests/static/packet_table.csv,sha256=dGPSheg-RHuShc8NE3SyhCBeNWxbelVBYxw2ayCB8j8,1882502
|
|
203
203
|
gw_certificate/tests/static/references.py,sha256=vVVaoC_3nEdu2OMtfr_XKxZLvnJmbDeK2pEDFkAzNtU,384
|
|
204
204
|
gw_certificate/tests/static/uplink_defines.py,sha256=PJGUpzr_mD4Z6xUKzpCR7JcD1n2rvWrNdyUYS0xQX4s,387
|
|
205
|
-
wiliot_certificate-4.4.
|
|
206
|
-
wiliot_certificate-4.4.
|
|
207
|
-
wiliot_certificate-4.4.
|
|
208
|
-
wiliot_certificate-4.4.
|
|
209
|
-
wiliot_certificate-4.4.
|
|
210
|
-
wiliot_certificate-4.4.
|
|
205
|
+
wiliot_certificate-4.4.2.dist-info/licenses/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
|
|
206
|
+
wiliot_certificate-4.4.2.dist-info/METADATA,sha256=9vk_B0PJvgi6AdxoHcMNWrd4AA-t1slPPHPxNm_b26Y,9292
|
|
207
|
+
wiliot_certificate-4.4.2.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
|
208
|
+
wiliot_certificate-4.4.2.dist-info/entry_points.txt,sha256=19YeTHY3PnN1wbi7BcgZB0zSgRrp9bvahIX-dIMX3Sg,127
|
|
209
|
+
wiliot_certificate-4.4.2.dist-info/top_level.txt,sha256=wN_MwxdcfgPP5-WN6sRhmZnGXNbZmXalxwYdh3nb2RA,38
|
|
210
|
+
wiliot_certificate-4.4.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|