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.
Files changed (125) hide show
  1. certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +211 -0
  2. certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +894 -0
  3. certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +184 -0
  4. certificate/ag/wlt_types_ag_jsons/calibration.json +490 -0
  5. certificate/ag/wlt_types_ag_jsons/custom.json +614 -0
  6. certificate/ag/wlt_types_ag_jsons/datapath.json +900 -0
  7. certificate/ag/wlt_types_ag_jsons/energy2400.json +670 -0
  8. certificate/ag/wlt_types_ag_jsons/energySub1g.json +691 -0
  9. certificate/ag/wlt_types_ag_jsons/externalSensor.json +727 -0
  10. certificate/ag/wlt_types_ag_jsons/interface.json +1095 -0
  11. certificate/ag/wlt_types_ag_jsons/powerManagement.json +1439 -0
  12. certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +105 -0
  13. certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +77 -0
  14. certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +126 -0
  15. certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +175 -0
  16. certificate/ag/wlt_types_ag_jsons/unified_sensor_pkt.json +65 -0
  17. certificate/cert_common.py +35 -65
  18. certificate/cert_config.py +18 -43
  19. certificate/cert_data_sim.py +9 -12
  20. certificate/cert_defines.py +0 -8
  21. certificate/cert_gw_sim.py +7 -32
  22. certificate/cert_mqtt.py +5 -15
  23. certificate/cert_prints.py +0 -1
  24. certificate/cert_results.py +37 -48
  25. certificate/cert_utils.py +15 -24
  26. certificate/certificate.py +5 -12
  27. certificate/certificate_cli.py +13 -10
  28. certificate/certificate_eth_test_list.txt +3 -4
  29. certificate/certificate_sanity_test_list.txt +2 -3
  30. certificate/certificate_test_list.txt +4 -4
  31. certificate/tests/calibration/interval_test/interval_test.json +0 -1
  32. certificate/tests/calibration/output_power_test/output_power_test.json +0 -1
  33. certificate/tests/calibration/pattern_test/pattern_test.json +0 -1
  34. certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.json +0 -1
  35. certificate/tests/cloud_connectivity/acl_test/acl_test.json +0 -1
  36. certificate/tests/cloud_connectivity/acl_test/acl_test.py +15 -13
  37. certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json +1 -2
  38. certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.py +6 -8
  39. certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json +0 -1
  40. certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py +3 -3
  41. certificate/tests/cloud_connectivity/connection_test/connection_test.json +0 -1
  42. certificate/tests/cloud_connectivity/connection_test/connection_test.py +13 -6
  43. certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.json +0 -1
  44. certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py +11 -6
  45. certificate/tests/cloud_connectivity/downlink_test/downlink_test.json +0 -1
  46. certificate/tests/cloud_connectivity/downlink_test/downlink_test.py +4 -1
  47. certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.json +0 -1
  48. certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py +9 -14
  49. certificate/tests/cloud_connectivity/reboot_test/reboot_test.json +0 -1
  50. certificate/tests/cloud_connectivity/reboot_test/reboot_test.py +0 -2
  51. certificate/tests/cloud_connectivity/registration_test/registration_test.json +0 -1
  52. certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py +1 -1
  53. certificate/tests/cloud_connectivity/stress_test/stress_test.json +0 -1
  54. certificate/tests/cloud_connectivity/stress_test/stress_test.py +11 -15
  55. certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.json +0 -1
  56. certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py +2 -1
  57. certificate/tests/cloud_connectivity/uplink_test/uplink_test.json +0 -1
  58. certificate/tests/cloud_connectivity/uplink_test/uplink_test.py +20 -27
  59. certificate/tests/datapath/aging_test/aging_test.json +0 -1
  60. certificate/tests/datapath/aging_test/aging_test.py +3 -7
  61. certificate/tests/datapath/event_ble5_test/event_ble5_test.json +2 -3
  62. certificate/tests/datapath/event_ble5_test/event_ble5_test.py +13 -7
  63. certificate/tests/datapath/event_test/event_test.json +2 -3
  64. certificate/tests/datapath/event_test/event_test.py +10 -5
  65. certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +1 -2
  66. certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +5 -9
  67. certificate/tests/datapath/output_power_test/output_power_test.json +0 -1
  68. certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +0 -1
  69. certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +4 -4
  70. certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json +0 -1
  71. certificate/tests/datapath/pattern_test/pattern_test.json +0 -1
  72. certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.json +0 -1
  73. certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.py +5 -5
  74. certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +0 -1
  75. certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +5 -5
  76. certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.json +0 -1
  77. certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py +8 -10
  78. certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +0 -1
  79. certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +0 -1
  80. certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +0 -1
  81. certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.json +0 -1
  82. certificate/tests/datapath/rx_channel_test/rx_channel_test.json +0 -1
  83. certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +0 -1
  84. certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +1 -1
  85. certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +0 -1
  86. certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +0 -1
  87. certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +0 -3
  88. certificate/tests/datapath/stress_test/stress_test.json +0 -1
  89. certificate/tests/datapath/stress_test/stress_test.py +0 -3
  90. certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +0 -1
  91. certificate/tests/edge_mgmt/action_blink_test/action_blink_test.json +0 -1
  92. certificate/tests/edge_mgmt/action_get_battery_sensor_test/action_get_battery_sensor_test.json +0 -1
  93. certificate/tests/edge_mgmt/action_get_module_test/action_get_module_test.json +0 -1
  94. certificate/tests/edge_mgmt/action_get_pof_data_test/action_get_pof_data_test.json +0 -1
  95. certificate/tests/edge_mgmt/action_gw_hb_test/action_gw_hb_test.json +0 -1
  96. certificate/tests/edge_mgmt/action_reboot_test/action_reboot_test.json +0 -1
  97. certificate/tests/edge_mgmt/action_restore_defaults_test/action_restore_defaults_test.json +0 -1
  98. certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.json +0 -1
  99. certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.py +14 -18
  100. certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json +0 -1
  101. certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +0 -1
  102. certificate/tests/energy2400/output_power_test/output_power_test.json +0 -1
  103. certificate/tests/energy2400/pattern_test/pattern_test.json +0 -1
  104. certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json +0 -1
  105. certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +3 -4
  106. certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json +9 -9
  107. certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py +271 -113
  108. certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +0 -1
  109. certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +1 -1
  110. certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +0 -1
  111. certificate/tests/energy_sub1g/pattern_test/pattern_test.json +0 -1
  112. certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json +0 -1
  113. certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json +0 -1
  114. certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +9 -4
  115. common/api_if/api_validation.py +0 -6
  116. common/web/templates/generator.html +79 -141
  117. common/web/web_utils.py +56 -78
  118. gui_certificate/server.py +78 -283
  119. gui_certificate/templates/cert_run.html +113 -179
  120. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/METADATA +22 -7
  121. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/RECORD +125 -109
  122. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/WHEEL +0 -0
  123. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/entry_points.txt +0 -0
  124. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/licenses/LICENSE +0 -0
  125. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,211 @@
