wiliot-certificate 1.5.3a1__py3-none-any.whl → 4.4.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.
Files changed (99) hide show
  1. brg_certificate/ag/energous_v0_defines.py +105 -114
  2. brg_certificate/ag/energous_v1_defines.py +105 -114
  3. brg_certificate/ag/energous_v2_defines.py +105 -114
  4. brg_certificate/ag/energous_v3_defines.py +105 -114
  5. brg_certificate/ag/energous_v4_defines.py +105 -114
  6. brg_certificate/ag/fanstel_lan_v0_defines.py +105 -114
  7. brg_certificate/ag/fanstel_lte_v0_defines.py +105 -114
  8. brg_certificate/ag/fanstel_wifi_v0_defines.py +105 -114
  9. brg_certificate/ag/minew_lte_v0_defines.py +105 -114
  10. brg_certificate/ag/wlt_types.html +980 -147
  11. brg_certificate/ag/wlt_types_ag.py +1318 -240
  12. brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +69 -0
  13. brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +101 -0
  14. brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +45 -0
  15. brg_certificate/ag/wlt_types_ag_jsons/calibration.json +75 -0
  16. brg_certificate/ag/wlt_types_ag_jsons/custom.json +99 -0
  17. brg_certificate/ag/wlt_types_ag_jsons/datapath.json +133 -8
  18. brg_certificate/ag/wlt_types_ag_jsons/energy2400.json +99 -0
  19. brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json +96 -0
  20. brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json +113 -0
  21. brg_certificate/ag/wlt_types_ag_jsons/interface.json +157 -0
  22. brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json +205 -0
  23. brg_certificate/certificate_bcc_test_list.txt +0 -2
  24. brg_certificate/certificate_test_list.txt +2 -2
  25. brg_certificate/tests/calibration/interval_test/interval_test.json +1 -1
  26. brg_certificate/tests/calibration/interval_test/interval_test.py +4 -4
  27. brg_certificate/tests/calibration/output_power_test/output_power_test.json +1 -1
  28. brg_certificate/tests/calibration/output_power_test/output_power_test.py +4 -4
  29. brg_certificate/tests/calibration/pattern_test/pattern_test.json +1 -1
  30. brg_certificate/tests/calibration/pattern_test/pattern_test.py +14 -8
  31. brg_certificate/tests/datapath/aging_test/aging_test.py +9 -8
  32. brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +7 -12
  33. brg_certificate/tests/datapath/output_power_test/output_power_test.json +1 -1
  34. brg_certificate/tests/datapath/output_power_test/output_power_test.py +4 -4
  35. brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +1 -1
  36. brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +10 -6
  37. brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +10 -3
  38. brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +9 -9
  39. brg_certificate/tests/datapath/pattern_test/pattern_test.json +1 -1
  40. brg_certificate/tests/datapath/pattern_test/pattern_test.py +4 -5
  41. brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +1 -1
  42. brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +10 -9
  43. brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +1 -1
  44. brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +10 -9
  45. brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +1 -1
  46. brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +10 -9
  47. brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +1 -1
  48. brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +10 -9
  49. brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json +1 -1
  50. brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +4 -5
  51. brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +38 -36
  52. brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +45 -45
  53. brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +2 -3
  54. brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +20 -16
  55. brg_certificate/tests/datapath/stress_test/stress_test.json +2 -3
  56. brg_certificate/tests/datapath/stress_test/stress_test.py +19 -16
  57. brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +1 -1
  58. brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +11 -9
  59. brg_certificate/tests/edge_mgmt/actions_test/actions_test.json +1 -1
  60. brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +4 -4
  61. brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +1 -1
  62. brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +4 -4
  63. brg_certificate/tests/energy2400/output_power_test/output_power_test.json +1 -1
  64. brg_certificate/tests/energy2400/output_power_test/output_power_test.py +4 -4
  65. brg_certificate/tests/energy2400/pattern_test/pattern_test.json +1 -1
  66. brg_certificate/tests/energy2400/pattern_test/pattern_test.py +4 -4
  67. brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +6 -4
  68. brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +1 -1
  69. brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +4 -4
  70. brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json +1 -1
  71. brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +4 -4
  72. brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json +1 -1
  73. brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +4 -4
  74. brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json +1 -1
  75. brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +4 -5
  76. brg_certificate/wltPb_pb2.py +4 -4
  77. brg_certificate/wltPb_pb2.pyi +2 -1
  78. gw_certificate/common/serialization_formatter.py +14 -1
  79. gw_certificate/common/wltPb_pb2.py +4 -4
  80. gw_certificate/common/wltPb_pb2.pyi +2 -1
  81. gw_certificate/interface/{4.4.82_app.zip → 4.4.91_app.zip} +0 -0
  82. gw_certificate/interface/{4.4.82_sd_bl_app.zip → 4.4.91_sd_bl_app.zip} +0 -0
  83. gw_certificate/interface/ble_simulator.py +5 -3
  84. gw_certificate/interface/flash_fw.py +90 -0
  85. gw_certificate/interface/uart_if.py +6 -4
  86. gw_certificate/tests/actions.py +1 -1
  87. gw_certificate/tests/downlink.py +2 -2
  88. gw_certificate/tests/generic.py +4 -3
  89. gw_certificate/tests/static/generated_packet_table.py +16 -16
  90. gw_certificate/tests/static/packet_table.csv +10052 -10052
  91. gw_certificate/tests/static/uplink_defines.py +1 -1
  92. gw_certificate/tests/throughput.py +3 -2
  93. gw_certificate/tests/uplink.py +38 -19
  94. {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/METADATA +71 -30
  95. {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/RECORD +99 -98
  96. {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/WHEEL +1 -1
  97. {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/entry_points.txt +0 -0
  98. {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/licenses/LICENSE +0 -0
  99. {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,101 @@
1
1
  {
2
2
  "versions": [
3
+ {
4
+ "version": "13",
5
+ "packetFields": [
6
+ {
7
+ "name": "moduleType",
8
+ "byteOffset": 5,
9
+ "byteLength": 1,
10
+ "bitOffset": 4,
11
+ "bitLength": 4,
12
+ "outType": "uint"
13
+ },
14
+ {
15
+ "name": "msgType",
16
+ "byteOffset": 5,
17
+ "byteLength": 1,
18
+ "bitOffset": 0,
19
+ "bitLength": 4,
20
+ "outType": "uint"
21
+ },
22
+ {
23
+ "name": "apiVersion",
24
+ "byteOffset": 6,
25
+ "byteLength": 1,
26
+ "bitOffset": 0,
27
+ "bitLength": 8,
28
+ "outType": "uint"
29
+ },
30
+ {
31
+ "name": "seqId",
32
+ "byteOffset": 7,
33
+ "byteLength": 1,
34
+ "bitOffset": 0,
35
+ "bitLength": 8,
36
+ "outType": "uint"
37
+ },
38
+ {
39
+ "name": "brgMac",
40
+ "byteOffset": 8,
41
+ "byteLength": 6,
42
+ "bitOffset": 0,
43
+ "bitLength": 48,
44
+ "outType": "string"
45
+ },
46
+ {
47
+ "name": "sub1gEnergyPattern",
48
+ "byteOffset": 14,
49
+ "byteLength": 1,
50
+ "bitOffset": 0,
51
+ "bitLength": 8,
52
+ "outType": "string",
53
+ "map": {
54
+ "00":"No Energizing",
55
+ "01":"Single Tone 915MHz",
56
+ "02":"FCC (Hopping)",
57
+ "03":"Japan1W",
58
+ "04":"Japan350mW",
59
+ "05":"Korea",
60
+ "06":"Single tone 916300MHz",
61
+ "07":"Single tone 917500MHz",
62
+ "08":"Australia",
63
+ "09":"Israel",
64
+ "0A":"NZ (Hopping)"
65
+ }
66
+ },
67
+ {
68
+ "name": "dutyCycle",
69
+ "byteOffset": 15,
70
+ "byteLength": 1,
71
+ "bitOffset": 0,
72
+ "bitLength": 8,
73
+ "outType": "uint"
74
+ },
75
+ {
76
+ "name": "signalIndicatorCycle",
77
+ "byteOffset": 16,
78
+ "byteLength": 2,
79
+ "bitOffset": 2,
80
+ "bitLength": 14,
81
+ "outType": "uint"
82
+ },
83
+ {
84
+ "name": "signalIndicatorRep",
85
+ "byteOffset": 17,
86
+ "byteLength": 1,
87
+ "bitOffset": 0,
88
+ "bitLength": 2,
89
+ "outType": "uint",
90
+ "map": {
91
+ "0":1,
92
+ "1":2,
93
+ "2":3,
94
+ "3":4
95
+ }
96
+ }
97
+ ]
98
+ },
3
99
  {
4
100
  "version": "12",
5
101
  "packetFields": [
@@ -1,5 +1,118 @@
1
1
  {
2
2
  "versions": [
3
+ {
4
+ "version": "13",
5
+ "packetFields": [
6
+ {
7
+ "name": "moduleType",
8
+ "byteOffset": 5,
9
+ "byteLength": 1,
10
+ "bitOffset": 4,
11
+ "bitLength": 4,
12
+ "outType": "uint"
13
+ },
14
+ {
15
+ "name": "msgType",
16
+ "byteOffset": 5,
17
+ "byteLength": 1,
18
+ "bitOffset": 0,
19
+ "bitLength": 4,
20
+ "outType": "uint"
21
+ },
22
+ {
23
+ "name": "apiVersion",
24
+ "byteOffset": 6,
25
+ "byteLength": 1,
26
+ "bitOffset": 0,
27
+ "bitLength": 8,
28
+ "outType": "uint"
29
+ },
30
+ {
31
+ "name": "seqId",
32
+ "byteOffset": 7,
33
+ "byteLength": 1,
34
+ "bitOffset": 0,
35
+ "bitLength": 8,
36
+ "outType": "uint"
37
+ },
38
+ {
39
+ "name": "brgMac",
40
+ "byteOffset": 8,
41
+ "byteLength": 6,
42
+ "bitOffset": 0,
43
+ "bitLength": 48,
44
+ "outType": "string"
45
+ },
46
+ {
47
+ "name": "sensor0",
48
+ "byteOffset": 14,
49
+ "byteLength": 4,
50
+ "bitOffset": 0,
51
+ "bitLength": 32,
52
+ "outType": "string",
53
+ "map": {
54
+ "00000000":"No_Sensor",
55
+ "16E1FF01":"MinewS1",
56
+ "FF050500":"USB dongle ADC",
57
+ "FF000500":"Signal Indicator",
58
+ "0279FE01":"Zebra Printer",
59
+ "FFAE0400":"ERM Smart MS"
60
+ }
61
+ },
62
+ {
63
+ "name": "sensor1",
64
+ "byteOffset": 18,
65
+ "byteLength": 4,
66
+ "bitOffset": 0,
67
+ "bitLength": 32,
68
+ "outType": "string",
69
+ "map": {
70
+ "00000000":"No_Sensor",
71
+ "16E1FF01":"MinewS1",
72
+ "FF050500":"USB dongle ADC",
73
+ "FF000500":"Signal Indicator",
74
+ "0279FE01":"Zebra Printer",
75
+ "FFAE0400":"ERM Smart MS"
76
+ }
77
+ },
78
+ {
79
+ "name": "rssiThreshold",
80
+ "byteOffset": 22,
81
+ "byteLength": 1,
82
+ "bitOffset": 0,
83
+ "bitLength": 8,
84
+ "outType": "int",
85
+ "calculations": [
86
+ {
87
+ "operator": "*",
88
+ "operand": -1
89
+ },
90
+ {
91
+ "operator": "+",
92
+ "operand": 0
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "name": "sub1gRssiThreshold",
98
+ "byteOffset": 23,
99
+ "byteLength": 1,
100
+ "bitOffset": 0,
101
+ "bitLength": 8,
102
+ "outType": "int",
103
+ "calculations": [
104
+ {
105
+ "operator": "*",
106
+ "operand": -1
107
+ },
108
+ {
109
+ "operator": "+",
110
+ "operand": 0
111
+ }
112
+ ]
113
+ }
114
+ ]
115
+ },
3
116
  {
4
117
  "version": "12",
5
118
  "packetFields": [
@@ -1,5 +1,162 @@
1
1
  {
2
2
  "versions": [
3
+ {
4
+ "version": "13",
5
+ "packetFields": [
6
+ {
7
+ "name": "moduleType",
8
+ "byteOffset": 5,
9
+ "byteLength": 1,
10
+ "bitOffset": 4,
11
+ "bitLength": 4,
12
+ "outType": "uint"
13
+ },
14
+ {
15
+ "name": "msgType",
16
+ "byteOffset": 5,
17
+ "byteLength": 1,
18
+ "bitOffset": 0,
19
+ "bitLength": 4,
20
+ "outType": "uint"
21
+ },
22
+ {
23
+ "name": "apiVersion",
24
+ "byteOffset": 6,
25
+ "byteLength": 1,
26
+ "bitOffset": 0,
27
+ "bitLength": 8,
28
+ "outType": "uint"
29
+ },
30
+ {
31
+ "name": "seqId",
32
+ "byteOffset": 7,
33
+ "byteLength": 1,
34
+ "bitOffset": 0,
35
+ "bitLength": 8,
36
+ "outType": "uint"
37
+ },
38
+ {
39
+ "name": "brgMac",
40
+ "byteOffset": 8,
41
+ "byteLength": 6,
42
+ "bitOffset": 0,
43
+ "bitLength": 48,
44
+ "outType": "string"
45
+ },
46
+ {
47
+ "name": "boardType",
48
+ "byteOffset": 14,
49
+ "byteLength": 1,
50
+ "bitOffset": 0,
51
+ "bitLength": 8,
52
+ "outType": "uint"
53
+ },
54
+ {
55
+ "name": "blVersion",
56
+ "byteOffset": 15,
57
+ "byteLength": 1,
58
+ "bitOffset": 0,
59
+ "bitLength": 8,
60
+ "outType": "uint"
61
+ },
62
+ {
63
+ "name": "majorVer",
64
+ "byteOffset": 16,
65
+ "byteLength": 1,
66
+ "bitOffset": 0,
67
+ "bitLength": 8,
68
+ "outType": "uint"
69
+ },
70
+ {
71
+ "name": "minorVer",
72
+ "byteOffset": 17,
73
+ "byteLength": 1,
74
+ "bitOffset": 0,
75
+ "bitLength": 8,
76
+ "outType": "uint"
77
+ },
78
+ {
79
+ "name": "patchVer",
80
+ "byteOffset": 18,
81
+ "byteLength": 1,
82
+ "bitOffset": 0,
83
+ "bitLength": 8,
84
+ "outType": "uint"
85
+ },
86
+ {
87
+ "name": "supCapGlobal",
88
+ "byteOffset": 19,
89
+ "byteLength": 1,
90
+ "bitOffset": 7,
91
+ "bitLength": 1,
92
+ "outType": "uint"
93
+ },
94
+ {
95
+ "name": "supCapDatapath",
96
+ "byteOffset": 19,
97
+ "byteLength": 1,
98
+ "bitOffset": 6,
99
+ "bitLength": 1,
100
+ "outType": "uint"
101
+ },
102
+ {
103
+ "name": "supCapEnergy2400",
104
+ "byteOffset": 19,
105
+ "byteLength": 1,
106
+ "bitOffset": 5,
107
+ "bitLength": 1,
108
+ "outType": "uint"
109
+ },
110
+ {
111
+ "name": "supCapEnergySub1g",
112
+ "byteOffset": 19,
113
+ "byteLength": 1,
114
+ "bitOffset": 4,
115
+ "bitLength": 1,
116
+ "outType": "uint"
117
+ },
118
+ {
119
+ "name": "supCapCalibration",
120
+ "byteOffset": 19,
121
+ "byteLength": 1,
122
+ "bitOffset": 3,
123
+ "bitLength": 1,
124
+ "outType": "uint"
125
+ },
126
+ {
127
+ "name": "supCapPowerManagement",
128
+ "byteOffset": 19,
129
+ "byteLength": 1,
130
+ "bitOffset": 2,
131
+ "bitLength": 1,
132
+ "outType": "uint"
133
+ },
134
+ {
135
+ "name": "supCapExternalSensor",
136
+ "byteOffset": 19,
137
+ "byteLength": 1,
138
+ "bitOffset": 1,
139
+ "bitLength": 1,
140
+ "outType": "uint"
141
+ },
142
+ {
143
+ "name": "supCapCustom",
144
+ "byteOffset": 19,
145
+ "byteLength": 1,
146
+ "bitOffset": 0,
147
+ "bitLength": 1,
148
+ "outType": "uint"
149
+ },
150
+ {
151
+ "name": "cfgHash",
152
+ "byteOffset": 20,
153
+ "byteLength": 4,
154
+ "bitOffset": 0,
155
+ "bitLength": 32,
156
+ "outType": "uint"
157
+ }
158
+ ]
159
+ },
3
160
  {
4
161
  "version": "12",
5
162
  "packetFields": [
@@ -1,5 +1,210 @@
1
1
  {
2
2
  "versions": [
3
+ {
4
+ "version": "13",
5
+ "packetFields": [
6
+ {
7
+ "name": "moduleType",
8
+ "byteOffset": 5,
9
+ "byteLength": 1,
10
+ "bitOffset": 4,
11
+ "bitLength": 4,
12
+ "outType": "uint"
13
+ },
14
+ {
15
+ "name": "msgType",
16
+ "byteOffset": 5,
17
+ "byteLength": 1,
18
+ "bitOffset": 0,
19
+ "bitLength": 4,
20
+ "outType": "uint"
21
+ },
22
+ {
23
+ "name": "apiVersion",
24
+ "byteOffset": 6,
25
+ "byteLength": 1,
26
+ "bitOffset": 0,
27
+ "bitLength": 8,
28
+ "outType": "uint"
29
+ },
30
+ {
31
+ "name": "seqId",
32
+ "byteOffset": 7,
33
+ "byteLength": 1,
34
+ "bitOffset": 0,
35
+ "bitLength": 8,
36
+ "outType": "uint"
37
+ },
38
+ {
39
+ "name": "brgMac",
40
+ "byteOffset": 8,
41
+ "byteLength": 6,
42
+ "bitOffset": 0,
43
+ "bitLength": 48,
44
+ "outType": "string"
45
+ },
46
+ {
47
+ "name": "staticLedsOn",
48
+ "byteOffset": 14,
49
+ "byteLength": 1,
50
+ "bitOffset": 0,
51
+ "bitLength": 8,
52
+ "outType": "uint"
53
+ },
54
+ {
55
+ "name": "staticKeepAlivePeriod",
56
+ "byteOffset": 15,
57
+ "byteLength": 1,
58
+ "bitOffset": 0,
59
+ "bitLength": 8,
60
+ "outType": "uint",
61
+ "calculations": [
62
+ {
63
+ "operator": "*",
64
+ "operand": 5
65
+ },
66
+ {
67
+ "operator": "+",
68
+ "operand": 0
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "name": "staticKeepAliveScan",
74
+ "byteOffset": 16,
75
+ "byteLength": 1,
76
+ "bitOffset": 0,
77
+ "bitLength": 8,
78
+ "outType": "uint",
79
+ "calculations": [
80
+ {
81
+ "operator": "*",
82
+ "operand": 10
83
+ },
84
+ {
85
+ "operator": "+",
86
+ "operand": 0
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "name": "staticOnDuration",
92
+ "byteOffset": 17,
93
+ "byteLength": 1,
94
+ "bitOffset": 0,
95
+ "bitLength": 8,
96
+ "outType": "uint",
97
+ "calculations": [
98
+ {
99
+ "operator": "*",
100
+ "operand": 30
101
+ },
102
+ {
103
+ "operator": "+",
104
+ "operand": 0
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "name": "staticSleepDuration",
110
+ "byteOffset": 18,
111
+ "byteLength": 2,
112
+ "bitOffset": 0,
113
+ "bitLength": 16,
114
+ "outType": "uint",
115
+ "calculations": [
116
+ {
117
+ "operator": "*",
118
+ "operand": 60
119
+ },
120
+ {
121
+ "operator": "+",
122
+ "operand": 0
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "name": "dynamicLedsOn",
128
+ "byteOffset": 20,
129
+ "byteLength": 1,
130
+ "bitOffset": 0,
131
+ "bitLength": 8,
132
+ "outType": "uint"
133
+ },
134
+ {
135
+ "name": "dynamicKeepAlivePeriod",
136
+ "byteOffset": 21,
137
+ "byteLength": 1,
138
+ "bitOffset": 0,
139
+ "bitLength": 8,
140
+ "outType": "uint",
141
+ "calculations": [
142
+ {
143
+ "operator": "*",
144
+ "operand": 5
145
+ },
146
+ {
147
+ "operator": "+",
148
+ "operand": 0
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "name": "dynamicKeepAliveScan",
154
+ "byteOffset": 22,
155
+ "byteLength": 1,
156
+ "bitOffset": 0,
157
+ "bitLength": 8,
158
+ "outType": "uint",
159
+ "calculations": [
160
+ {
161
+ "operator": "*",
162
+ "operand": 10
163
+ },
164
+ {
165
+ "operator": "+",
166
+ "operand": 0
167
+ }
168
+ ]
169
+ },
170
+ {
171
+ "name": "dynamicOnDuration",
172
+ "byteOffset": 23,
173
+ "byteLength": 1,
174
+ "bitOffset": 0,
175
+ "bitLength": 8,
176
+ "outType": "uint",
177
+ "calculations": [
178
+ {
179
+ "operator": "*",
180
+ "operand": 30
181
+ },
182
+ {
183
+ "operator": "+",
184
+ "operand": 0
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ "name": "dynamicSleepDuration",
190
+ "byteOffset": 24,
191
+ "byteLength": 2,
192
+ "bitOffset": 0,
193
+ "bitLength": 16,
194
+ "outType": "uint",
195
+ "calculations": [
196
+ {
197
+ "operator": "*",
198
+ "operand": 60
199
+ },
200
+ {
201
+ "operator": "+",
202
+ "operand": 0
203
+ }
204
+ ]
205
+ }
206
+ ]
207
+ },
3
208
  {
4
209
  "version": "12",
5
210
  "packetFields": [
@@ -14,8 +14,6 @@ energy2400/pattern_test ENERGY_PATTERN_2_4_NO_ENERGIZING ENERGY_PATTERN_2_4_CHAN
14
14
  energy2400/output_power_test -12 -8 -4 0 2 3
15
15
  energy2400/duty_cycle_test 1 25 50 75
16
16
  energy2400/signal_indicator_test internal_brg rssi_threshold brg0_rx_brg1_tx brg0_none_brg1_rx brg0_rxtx_brg1_rxtx brg0_tx_brg1_none
17
- energy2400/signal_indicator_ble5_10_500k_test internal_brg rssi_threshold brg0_tx_brg1_rx brg0_none_brg1_rx brg0_rxtx_brg1_rxtx brg0_tx_brg1_none
18
- energy2400/signal_indicator_ble5_10_250k_test internal_brg rssi_threshold brg0_tx_brg1_rx brg0_none_brg1_rx brg0_rxtx_brg1_rxtx brg0_tx_brg1_none
19
17
 
20
18
  # ------------- energy_sub1g -------------
21
19
  energy_sub1g/pattern_test SUB1G_ENERGY_PATTERN_NO_ENERGIZING SUB1G_ENERGY_PATTERN_SINGLE_TONE_915000 SUB1G_ENERGY_PATTERN_FCC_HOPPING SUB1G_ENERGY_PATTERN_SINGLE_TONE_917500 SUB1G_ENERGY_PATTERN_NZ_HOPPING
@@ -36,8 +36,8 @@ datapath/rx_channel_test RX_CHANNEL_37 RX_CHANNEL_38 RX_CHANNEL_39 RX_CHANNEL_10
36
36
  datapath/rx_rate_gen2_test mid_values diff_pacer min_value max_value diff_rate
37
37
  datapath/rx_rate_gen3_test mid_values diff_pacer min_value max_value diff_rate
38
38
  datapath/pacer_interval_tags_count_test 1 10 15 30
39
- datapath/stress_test rep3 rep2 rep1 rep1_adaptive_pacer pixel_burst
40
- datapath/stress_gen3_test rep3 rep2 rep1 rep1_adaptive_pacer pixel_burst
39
+ datapath/stress_test rep3 rep2 rep1
40
+ datapath/stress_gen3_test rep3 rep2 rep1
41
41
  datapath/aging_test low_pacer high_pacer
42
42
  datapath/num_of_tags_test 5000
43
43
 
@@ -6,7 +6,7 @@
6
6
  "initialCondition": "Bridge configured to defaults",
7
7
  "procedure": ["Test prolog", "Configurations", "Test epilog and revert to defaults"],
8
8
  "expectedOutcome": "All values configured successfully",
9
- "mandatory": 1,
9
+ "mandatory": 0,
10
10
  "multiBridgeTest": 0,
11
11
  "gwOnlyTest": 0,
12
12
  "internalBridge": 1,
@@ -20,9 +20,9 @@ def run(test):
20
20
  field_functionality_pass_fail_print(test, fields[0], value=param.name)
21
21
  test.set_phase_rc(param.name, test.rc)
22
22
  test.add_phase_reason(param.name, test.reason)
23
- if test.rc == TEST_FAILED and test.exit_on_param_failure:
24
- break
25
- else:
26
- test.reset_result()
23
+ if test.rc == TEST_FAILED:
24
+ if test.exit_on_param_failure:
25
+ break # break the whole for loop and keep the test as failed
26
+ test.reset_result() # reset result and continue to next param
27
27
 
28
28
  return cert_common.test_epilog(test, revert_brgs=True, modules=[calib_module])
@@ -8,7 +8,7 @@
8
8
  "For each supported value - configure the BRG and verify the value",
9
9
  "Test epilog and revert to defaults"],
10
10
  "expectedOutcome": "All values configured successfully",
11
- "mandatory": 1,
11
+ "mandatory": 0,
12
12
  "multiBridgeTest": 0,
13
13
  "gwOnlyTest": 0,
14
14
  "internalBridge": 1,
@@ -20,9 +20,9 @@ def run(test):
20
20
  field_functionality_pass_fail_print(test, fields[0], value=param.name)
21
21
  test.set_phase_rc(param.name, test.rc)
22
22
  test.add_phase_reason(param.name, test.reason)
23
- if test.rc == TEST_FAILED and test.exit_on_param_failure:
24
- break
25
- else:
26
- test.reset_result()
23
+ if test.rc == TEST_FAILED:
24
+ if test.exit_on_param_failure:
25
+ break # break the whole for loop and keep the test as failed
26
+ test.reset_result() # reset result and continue to next param
27
27
 
28
28
  return cert_common.test_epilog(test, revert_brgs=True, modules=[calib_module])
@@ -8,7 +8,7 @@
8
8
  "For each supported value - Configure the BRG and verify packet reception functionality (for specific patterns)",
9
9
  "Test epilog and revert to defaults"],
10
10
  "expectedOutcome": "All values configured successfully and packets received only on included channels. When configuring the brg to CALIBRATION_PATTERN_38_38_39 we configure the GW to rx channel 37 and make sure GW doesn't get any pixels",
11
- "mandatory": 1,
11
+ "mandatory": 0,
12
12
  "multiBridgeTest": 0,
13
13
  "gwOnlyTest": 0,
14
14
  "internalBridge": 1,