1
+ {
2
+ "versions": [
3
+ {
4
+ "version": "13",
5
+ "packetFields": [
6
+ {
7
+ "name": "msgType",
8
+ "byteOffset": 5,
9
+ "byteLength": 1,
10
+ "bitOffset": 0,
11
+ "bitLength": 8,
12
+ "outType": "uint"
13
+ },
14
+ {
15
+ "name": "apiVersion",
16
+ "byteOffset": 6,
17
+ "byteLength": 1,
18
+ "bitOffset": 0,
19
+ "bitLength": 8,
20
+ "outType": "uint"
21
+ },
22
+ {
23
+ "name": "seqId",
24
+ "byteOffset": 7,
25
+ "byteLength": 1,
26
+ "bitOffset": 0,
27
+ "bitLength": 8,
28
+ "outType": "uint"
29
+ },
30
+ {
31
+ "name": "srcBrgMac",
32
+ "byteOffset": 8,
33
+ "byteLength": 6,
34
+ "bitOffset": 0,
35
+ "bitLength": 48,
36
+ "outType": "string"
37
+ },
38
+ {
39
+ "name": "actionId",
40
+ "byteOffset": 14,
41
+ "byteLength": 1,
42
+ "bitOffset": 0,
43
+ "bitLength": 8,
44
+ "outType": "uint"
45
+ },
46
+ {
47
+ "name": "destBrgMac",
48
+ "byteOffset": 15,
49
+ "byteLength": 6,
50
+ "bitOffset": 0,
51
+ "bitLength": 48,
52
+ "outType": "string"
53
+ },
54
+ {
55
+ "name": "app",
56
+ "byteOffset": 21,
57
+ "byteLength": 1,
58
+ "bitOffset": 0,
59
+ "bitLength": 8,
60
+ "outType": "uint"
61
+ },
62
+ {
63
+ "name": "bootloader",
64
+ "byteOffset": 22,
65
+ "byteLength": 1,
66
+ "bitOffset": 0,
67
+ "bitLength": 8,
68
+ "outType": "uint"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "version": "12",
74
+ "packetFields": [
75
+ {
76
+ "name": "msgType",
77
+ "byteOffset": 5,
78
+ "byteLength": 1,
79
+ "bitOffset": 0,
80
+ "bitLength": 8,
81
+ "outType": "uint"
82
+ },
83
+ {
84
+ "name": "apiVersion",
85
+ "byteOffset": 6,
86
+ "byteLength": 1,
87
+ "bitOffset": 0,
88
+ "bitLength": 8,
89
+ "outType": "uint"
90
+ },
91
+ {
92
+ "name": "seqId",
93
+ "byteOffset": 7,
94
+ "byteLength": 1,
95
+ "bitOffset": 0,
96
+ "bitLength": 8,
97
+ "outType": "uint"
98
+ },
99
+ {
100
+ "name": "srcBrgMac",
101
+ "byteOffset": 8,
102
+ "byteLength": 6,
103
+ "bitOffset": 0,
104
+ "bitLength": 48,
105
+ "outType": "string"
106
+ },
107
+ {
108
+ "name": "actionId",
109
+ "byteOffset": 14,
110
+ "byteLength": 1,
111
+ "bitOffset": 0,
112
+ "bitLength": 8,
113
+ "outType": "uint"
114
+ },
115
+ {
116
+ "name": "destBrgMac",
117
+ "byteOffset": 15,
118
+ "byteLength": 6,
119
+ "bitOffset": 0,
120
+ "bitLength": 48,
121
+ "outType": "string"
122
+ },
123
+ {
124
+ "name": "app",
125
+ "byteOffset": 21,
126
+ "byteLength": 1,
127
+ "bitOffset": 0,
128
+ "bitLength": 8,
129
+ "outType": "uint"
130
+ },
131
+ {
132
+ "name": "bootloader",
133
+ "byteOffset": 22,
134
+ "byteLength": 1,
135
+ "bitOffset": 0,
136
+ "bitLength": 8,
137
+ "outType": "uint"
138
+ }
139
+ ]
140
+ },
141
+ {
142
+ "version": "11",
143
+ "packetFields": [
144
+ {
145
+ "name": "msgType",
146
+ "byteOffset": 5,
147
+ "byteLength": 1,
148
+ "bitOffset": 0,
149
+ "bitLength": 8,
150
+ "outType": "uint"
151
+ },
152
+ {
153
+ "name": "apiVersion",
154
+ "byteOffset": 6,
155
+ "byteLength": 1,
156
+ "bitOffset": 0,
157
+ "bitLength": 8,
158
+ "outType": "uint"
159
+ },
160
+ {
161
+ "name": "seqId",
162
+ "byteOffset": 7,
163
+ "byteLength": 1,
164
+ "bitOffset": 0,
165
+ "bitLength": 8,
166
+ "outType": "uint"
167
+ },
168
+ {
169
+ "name": "srcBrgMac",
170
+ "byteOffset": 8,
171
+ "byteLength": 6,
172
+ "bitOffset": 0,
173
+ "bitLength": 48,
174
+ "outType": "string"
175
+ },
176
+ {
177
+ "name": "actionId",
178
+ "byteOffset": 14,
179
+ "byteLength": 1,
180
+ "bitOffset": 0,
181
+ "bitLength": 8,
182
+ "outType": "uint"
183
+ },
184
+ {
185
+ "name": "destBrgMac",
186
+ "byteOffset": 15,
187
+ "byteLength": 6,
188
+ "bitOffset": 0,
189
+ "bitLength": 48,
190
+ "outType": "string"
191
+ },
192
+ {
193
+ "name": "app",
194
+ "byteOffset": 21,
195
+ "byteLength": 1,
196
+ "bitOffset": 0,
197
+ "bitLength": 8,
198
+ "outType": "uint"
199
+ },
200
+ {
201
+ "name": "bootloader",
202
+ "byteOffset": 22,
203
+ "byteLength": 1,
204
+ "bitOffset": 0,
205
+ "bitLength": 8,
206
+ "outType": "uint"
207
+ }
208
+ ]
209
+ }
210
+ ]
211
+ }