tdl-xoa-driver 1.3.0__py3-none-any.whl → 1.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 (235) hide show
  1. {tdl_xoa_driver-1.3.0.dist-info → tdl_xoa_driver-1.4.0.dist-info}/METADATA +5 -5
  2. tdl_xoa_driver-1.4.0.dist-info/RECORD +218 -0
  3. xoa_driver/__init__.py +2 -2
  4. xoa_driver/functions/anlt.py +2 -2
  5. xoa_driver/functions/mgmt.py +11 -20
  6. xoa_driver/hlfuncs.py +1 -1
  7. xoa_driver/internals/commands/p_commands.py +12 -10
  8. xoa_driver/internals/commands/pt_commands.py +21 -1
  9. xoa_driver/internals/commands/px_commands.py +1686 -6
  10. xoa_driver/internals/core/transporter/_request_id_counter.py +1 -1
  11. xoa_driver/internals/core/transporter/protocol/payload/__init__.py +3 -1
  12. xoa_driver/internals/core/transporter/protocol/payload/field.py +41 -0
  13. xoa_driver/internals/core/transporter/protocol/payload/types.py +19 -0
  14. xoa_driver/internals/{hli_v1 → hli}/indices/filter/base_filter.py +1 -1
  15. xoa_driver/internals/{hli_v1 → hli}/indices/length_term.py +1 -1
  16. xoa_driver/internals/{hli_v1 → hli}/indices/macsecscs/base_macsecsc.py +2 -2
  17. xoa_driver/internals/{hli_v1 → hli}/indices/match_term.py +1 -1
  18. xoa_driver/internals/{hli_v1 → hli}/indices/port_dataset.py +1 -1
  19. xoa_driver/internals/{hli_v1 → hli}/indices/streams/base_stream.py +1 -1
  20. xoa_driver/internals/{hli_v1 → hli}/modules/module_chimera.py +3 -3
  21. xoa_driver/internals/{hli_v1 → hli}/modules/module_l47.py +1 -1
  22. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_combi.py +1 -1
  23. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_d.py +1 -1
  24. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_e.py +1 -1
  25. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_f.py +1 -1
  26. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_g.py +17 -2
  27. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_h.py +1 -1
  28. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_i.py +1 -1
  29. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_j.py +1 -1
  30. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_k.py +1 -1
  31. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_l.py +1 -1
  32. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_l1.py +1 -1
  33. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_m.py +1 -1
  34. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/family_n.py +1 -1
  35. xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/module_l23_base.py +1 -1
  36. xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/bases/port_l23.py +3 -3
  37. xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/bases/port_l23_genuine.py +4 -4
  38. xoa_driver/internals/hli/ports/port_l23/bases/port_transceiver.py +247 -0
  39. xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/bases/port_transmission_statistics.py +1 -1
  40. xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/port_chimera.py +1 -1
  41. xoa_driver/internals/{hli_v2 → hli}/ports/port_l23/family_g.py +5 -0
  42. xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/port_l23ve.py +2 -2
  43. xoa_driver/internals/{hli_v1 → hli}/ports/port_l47/main.py +2 -2
  44. xoa_driver/internals/{hli_v1 → hli}/testers/l23_tester.py +1 -1
  45. xoa_driver/internals/{hli_v1 → hli}/testers/l47_tester.py +2 -2
  46. xoa_driver/misc.py +12 -17
  47. xoa_driver/modules.py +18 -22
  48. xoa_driver/ports.py +20 -20
  49. xoa_driver/testers.py +4 -8
  50. tdl_xoa_driver-1.3.0.dist-info/RECORD +0 -325
  51. xoa_driver/internals/hli_v1/ports/port_l23/bases/port_transceiver.py +0 -117
  52. xoa_driver/internals/hli_v1/ports/port_l23/family_g.py +0 -77
  53. xoa_driver/internals/hli_v2/__init__.py +0 -0
  54. xoa_driver/internals/hli_v2/indices/__init__.py +0 -0
  55. xoa_driver/internals/hli_v2/indices/base_index.py +0 -39
  56. xoa_driver/internals/hli_v2/indices/connection_group/__init__.py +0 -0
  57. xoa_driver/internals/hli_v2/indices/connection_group/cg.py +0 -115
  58. xoa_driver/internals/hli_v2/indices/connection_group/histogram.py +0 -59
  59. xoa_driver/internals/hli_v2/indices/connection_group/l2.py +0 -71
  60. xoa_driver/internals/hli_v2/indices/connection_group/l3.py +0 -96
  61. xoa_driver/internals/hli_v2/indices/connection_group/raw.py +0 -148
  62. xoa_driver/internals/hli_v2/indices/connection_group/replay.py +0 -89
  63. xoa_driver/internals/hli_v2/indices/connection_group/tcp.py +0 -261
  64. xoa_driver/internals/hli_v2/indices/connection_group/tls.py +0 -166
  65. xoa_driver/internals/hli_v2/indices/connection_group/udp.py +0 -112
  66. xoa_driver/internals/hli_v2/indices/connection_group/user_state.py +0 -25
  67. xoa_driver/internals/hli_v2/indices/filter/__init__.py +0 -0
  68. xoa_driver/internals/hli_v2/indices/filter/base_filter.py +0 -50
  69. xoa_driver/internals/hli_v2/indices/filter/genuine_filter.py +0 -17
  70. xoa_driver/internals/hli_v2/indices/length_term.py +0 -44
  71. xoa_driver/internals/hli_v2/indices/match_term.py +0 -49
  72. xoa_driver/internals/hli_v2/indices/port_dataset.py +0 -53
  73. xoa_driver/internals/hli_v2/indices/streams/__init__.py +0 -0
  74. xoa_driver/internals/hli_v2/indices/streams/base_stream.py +0 -234
  75. xoa_driver/internals/hli_v2/indices/streams/genuine_stream.py +0 -32
  76. xoa_driver/internals/hli_v2/modules/__init__.py +0 -0
  77. xoa_driver/internals/hli_v2/modules/__interfaces.py +0 -21
  78. xoa_driver/internals/hli_v2/modules/base_module.py +0 -125
  79. xoa_driver/internals/hli_v2/modules/module_chimera.py +0 -358
  80. xoa_driver/internals/hli_v2/modules/module_l23ve.py +0 -58
  81. xoa_driver/internals/hli_v2/modules/module_l47.py +0 -230
  82. xoa_driver/internals/hli_v2/modules/module_l47ve.py +0 -8
  83. xoa_driver/internals/hli_v2/modules/modules_l23/__init__.py +0 -0
  84. xoa_driver/internals/hli_v2/modules/modules_l23/family_combi.py +0 -73
  85. xoa_driver/internals/hli_v2/modules/modules_l23/family_d.py +0 -75
  86. xoa_driver/internals/hli_v2/modules/modules_l23/family_e.py +0 -85
  87. xoa_driver/internals/hli_v2/modules/modules_l23/family_f.py +0 -144
  88. xoa_driver/internals/hli_v2/modules/modules_l23/family_g.py +0 -84
  89. xoa_driver/internals/hli_v2/modules/modules_l23/family_h.py +0 -40
  90. xoa_driver/internals/hli_v2/modules/modules_l23/family_i.py +0 -25
  91. xoa_driver/internals/hli_v2/modules/modules_l23/family_j.py +0 -25
  92. xoa_driver/internals/hli_v2/modules/modules_l23/family_k.py +0 -39
  93. xoa_driver/internals/hli_v2/modules/modules_l23/family_l.py +0 -55
  94. xoa_driver/internals/hli_v2/modules/modules_l23/family_l1.py +0 -797
  95. xoa_driver/internals/hli_v2/modules/modules_l23/family_m.py +0 -25
  96. xoa_driver/internals/hli_v2/modules/modules_l23/family_n.py +0 -40
  97. xoa_driver/internals/hli_v2/modules/modules_l23/module_l23_base.py +0 -339
  98. xoa_driver/internals/hli_v2/ports/__init__.py +0 -0
  99. xoa_driver/internals/hli_v2/ports/base_port.py +0 -105
  100. xoa_driver/internals/hli_v2/ports/port_l23/__init__.py +0 -0
  101. xoa_driver/internals/hli_v2/ports/port_l23/bases/__init__.py +0 -0
  102. xoa_driver/internals/hli_v2/ports/port_l23/bases/port_capture.py +0 -64
  103. xoa_driver/internals/hli_v2/ports/port_l23/bases/port_l23.py +0 -441
  104. xoa_driver/internals/hli_v2/ports/port_l23/bases/port_l23_genuine.py +0 -172
  105. xoa_driver/internals/hli_v2/ports/port_l23/bases/port_reception_statistics.py +0 -156
  106. xoa_driver/internals/hli_v2/ports/port_l23/bases/port_transceiver.py +0 -117
  107. xoa_driver/internals/hli_v2/ports/port_l23/bases/port_transmission_statistics.py +0 -59
  108. xoa_driver/internals/hli_v2/ports/port_l23/chimera/__init__.py +0 -0
  109. xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/__init__.py +0 -0
  110. xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/_utils.py +0 -15
  111. xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/general.py +0 -340
  112. xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/shadow.py +0 -99
  113. xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/working.py +0 -36
  114. xoa_driver/internals/hli_v2/ports/port_l23/chimera/pe_custom_distribution.py +0 -116
  115. xoa_driver/internals/hli_v2/ports/port_l23/chimera/pe_distribution.py +0 -102
  116. xoa_driver/internals/hli_v2/ports/port_l23/chimera/port_chimera.py +0 -113
  117. xoa_driver/internals/hli_v2/ports/port_l23/chimera/port_emulation.py +0 -420
  118. xoa_driver/internals/hli_v2/ports/port_l23/chimera/reception_statistics.py +0 -22
  119. xoa_driver/internals/hli_v2/ports/port_l23/chimera/transmission_statistics.py +0 -22
  120. xoa_driver/internals/hli_v2/ports/port_l23/family_combi.py +0 -36
  121. xoa_driver/internals/hli_v2/ports/port_l23/family_d.py +0 -49
  122. xoa_driver/internals/hli_v2/ports/port_l23/family_e.py +0 -96
  123. xoa_driver/internals/hli_v2/ports/port_l23/family_f.py +0 -144
  124. xoa_driver/internals/hli_v2/ports/port_l23/family_h.py +0 -60
  125. xoa_driver/internals/hli_v2/ports/port_l23/family_i.py +0 -66
  126. xoa_driver/internals/hli_v2/ports/port_l23/family_j.py +0 -53
  127. xoa_driver/internals/hli_v2/ports/port_l23/family_k.py +0 -58
  128. xoa_driver/internals/hli_v2/ports/port_l23/family_l.py +0 -67
  129. xoa_driver/internals/hli_v2/ports/port_l23/family_l1.py +0 -149
  130. xoa_driver/internals/hli_v2/ports/port_l23/family_m.py +0 -28
  131. xoa_driver/internals/hli_v2/ports/port_l23/fault_jkl.py +0 -22
  132. xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_ghijkl.py +0 -342
  133. xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_ijkl_chimera.py +0 -50
  134. xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_l.py +0 -65
  135. xoa_driver/internals/hli_v2/ports/port_l23/port_l23ve.py +0 -81
  136. xoa_driver/internals/hli_v2/ports/port_l47/__init__.py +0 -0
  137. xoa_driver/internals/hli_v2/ports/port_l47/counters.py +0 -146
  138. xoa_driver/internals/hli_v2/ports/port_l47/main.py +0 -137
  139. xoa_driver/internals/hli_v2/ports/port_l47/packet_engine.py +0 -20
  140. xoa_driver/internals/hli_v2/revisions.py +0 -11
  141. xoa_driver/internals/hli_v2/testers/__init__.py +0 -0
  142. xoa_driver/internals/hli_v2/testers/_base_tester.py +0 -207
  143. xoa_driver/internals/hli_v2/testers/genuine/__init__.py +0 -0
  144. xoa_driver/internals/hli_v2/testers/genuine/l_23/__init__.py +0 -0
  145. xoa_driver/internals/hli_v2/testers/genuine/l_23/health.py +0 -16
  146. xoa_driver/internals/hli_v2/testers/genuine/l_23/rest_api.py +0 -34
  147. xoa_driver/internals/hli_v2/testers/genuine/l_23/time_keeper.py +0 -50
  148. xoa_driver/internals/hli_v2/testers/genuine/l_23/upload_file.py +0 -26
  149. xoa_driver/internals/hli_v2/testers/genuine/management_interface.py +0 -38
  150. xoa_driver/internals/hli_v2/testers/l23_tester.py +0 -159
  151. xoa_driver/internals/hli_v2/testers/l23ve_tester.py +0 -98
  152. xoa_driver/internals/hli_v2/testers/l47_tester.py +0 -95
  153. xoa_driver/internals/hli_v2/testers/l47ve_tester.py +0 -50
  154. xoa_driver/v2/__init__.py +0 -11
  155. xoa_driver/v2/misc.py +0 -77
  156. xoa_driver/v2/modules.py +0 -308
  157. xoa_driver/v2/ports.py +0 -232
  158. xoa_driver/v2/testers.py +0 -24
  159. {tdl_xoa_driver-1.3.0.dist-info → tdl_xoa_driver-1.4.0.dist-info}/WHEEL +0 -0
  160. {tdl_xoa_driver-1.3.0.dist-info → tdl_xoa_driver-1.4.0.dist-info}/licenses/LICENSE +0 -0
  161. {tdl_xoa_driver-1.3.0.dist-info → tdl_xoa_driver-1.4.0.dist-info}/top_level.txt +0 -0
  162. /xoa_driver/internals/{hli_v1 → hli}/__init__.py +0 -0
  163. /xoa_driver/internals/{hli_v1 → hli}/indices/__init__.py +0 -0
  164. /xoa_driver/internals/{hli_v1 → hli}/indices/base_index.py +0 -0
  165. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/__init__.py +0 -0
  166. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/cg.py +0 -0
  167. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/histogram.py +0 -0
  168. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/l2.py +0 -0
  169. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/l3.py +0 -0
  170. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/raw.py +0 -0
  171. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/replay.py +0 -0
  172. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/tcp.py +0 -0
  173. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/tls.py +0 -0
  174. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/udp.py +0 -0
  175. /xoa_driver/internals/{hli_v1 → hli}/indices/connection_group/user_state.py +0 -0
  176. /xoa_driver/internals/{hli_v1 → hli}/indices/filter/__init__.py +0 -0
  177. /xoa_driver/internals/{hli_v1 → hli}/indices/filter/genuine_filter.py +0 -0
  178. /xoa_driver/internals/{hli_v1 → hli}/indices/macsecscs/__init__.py +0 -0
  179. /xoa_driver/internals/{hli_v1 → hli}/indices/macsecscs/genuine_macsecsc.py +0 -0
  180. /xoa_driver/internals/{hli_v1 → hli}/indices/streams/__init__.py +0 -0
  181. /xoa_driver/internals/{hli_v1 → hli}/indices/streams/genuine_stream.py +0 -0
  182. /xoa_driver/internals/{hli_v1 → hli}/modules/__init__.py +0 -0
  183. /xoa_driver/internals/{hli_v1 → hli}/modules/__interfaces.py +0 -0
  184. /xoa_driver/internals/{hli_v1 → hli}/modules/base_module.py +0 -0
  185. /xoa_driver/internals/{hli_v1 → hli}/modules/module_l23ve.py +0 -0
  186. /xoa_driver/internals/{hli_v1 → hli}/modules/module_l47ve.py +0 -0
  187. /xoa_driver/internals/{hli_v1 → hli}/modules/modules_l23/__init__.py +0 -0
  188. /xoa_driver/internals/{hli_v1 → hli}/ports/__init__.py +0 -0
  189. /xoa_driver/internals/{hli_v1 → hli}/ports/base_port.py +0 -0
  190. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/__init__.py +0 -0
  191. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/bases/__init__.py +0 -0
  192. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/bases/port_capture.py +0 -0
  193. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/bases/port_reception_statistics.py +0 -0
  194. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/__init__.py +0 -0
  195. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/filter_definition/__init__.py +0 -0
  196. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/filter_definition/_utils.py +0 -0
  197. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/filter_definition/general.py +0 -0
  198. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/filter_definition/shadow.py +0 -0
  199. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/filter_definition/working.py +0 -0
  200. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/pe_custom_distribution.py +0 -0
  201. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/pe_distribution.py +0 -0
  202. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/port_emulation.py +0 -0
  203. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/reception_statistics.py +0 -0
  204. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/chimera/transmission_statistics.py +0 -0
  205. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_combi.py +0 -0
  206. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_d.py +0 -0
  207. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_e.py +0 -0
  208. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_f.py +0 -0
  209. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_h.py +0 -0
  210. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_i.py +0 -0
  211. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_j.py +0 -0
  212. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_k.py +0 -0
  213. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_l.py +0 -0
  214. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_l1.py +0 -0
  215. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/family_m.py +0 -0
  216. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/fault_jkl.py +0 -0
  217. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/freya_l1.py +0 -0
  218. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/pcs_pma_ghijkl.py +0 -0
  219. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/pcs_pma_ijkl_chimera.py +0 -0
  220. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l23/pcs_pma_l.py +0 -0
  221. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l47/__init__.py +0 -0
  222. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l47/counters.py +0 -0
  223. /xoa_driver/internals/{hli_v1 → hli}/ports/port_l47/packet_engine.py +0 -0
  224. /xoa_driver/internals/{hli_v1 → hli}/revisions.py +0 -0
  225. /xoa_driver/internals/{hli_v1 → hli}/testers/__init__.py +0 -0
  226. /xoa_driver/internals/{hli_v1 → hli}/testers/_base_tester.py +0 -0
  227. /xoa_driver/internals/{hli_v1 → hli}/testers/genuine/__init__.py +0 -0
  228. /xoa_driver/internals/{hli_v1 → hli}/testers/genuine/l_23/__init__.py +0 -0
  229. /xoa_driver/internals/{hli_v1 → hli}/testers/genuine/l_23/health.py +0 -0
  230. /xoa_driver/internals/{hli_v1 → hli}/testers/genuine/l_23/rest_api.py +0 -0
  231. /xoa_driver/internals/{hli_v1 → hli}/testers/genuine/l_23/time_keeper.py +0 -0
  232. /xoa_driver/internals/{hli_v1 → hli}/testers/genuine/l_23/upload_file.py +0 -0
  233. /xoa_driver/internals/{hli_v1 → hli}/testers/genuine/management_interface.py +0 -0
  234. /xoa_driver/internals/{hli_v1 → hli}/testers/l23ve_tester.py +0 -0
  235. /xoa_driver/internals/{hli_v1 → hli}/testers/l47ve_tester.py +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tdl-xoa-driver
3
- Version: 1.3.0
4
- Summary: XOA Driver is a Python library providing user-friendly communication interfaces to Xena Traffic Generation test equipment. It provides a rich collection of programming interfaces that can be used to either write test scripts or develop applications.
3
+ Version: 1.4.0
4
+ Summary: XOA Driver is a Python library providing user-friendly communication interfaces to Teledyne LeCroy Xena Ethernet traffic generation test equipment. It provides a rich collection of APIs that can be used to either write test scripts or develop applications.
5
5
  Home-page: https://github.com/xenanetworks/tdl-xoa-driver
6
- Author: Leonard Yu
7
- Author-email: leonard.yu@teledyne.com
6
+ Author: Leonard Yu, Zoltan Hanisch
7
+ Author-email: Leonard.Yu@teledyne.com, Zoltan.Hanisch@teledyne.com
8
8
  Maintainer: Teledyne LeCroy Xena
9
- Maintainer-email: support@xenanetworks.com
9
+ Maintainer-email: xena-sales@teledyne.com
10
10
  License: Apache 2.0
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Intended Audience :: Developers
@@ -0,0 +1,218 @@
1
+ tdl_xoa_driver-1.4.0.dist-info/licenses/LICENSE,sha256=Oc3Sih78tKR5tfTaIGcU3qytyX6JAzzAUlwW-qQaRaQ,11351
2
+ xoa_driver/__init__.py,sha256=3lBj6AJ0WaZTLGvM-3t2F2JV6Uy41qRMzFa6Q7uYnaw,48
3
+ xoa_driver/enums.py,sha256=5emoLkWo48RJmPGuWS4D46B2nHHq08CzjNN51l0s2vs,8522
4
+ xoa_driver/exceptions.py,sha256=JoAYQ6A751mT68fx9CIavxP49YalynoH6zG2_7Q0Pos,1910
5
+ xoa_driver/hlfuncs.py,sha256=R1rmmL3LSaVyN4xnBTvjkxbCzaDSidgHBCG-4MuzyFY,241
6
+ xoa_driver/lli.py,sha256=U7fExcHfznQTdB6B8qHPxSXA7_c7pD4upW62uRmYI3M,390
7
+ xoa_driver/misc.py,sha256=QaOItKUOsavVK9uwaSa2F32cZfObnlNZffdWNBtfOsI,1925
8
+ xoa_driver/modules.py,sha256=xNFq5ouM03iAhgKMiU_NZCS6AxhBqSJu2txpgrfmMPw,10396
9
+ xoa_driver/ports.py,sha256=zgJlIaOHQIv9E5BjuiBtdUC0tRuYoDzlGzu5Cmh91bs,6940
10
+ xoa_driver/testers.py,sha256=EO8BJVIB6YLFVaUoiwEQO0WHZXljCHfB9QL-qmeVU_w,716
11
+ xoa_driver/utils.py,sha256=pciLNEJVIxEtxFe5wlKe9ROewAa554ZwEGVoBViWJos,143
12
+ xoa_driver/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
+ xoa_driver/functions/anlt.py,sha256=frb8JZMl0KnZhBu2vn3cFgudtXRsCNebVe_KFlCgAV0,22990
14
+ xoa_driver/functions/anlt_ll_debug.py,sha256=ZJQRWdmAA3LAJf-00yHiw66WgusAjT9tMqn-vrczSKw,14823
15
+ xoa_driver/functions/cli.py,sha256=oYZW9SEe5CSNxLiIPNXacil6aVXEZsui8Pn3i3o09z4,24333
16
+ xoa_driver/functions/exceptions.py,sha256=vayipNFBTaf12rCJR3uz-6K_e0EP-_4bLqILuf6Uik0,2618
17
+ xoa_driver/functions/headers.py,sha256=QemyVnk93oWSOxPzavDXsTtpZ8OTChf5G9Mm0yRmfHo,33832
18
+ xoa_driver/functions/mgmt.py,sha256=lEoSd0X0dmlnbOeqZyPLii4K0JMUfVIaHSomPpR_Pdk,15794
19
+ xoa_driver/functions/tools.py,sha256=NPhiWkvqBkDFokLAx6BkRqPPU_ewa6LtvWB-CI4VgCQ,9659
20
+ xoa_driver/internals/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
+ xoa_driver/internals/warn.py,sha256=03cDWYYvPKFz_mUoUt4Xq87fGNqvVqIcMXI0LVyEaK8,726
22
+ xoa_driver/internals/commands/__init__.py,sha256=-oTS8J4dRzDZXM1xCF9SYA--TsLux2P9-bverGKdYNg,1271
23
+ xoa_driver/internals/commands/c_commands.py,sha256=L1ZxMZtcx-rIaCYg1WxGm19SpeKOS1OV1MrQVMHlOl8,66295
24
+ xoa_driver/internals/commands/enums.py,sha256=dzuBs1QMZxogPfWf4B8r4tZWvaT_-uxrcCburD-vArI,64059
25
+ xoa_driver/internals/commands/m4_commands.py,sha256=1LsUDBaCZUqDI04b84SDFVGPBTPdZaAZiHrfMGAb4yg,22834
26
+ xoa_driver/internals/commands/m4e_commands.py,sha256=4b1CF1thhIEiY8E9Jw2Y7m1dMrs1NhBJ953yfBAfFmM,3059
27
+ xoa_driver/internals/commands/m_commands.py,sha256=gslylrFybNN4juTqNkCENiGWvosWzaHtQH-TuHGwfW4,65009
28
+ xoa_driver/internals/commands/p4_commands.py,sha256=3nj6suKf0PCC7jMSGidzeAmm4VTpFd5qz2FukuF5R40,78768
29
+ xoa_driver/internals/commands/p4e_commands.py,sha256=2hIa6S5aHY_Bht1QQ3ql3cFTLoWwwcGzvslAXeXc6rg,5056
30
+ xoa_driver/internals/commands/p4g_commands.py,sha256=noIrvLYsjrc_t9hQ0msOCaOA0NsVNdTIySIjHoJEnOM,292438
31
+ xoa_driver/internals/commands/p_commands.py,sha256=4UKJXG1T9dyN5QUH8AUorCRQT1orddf4mT0a2gfkFOs,228549
32
+ xoa_driver/internals/commands/pc_commands.py,sha256=uJe-wTla8vVDFChfSqpDNbpxCwx9OJ7WET2oM5KNHOs,11060
33
+ xoa_driver/internals/commands/pd_commands.py,sha256=s0Ts7RN6WASyUGuuGmlxEPxDKSsnM50SXRbIFhTtsiQ,12492
34
+ xoa_driver/internals/commands/pe_commands.py,sha256=z5YgV85RMw6CFYQF5Z8qKyCujiGk1psV-KYEdZeIBkU,38690
35
+ xoa_driver/internals/commands/pec_commands.py,sha256=bu2uSpMObsGob1QM4YzyhVAW6aN3j2OfEJPF2BPgwOM,10136
36
+ xoa_driver/internals/commands/ped_commands.py,sha256=J_QQxgrun71UWFpOQTFBxZe5tK-hOPxtCWiAGFKSc8Y,39736
37
+ xoa_driver/internals/commands/pef_commands.py,sha256=q-JLQ2-JOHwfu-Ku28cc89mwJtKP_rJ9-QtFvOOxNVk,82219
38
+ xoa_driver/internals/commands/pf_commands.py,sha256=5PVBA8N6G-1O6PN1l1XmmKKYS8DkGRz2NV6z6NuppKU,14540
39
+ xoa_driver/internals/commands/pl1_commands.py,sha256=mM0kNH8Te2YXD-OfDqkJv1Q5EwsHbczBSM0iTZAQWYQ,66370
40
+ xoa_driver/internals/commands/pl_commands.py,sha256=znhmeTgPlqURsJ2dxIvQnOioE-qU2650fLtHaK0ZiMs,6382
41
+ xoa_driver/internals/commands/pm_commands.py,sha256=tlt3yoEpCnjRmJ2EEq-BCOeBH4oppXvl5mea172Z_KA,9514
42
+ xoa_driver/internals/commands/pp_commands.py,sha256=dKi8oqE0iKOVdtiTjqrZq772NfkpcafR8xMR6HdE69E,82762
43
+ xoa_driver/internals/commands/pr_commands.py,sha256=Ci1duYe3UFzqxtLwOM-VV6KIPBIo_U8tE49bcQdN3ac,31156
44
+ xoa_driver/internals/commands/ps_commands.py,sha256=o5x24Z7kz-3jXRsTxmehkmG_0pbeYLldFbtPgu6fEZQ,96440
45
+ xoa_driver/internals/commands/pt_commands.py,sha256=bBWPSppymycMH3CDZLQJoDXR2YdRsGJpVB3MVRNa81Q,15187
46
+ xoa_driver/internals/commands/px_commands.py,sha256=o-TXCJ5QXtrQ_vG-pvlUOeNsqR-KdgnADb9i3u2tH0s,66275
47
+ xoa_driver/internals/commands/subtypes.py,sha256=zYjCpWuXSn4qZ0AAzFvPks-wHTu2xcj4NiKlMcPmbzg,3023
48
+ xoa_driver/internals/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
+ xoa_driver/internals/core/builders.py,sha256=66zW5GB0DIdz_Kq5ki2z-OVNHVJFUsHWM-XpE8QsA1s,1128
50
+ xoa_driver/internals/core/exceptions.py,sha256=SkDbXh3X0gN39eiNBR9klKSMp7LxXIIlUM-0JuBvPac,1693
51
+ xoa_driver/internals/core/funcs.py,sha256=3q3ZtYFxyaOyYkRdF3DUJyAJYiNMiNQbctFlXY8SN_0,2945
52
+ xoa_driver/internals/core/funcs.pyi,sha256=hyV0-737ARKKDFtLXfsZ8tJRpzof2O-yp6tWJYQ0OEA,148513
53
+ xoa_driver/internals/core/interfaces.py,sha256=2HmowNT_VqbPo24vQoApwii2fWE6lsrPTfbh1ps18Kg,1115
54
+ xoa_driver/internals/core/token.py,sha256=4yWv4mFsszT2xW5kLgBuy-YaqRgOg2BzAXC5yvfrRxk,1133
55
+ xoa_driver/internals/core/transporter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
+ xoa_driver/internals/core/transporter/_processor.py,sha256=0o0pyn-qRE4ZCHgjyFI0fRc1v45jcpAwf9bYJhkwssI,2821
57
+ xoa_driver/internals/core/transporter/_publisher.py,sha256=qK4JmKyRDNlcvcDyEB6PQ--G4dQvY2tDPttJ7HCHu5U,3027
58
+ xoa_driver/internals/core/transporter/_request_id_counter.py,sha256=W6P_9iyF84dzSEF9cETCxNGJbtOAWi1EA5lSs0grnmw,731
59
+ xoa_driver/internals/core/transporter/_stream.py,sha256=ejKVxTTwYOpymRZydm58S0kmNCGEqF7Ld422S3KBCSg,3029
60
+ xoa_driver/internals/core/transporter/_typings.py,sha256=lPfv6Oll4Sq37ZXf5zxn0o9LgTb3od-7ltRdramekxk,1256
61
+ xoa_driver/internals/core/transporter/exceptions.py,sha256=ny1yscHQCQtWGSYbIktFeeV1ZgaNHa-7LYlF-T_zkbM,1387
62
+ xoa_driver/internals/core/transporter/handler.py,sha256=NCME2o6FZsqjKkmGm_3--h-283Pehl8F4BoRHSmOo2k,4574
63
+ xoa_driver/internals/core/transporter/registry.py,sha256=osXiR_CdidEJOLq_P11bGx5OZt9_gGAmW-V-YeudCk0,1477
64
+ xoa_driver/internals/core/transporter/logger/__init__.py,sha256=FgrmAXKkRhYyvGpmYdB1uUgLtSEDJJ2_q6cEMkFrdz0,133
65
+ xoa_driver/internals/core/transporter/logger/__logger.py,sha256=-pw3ThK-SUEmST1vPli0vB0wkyGgzPpk3EMhLvCPpTA,2828
66
+ xoa_driver/internals/core/transporter/logger/__state_off.py,sha256=VWZAgeFbxdlIepBL4jJt_EDRjL2KBJZDjG3ewOmO6Ag,781
67
+ xoa_driver/internals/core/transporter/logger/__state_on_default.py,sha256=MLrdljrkEaIgilfu78rBSPL8FVyZ6zWEDFgeS1VMCQk,2439
68
+ xoa_driver/internals/core/transporter/logger/__state_on_loguru.py,sha256=DVXYrq7bWwUcaSl9aWKyRlpUUYocOmc5x8PpRwar7M8,1768
69
+ xoa_driver/internals/core/transporter/logger/__state_on_user.py,sha256=wZgHW2-IByLt3ivfbXP-5EUWBw2vSSMcoCRwYvXlCiE,1455
70
+ xoa_driver/internals/core/transporter/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
71
+ xoa_driver/internals/core/transporter/protocol/_constants.py,sha256=olcFOwRmbx85qoGf-zlAN4ypHNkOYDtaNbL5kSxzZYk,2107
72
+ xoa_driver/internals/core/transporter/protocol/_utils.py,sha256=RHArcU1otHUxDpNLLxu2tJ9ELqzp75QOaAbl-9THuOk,1922
73
+ xoa_driver/internals/core/transporter/protocol/exceptions.py,sha256=inhrYyse2Uz4IqFxhAsL1oNfhAhXxE6fMxACUGxZqcI,10218
74
+ xoa_driver/internals/core/transporter/protocol/struct_header.py,sha256=5M620ppA_0C7iXlUmCXIhTkewIwnVJrc3UeWNph1a2c,3421
75
+ xoa_driver/internals/core/transporter/protocol/struct_request.py,sha256=Uy2yKUTKPSDIB8BtS53CxlJRgFiFuad1kAoAa6oINwc,1851
76
+ xoa_driver/internals/core/transporter/protocol/struct_response.py,sha256=duGQO19gpoeQdNDWDbLb5xDRY21tk8WtDyX9HAoc21A,3018
77
+ xoa_driver/internals/core/transporter/protocol/payload/__init__.py,sha256=tf3X21CxoNtQWPNwxGNDiXGw2PsOw-2iOPMCIW5g9x0,1239
78
+ xoa_driver/internals/core/transporter/protocol/payload/base_struct.py,sha256=T0vsoheZ1FE4AHfIiRsBqEZFCDXQTm27sFFGSu0hhTA,8436
79
+ xoa_driver/internals/core/transporter/protocol/payload/descriptor.py,sha256=nevio5VrbRoFr_gHxuJJzMlp0QyR54IJ2y-3yAIYBxI,3445
80
+ xoa_driver/internals/core/transporter/protocol/payload/exceptions.py,sha256=xWrLteAsfKc-KGEtkjhReFrbalBjL8jEpk-_gdJcNM0,706
81
+ xoa_driver/internals/core/transporter/protocol/payload/field.py,sha256=AEtJ0mf1Qftm2edWG_lbcUyOPESNQps71yfs3A_Dip8,10657
82
+ xoa_driver/internals/core/transporter/protocol/payload/types.py,sha256=hhHTA0YziokLF0R5lZN7UXAbMUCL5YCcz7wQ7nHQve8,5187
83
+ xoa_driver/internals/core/transporter/protocol/payload/utils.py,sha256=zH_er-rRWrAbjVKJTiant1Bus8c7Bv2o0Ri-msbGA8M,1738
84
+ xoa_driver/internals/exceptions/__init__.py,sha256=wUbDYg1_zqvgRW3E72WiQFVb6ipZGXwxRs-MWv1IA_o,184
85
+ xoa_driver/internals/exceptions/modules.py,sha256=TBm5E0uTJnB58TAhpqRuqEMPapp6BahoNZ8kEf_FbzM,542
86
+ xoa_driver/internals/exceptions/testers.py,sha256=0ExXhNYfVx87TdzjsERuBzdClkI0pyPQO82ihpzQHfo,890
87
+ xoa_driver/internals/hli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
+ xoa_driver/internals/hli/revisions.py,sha256=JLp4Ptez-F6uU7EJuFRFrOgczXCkkRUy7IPWKc_naRE,402
89
+ xoa_driver/internals/hli/indices/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
90
+ xoa_driver/internals/hli/indices/base_index.py,sha256=nzctmmxUpHQ3N9zKjwBLrBc1LmeHPgsGTQioGAUBs6w,1080
91
+ xoa_driver/internals/hli/indices/length_term.py,sha256=8Bi4oddCj6HquDvA1Ir_vy94okrQyUvwc4rm7Zi3CIU,1470
92
+ xoa_driver/internals/hli/indices/match_term.py,sha256=mRyxLhf4iBonb9ZmtOQvaPOE8wRzVnr0k5nTZaKAEG4,1931
93
+ xoa_driver/internals/hli/indices/port_dataset.py,sha256=WGTRE5L1Lf_FDB3iankIG13daL8YDcUbTl00_D5fU4o,2047
94
+ xoa_driver/internals/hli/indices/connection_group/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
95
+ xoa_driver/internals/hli/indices/connection_group/cg.py,sha256=aN-aJTgLvja9rv0LSUb7c8ZCnHL9VwlZWBIiW9eTffU,4779
96
+ xoa_driver/internals/hli/indices/connection_group/histogram.py,sha256=A_1LD7OSGoqderH6FVKX3BlqslZRaLTZdFQu0_fTsHc,2698
97
+ xoa_driver/internals/hli/indices/connection_group/l2.py,sha256=GzkTnpna9PTR36YrUcfMDvvBNoCgEnyJ4XgBtbhhNSw,2728
98
+ xoa_driver/internals/hli/indices/connection_group/l3.py,sha256=Nu1akbpLFR7ZVAvskehkX02imfVMQ78eyA3CLq6_tec,4147
99
+ xoa_driver/internals/hli/indices/connection_group/raw.py,sha256=GEzQJiL6q26ft8tdX57aTx8ZjJ7zFl4zXOJBnrRnqJ0,5906
100
+ xoa_driver/internals/hli/indices/connection_group/replay.py,sha256=fyOGany9tv1mkmi3jMSaICY8wHsS0xa0yFgLfjpfXMs,3341
101
+ xoa_driver/internals/hli/indices/connection_group/tcp.py,sha256=PLYGzEdeUTKazg9koyIYjcuvdGA5FzpFJ5pkzP1xTm0,9963
102
+ xoa_driver/internals/hli/indices/connection_group/tls.py,sha256=Amwo5sid1wBc66Kb5X99HAZjWu6d5m0aP6hpMwh8h-0,6388
103
+ xoa_driver/internals/hli/indices/connection_group/udp.py,sha256=OgKvM1V47MRQWtN3mb3nlGOQreKwAEzAEl8TsNLq69Q,4239
104
+ xoa_driver/internals/hli/indices/connection_group/user_state.py,sha256=6eEsTDLJR5yBnOn0kj5du6En-5HT0LLi9yUzMgGQitw,836
105
+ xoa_driver/internals/hli/indices/filter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
106
+ xoa_driver/internals/hli/indices/filter/base_filter.py,sha256=cml0mZg97SDkc0ZcSjY3bCcpnkubf-kI_BP8U08f6jk,1778
107
+ xoa_driver/internals/hli/indices/filter/genuine_filter.py,sha256=nMrASoHCkHoTZtF1430CXTaGDsdKbIkCOYONnbXBhVQ,706
108
+ xoa_driver/internals/hli/indices/macsecscs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
109
+ xoa_driver/internals/hli/indices/macsecscs/base_macsecsc.py,sha256=-_y6Ygz2ZUf-fVgCTIZB4LbTCwvpHLNYhDticWa0vVY,7093
110
+ xoa_driver/internals/hli/indices/macsecscs/genuine_macsecsc.py,sha256=A34pJ_rvgSKdN8SJys799Wh9sYiNG0QolJ3pyU35jgw,2114
111
+ xoa_driver/internals/hli/indices/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
112
+ xoa_driver/internals/hli/indices/streams/base_stream.py,sha256=rt96FWJz9BlVM6E2jrA_KFC1vaPuFh2blOBYmZIxY24,11405
113
+ xoa_driver/internals/hli/indices/streams/genuine_stream.py,sha256=bx9g7tAQRBJN5AQldQFToaSarV02XO_6RWWzesHt90g,1956
114
+ xoa_driver/internals/hli/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
+ xoa_driver/internals/hli/modules/__interfaces.py,sha256=dTpZ1RU5Av89hniEI0YEq-oABj1cbVS5-c7McBmksFs,417
116
+ xoa_driver/internals/hli/modules/base_module.py,sha256=43YEFMBtyoYqScXsS9vuyRDafPyMBQng8wnKWnSPvs0,3760
117
+ xoa_driver/internals/hli/modules/module_chimera.py,sha256=NYZkMBvzHHHFhHVYTsYdtrPhDCHwVZEmD3liAsF3frk,10551
118
+ xoa_driver/internals/hli/modules/module_l23ve.py,sha256=epGdM5_zGejO3ViICjLFAkrHVzVafxLZvK_2YwIrrKg,2064
119
+ xoa_driver/internals/hli/modules/module_l47.py,sha256=C-Y84U_FuBBebIjR9hhvDFjkIyRvt0W8OPfnsrL0-q8,10964
120
+ xoa_driver/internals/hli/modules/module_l47ve.py,sha256=ezjDAOhO-PajU-_4Z0Docnbnyvw-G_oUtxGKS4xoW2c,167
121
+ xoa_driver/internals/hli/modules/modules_l23/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
122
+ xoa_driver/internals/hli/modules/modules_l23/family_combi.py,sha256=tgUqbARsZpdJ_TQ7vAOljHRJUlZQpejad224ufS3Mmw,2822
123
+ xoa_driver/internals/hli/modules/modules_l23/family_d.py,sha256=gXp_bPRLCM3k_FDLtlQnRPiCNf00nGgCmABzNolcLAI,2567
124
+ xoa_driver/internals/hli/modules/modules_l23/family_e.py,sha256=PfADG2r82hxWwuc6UI-5djnCoWteOwsdZ-30imTJXgw,3194
125
+ xoa_driver/internals/hli/modules/modules_l23/family_f.py,sha256=eYOGOtGwOnm9S2dqT_-vSd_o2hGDNSLOU8W-acpu9rU,5421
126
+ xoa_driver/internals/hli/modules/modules_l23/family_g.py,sha256=ZYOjbQ--6nR8KCjbEHCjy-roTY8ZDwo-A0XvYnEh6Zc,3780
127
+ xoa_driver/internals/hli/modules/modules_l23/family_h.py,sha256=kqk8wVVASDSNUTM-zmsk8lgSQItAOz2gXAKEE8gNvHA,1451
128
+ xoa_driver/internals/hli/modules/modules_l23/family_i.py,sha256=2Q1PQfEHYbQonZOX8j3JVU165YtrbZt_NsHso9GQTI0,888
129
+ xoa_driver/internals/hli/modules/modules_l23/family_j.py,sha256=jW2uwbigeBzucj_7r6jnZCEFlPeyxDHP_IfaIhVN4yA,888
130
+ xoa_driver/internals/hli/modules/modules_l23/family_k.py,sha256=RTrFEepdHBAqxXbOLm0AYS2PI4Z6ii7C0x2TWVEz2b4,1449
131
+ xoa_driver/internals/hli/modules/modules_l23/family_l.py,sha256=eVX9cbDznIvfnmiARAjLP6JigsJI96DQ6IeoTeek5w4,2059
132
+ xoa_driver/internals/hli/modules/modules_l23/family_l1.py,sha256=PlWJkAwRQ5-airh6bohCyVkc2PTRaaBhkzeKOUSuV3o,31240
133
+ xoa_driver/internals/hli/modules/modules_l23/family_m.py,sha256=VTY7VrEZq4ykAaIhYq82l2XlhwmacnySnp393z3R-sk,918
134
+ xoa_driver/internals/hli/modules/modules_l23/family_n.py,sha256=RPT2YYspmEGRlgXnPcKt_YRO7bXjhpI42XsMWyZGhU4,1448
135
+ xoa_driver/internals/hli/modules/modules_l23/module_l23_base.py,sha256=TIB77QUNftUn-md4_hXA-1uN-yag6erInX-58nT1tJQ,12109
136
+ xoa_driver/internals/hli/ports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
137
+ xoa_driver/internals/hli/ports/base_port.py,sha256=8p25Wh2lTd9CEFueuhm-y8yvNMIW8yoz6oUxVbWlFC8,3646
138
+ xoa_driver/internals/hli/ports/port_l23/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
139
+ xoa_driver/internals/hli/ports/port_l23/family_combi.py,sha256=0FCeQ0B2Jjth7jqvJexSI6ODCZk6Rm48_Vr_edZBRyI,1001
140
+ xoa_driver/internals/hli/ports/port_l23/family_d.py,sha256=o9QzNcBORpAbsFSl_MN83J4Tjhmk7w77bAN2FlRyyWQ,1166
141
+ xoa_driver/internals/hli/ports/port_l23/family_e.py,sha256=s7aL5b9d9E8Zsm63oIqA6ZUZ74PPug8GPWpsHQsJRCs,2678
142
+ xoa_driver/internals/hli/ports/port_l23/family_f.py,sha256=vx0rN-vQP7v8m5Pcc6RvlisNui0IxMxKvab54Iwn2_4,4007
143
+ xoa_driver/internals/hli/ports/port_l23/family_g.py,sha256=OeDpsOr-65V_FWuhifeXH3gaJpKbyftdtWgU8X-_ous,2011
144
+ xoa_driver/internals/hli/ports/port_l23/family_h.py,sha256=MeUehj0unvHX9W3glfVORKdqX8kbu-hmZvMtwJbE-go,1840
145
+ xoa_driver/internals/hli/ports/port_l23/family_i.py,sha256=ZHXXiO0LOUbRCSXcYize1PfWWx4TBxdcdNTVo4Tfkew,2288
146
+ xoa_driver/internals/hli/ports/port_l23/family_j.py,sha256=SZ2RYsI63Z6xatcfIcyLobrpuuofdEFty3JU51s2tcY,1858
147
+ xoa_driver/internals/hli/ports/port_l23/family_k.py,sha256=X8l9kZe58dizhzNbC-JY3z2m-_YwsGdE_tf_73NiZw0,1952
148
+ xoa_driver/internals/hli/ports/port_l23/family_l.py,sha256=Ao3-XNKpBi-4s49guS5Yc8Hk0DWX0yJ40YMnL0KjzdU,2148
149
+ xoa_driver/internals/hli/ports/port_l23/family_l1.py,sha256=qiVv9NXtV5vwBja0w9bG9vwC-vgqdgRBdSj7GbDaa98,3749
150
+ xoa_driver/internals/hli/ports/port_l23/family_m.py,sha256=rvYpgYvN9Mrb_abxW-J1Zwn-36nCh_oBrNF0IV2qcIE,779
151
+ xoa_driver/internals/hli/ports/port_l23/fault_jkl.py,sha256=vsbpTsBGhQJHlb6cdhaKIIosif4Vh5mn5luYO_tOPtk,641
152
+ xoa_driver/internals/hli/ports/port_l23/freya_l1.py,sha256=wdNZDLHrSd3SxFVR3-C3ZPcE4SzjfcdsoLeKjV6_UuI,28777
153
+ xoa_driver/internals/hli/ports/port_l23/pcs_pma_ghijkl.py,sha256=46fscvEn40N6zm0PSkOYXZDNeFvr66HaHhfp9FibOJM,9932
154
+ xoa_driver/internals/hli/ports/port_l23/pcs_pma_ijkl_chimera.py,sha256=-4bMhviEyeaSGA-sKgyQvEji0RrISxO8xHUgBdZfAKI,1623
155
+ xoa_driver/internals/hli/ports/port_l23/pcs_pma_l.py,sha256=RxvJF-wgSelazKR5ylEMSgMLszf2WEhbVQRUd_5e7OU,2142
156
+ xoa_driver/internals/hli/ports/port_l23/port_l23ve.py,sha256=qznGAiXt6Y49E8bf1WzAicd5mj2eKYej_Xzg95AqmgM,3034
157
+ xoa_driver/internals/hli/ports/port_l23/bases/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
158
+ xoa_driver/internals/hli/ports/port_l23/bases/port_capture.py,sha256=mH_yPZW_3lTX9n1NTCMQlIixd5BWcb5VRfCrtpzY8I8,1955
159
+ xoa_driver/internals/hli/ports/port_l23/bases/port_l23.py,sha256=OFDdXKpTnsWitAL_6-bPJyU88aQ1KhNBif6wiW9Oiy0,13898
160
+ xoa_driver/internals/hli/ports/port_l23/bases/port_l23_genuine.py,sha256=rVt6nQAXBUf3M-NUZ_Zjz5BdyFcnf4NKj0T1-u4qZVU,6662
161
+ xoa_driver/internals/hli/ports/port_l23/bases/port_reception_statistics.py,sha256=P4HNk4TXSC5ShjNfCG7MJcyUDBSmtPFgEJ7HvRmV9Hc,6237
162
+ xoa_driver/internals/hli/ports/port_l23/bases/port_transceiver.py,sha256=Gu9ObWkxPJ7335wtU1nVux73fOxntTi7LO9q3RQmlB0,9752
163
+ xoa_driver/internals/hli/ports/port_l23/bases/port_transmission_statistics.py,sha256=qUfFBlJqy71tZEsMthk1tN9vdI98id4kiMQuOVzs2uw,3771
164
+ xoa_driver/internals/hli/ports/port_l23/chimera/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
165
+ xoa_driver/internals/hli/ports/port_l23/chimera/pe_custom_distribution.py,sha256=hQ7IbqWjMuLqhtdBiN2rUSJpNmaaqfcZn6ZP2qA6gPM,3763
166
+ xoa_driver/internals/hli/ports/port_l23/chimera/pe_distribution.py,sha256=o4JrDRm83ict_uJHTDgOrd_Q6ru-Q6GdKnPSqhr5PAg,5970
167
+ xoa_driver/internals/hli/ports/port_l23/chimera/port_chimera.py,sha256=H38nhinY2q454SZghZHvKxcK47dxakMDFZ62r0nVOxM,3347
168
+ xoa_driver/internals/hli/ports/port_l23/chimera/port_emulation.py,sha256=GAky1Tdj4B9ddAykbhxtvZ0iK9e9vE2A-A_kFQDPgN4,6877
169
+ xoa_driver/internals/hli/ports/port_l23/chimera/reception_statistics.py,sha256=t6V3tJFcOZPsZBlFGwu8nFdG-vj48QCsrjrrHwRzPmg,665
170
+ xoa_driver/internals/hli/ports/port_l23/chimera/transmission_statistics.py,sha256=uYZgRqk68Lte5NYm32SMPKtQlPo8ZI_UAQHHk7cowX4,684
171
+ xoa_driver/internals/hli/ports/port_l23/chimera/filter_definition/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
172
+ xoa_driver/internals/hli/ports/port_l23/chimera/filter_definition/_utils.py,sha256=39nX2ag40bI9-MqITPOTAIB_HVIjr-Gd3HZ4e0-JO5w,456
173
+ xoa_driver/internals/hli/ports/port_l23/chimera/filter_definition/general.py,sha256=1xNRjegRz8L_UdXt7yKVjXgTCDhXhSxTVeVCg0pDGEY,13557
174
+ xoa_driver/internals/hli/ports/port_l23/chimera/filter_definition/shadow.py,sha256=1BeTD1EMfVv9PcgzywE2lCWEcFYxwhlpzp0Az5qv_xE,2906
175
+ xoa_driver/internals/hli/ports/port_l23/chimera/filter_definition/working.py,sha256=zLLGrPesggmpH6wVaex21S-4-cMUsX_DXx8ljvxNlrk,1075
176
+ xoa_driver/internals/hli/ports/port_l47/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
177
+ xoa_driver/internals/hli/ports/port_l47/counters.py,sha256=jWeE-aLajVs_R1QIMCIumSYxEYMNezZ2IjElek-__M0,5816
178
+ xoa_driver/internals/hli/ports/port_l47/main.py,sha256=THEqV_SJaEtHwj0Nyd-KG3N1xP0Ck6zc5WzUA12Y188,6376
179
+ xoa_driver/internals/hli/ports/port_l47/packet_engine.py,sha256=tdQntOK6p4L0x-ZL1aMqYRL6Za18PeCsYLG8G7VT5ss,806
180
+ xoa_driver/internals/hli/testers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
181
+ xoa_driver/internals/hli/testers/_base_tester.py,sha256=-qFMjCgLfiB1dFVUXt4zEXx1rrPycjR_OS1Fl1ukMVU,7556
182
+ xoa_driver/internals/hli/testers/l23_tester.py,sha256=LbVPIF25TgB5QFDlJLcejON9u70BYvIol5VsoQ-bzTM,5716
183
+ xoa_driver/internals/hli/testers/l23ve_tester.py,sha256=Kuv4aw6iJKtAe6F_v2lg7a_QpITt6AXtZ81zShZ1tL8,3687
184
+ xoa_driver/internals/hli/testers/l47_tester.py,sha256=0FUYrdx9iKuhsbHK5ii46QAJ1h9Iq3ffVUZxTA3iWc0,3660
185
+ xoa_driver/internals/hli/testers/l47ve_tester.py,sha256=hgTZxgTcPOXozA-N0-ittwb9W_e8_yQk7p1_JnbWgdg,1972
186
+ xoa_driver/internals/hli/testers/genuine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
187
+ xoa_driver/internals/hli/testers/genuine/management_interface.py,sha256=9m8KT6YDUmCFTXYZ2a-1LgpLz6djQ33_9GwrKB6Zk5s,889
188
+ xoa_driver/internals/hli/testers/genuine/l_23/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
189
+ xoa_driver/internals/hli/testers/genuine/l_23/health.py,sha256=-gRMs0LCjTw5wogopPiqabjrxRXNKKh0FMj3FtX5lYU,499
190
+ xoa_driver/internals/hli/testers/genuine/l_23/rest_api.py,sha256=qtIG_VXgLjwSvFbMew5MXSVIb_aj70a95zaxtg1YMEw,856
191
+ xoa_driver/internals/hli/testers/genuine/l_23/time_keeper.py,sha256=M6gWn5QSBlZWcNePaP4om-MNKQ5wES0eh4mL1sS8Ksc,1371
192
+ xoa_driver/internals/hli/testers/genuine/l_23/upload_file.py,sha256=KUUD2r8DZzHtqGMPRb7HXrg8ep5ShvJ1fA-TLC3rwPY,681
193
+ xoa_driver/internals/state_storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
194
+ xoa_driver/internals/state_storage/_speed_detector.py,sha256=l-nsSF-PTIxCwVfCMhrP9FJhk4_BfirLPSVnvnFV7t8,4199
195
+ xoa_driver/internals/state_storage/modules_state.py,sha256=yKtif6M2Ul0NkgaG18Rh8vxiIghjSEk-3Fjsy9fiWmw,3648
196
+ xoa_driver/internals/state_storage/ports_state.py,sha256=asyVZ6R3YR6iSUKJSGc8_TsZIrqisFNARGUTJkWZdQI,4884
197
+ xoa_driver/internals/state_storage/testers_state.py,sha256=v-Rz2AyvCXAi9-HEaJjKVSWwfkVCSlXcgY6Su1RwFME,3361
198
+ xoa_driver/internals/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
199
+ xoa_driver/internals/utils/attributes.py,sha256=UfgORoSL_qbYB7yYfF-U2P0Yq_FcT4qa7DuIBv_4AxI,1108
200
+ xoa_driver/internals/utils/cap_id.py,sha256=vGuAyxqxY0t8UHLyh4C_Su6alTqTNiIt1EVnXRvOLqE,1696
201
+ xoa_driver/internals/utils/con_traffic_light.py,sha256=1QXNdQ4DVakIkOZDSAhv06x6Rt0E67IcJYl_oezmn-o,3192
202
+ xoa_driver/internals/utils/kind.py,sha256=q0tS816E6CDIA5I-Hzwv3uR7lkzzPiOVS1dNlazz65M,378
203
+ xoa_driver/internals/utils/rev_tool.py,sha256=6aFCViGYkdqY-azOXQSe5CWabQPTp0dlFfaxn6R4Q2Q,602
204
+ xoa_driver/internals/utils/session.py,sha256=dKguhP2EB-_5HFlj-xNTwI737kwfFWP70NBZKEHlW1o,3762
205
+ xoa_driver/internals/utils/indices/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
206
+ xoa_driver/internals/utils/indices/_interfaces.py,sha256=s_KMdtlzMxv4pZ1f43EFPAkb3zlDMjir4vDKP8EztDw,749
207
+ xoa_driver/internals/utils/indices/header_modifier_manager.py,sha256=6swaaxKohEBRHAb5cNzdAUK7LAt-DVBvsu5i7RMYDg0,1503
208
+ xoa_driver/internals/utils/indices/index_manager.py,sha256=ziUWkKnrfnsGJ4WfCnFlp2CwR7NbcO9TsrL54uGfnO8,3138
209
+ xoa_driver/internals/utils/indices/observer.py,sha256=R6cCJ0aDQs0Uit3_ac1YkY92V-K0hHCdVHPzNcdsg-w,437
210
+ xoa_driver/internals/utils/managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
211
+ xoa_driver/internals/utils/managers/abc.py,sha256=M3XgI2FVQLUXixS5SKnZTm0MweHY6DBPLktlUzndGis,995
212
+ xoa_driver/internals/utils/managers/exceptions.py,sha256=fqLSin-OQCIKuhpzvK6RZThF3FJ8FsHers4EmqM9gSs,628
213
+ xoa_driver/internals/utils/managers/modules_manager.py,sha256=sCEhqUu7Waot16rucJ5nI9FyHuFEeU_sBx1JjZdhDJg,3236
214
+ xoa_driver/internals/utils/managers/ports_manager.py,sha256=FRizJ4-V0iE66cSuswW01-6QvXhCuGxHGvmtaDVOeFg,3484
215
+ tdl_xoa_driver-1.4.0.dist-info/METADATA,sha256=1P4XQMwS_QiqRyz1cTf7YkDgB3SRAih6sD-Q_cwq4gI,4112
216
+ tdl_xoa_driver-1.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
217
+ tdl_xoa_driver-1.4.0.dist-info/top_level.txt,sha256=sBbN3hwpa4s2VxsUBoWJ5jIqqDr50vgcEb-V8kL7pvE,11
218
+ tdl_xoa_driver-1.4.0.dist-info/RECORD,,
xoa_driver/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
- __version__ = "1.3.0"
2
- __short_version__ = "1.3"
1
+ __version__ = "1.4.0"
2
+ __short_version__ = "1.4"
@@ -3,8 +3,8 @@ from dataclasses import dataclass, field
3
3
  import typing as t
4
4
  from xoa_driver import enums
5
5
  from xoa_driver.utils import apply
6
- from xoa_driver.internals.hli_v1.ports.port_l23.family_l import FamilyL
7
- from xoa_driver.internals.hli_v1.ports.port_l23.family_l1 import FamilyFreya
6
+ from xoa_driver.internals.hli.ports.port_l23.family_l import FamilyL
7
+ from xoa_driver.internals.hli.ports.port_l23.family_l1 import FamilyFreya
8
8
  from xoa_driver.ports import GenericL23Port
9
9
  from xoa_driver.lli import commands
10
10
  from xoa_driver.internals.core import interfaces as itf
@@ -3,9 +3,9 @@ import asyncio
3
3
  import typing as t
4
4
  from xoa_driver import enums, testers
5
5
  from xoa_driver.utils import apply
6
- from xoa_driver.internals.hli_v2.ports.port_l23.family_l import FamilyL
7
- from xoa_driver.internals.hli_v2.ports.port_l23.family_l1 import FamilyL1
8
- from xoa_driver.ports import GenericAnyPort
6
+ from xoa_driver.internals.hli.ports.port_l23.family_l import FamilyL
7
+ from xoa_driver.internals.hli.ports.port_l23.family_l1 import FamilyFreya
8
+ from xoa_driver.ports import GenericAnyPort, GenericL23Port
9
9
  from xoa_driver.modules import GenericAnyModule, GenericL23Module, ModuleChimera, Z800FreyaModule
10
10
  from xoa_driver.testers import GenericAnyTester, L23Tester
11
11
  from .exceptions import (
@@ -18,8 +18,8 @@ from itertools import chain # type: ignore[Pylance false warning]
18
18
  from datetime import datetime
19
19
  import json
20
20
 
21
- PcsPmaSupported = (FamilyL, FamilyL1)
22
- AutoNegSupported = (FamilyL, FamilyL1)
21
+ PcsPmaSupported = (FamilyL, FamilyFreya)
22
+ AutoNegSupported = (FamilyL, FamilyFreya)
23
23
  LinkTrainingSupported = FamilyL
24
24
 
25
25
 
@@ -35,13 +35,8 @@ async def reserve_tester(tester: GenericAnyTester, force: bool = True) -> None:
35
35
  :return:
36
36
  :rtype: None
37
37
  """
38
- r = await tester.reservation.get()
39
- if force and r.operation == enums.ReservedStatus.RESERVED_BY_OTHER:
40
- await tester.reservation.set_relinquish()
41
- await asyncio.gather(*(release_module(m, True) for m in tester.modules))
42
- await tester.reservation.set_reserve()
43
- elif r.operation == enums.ReservedStatus.RELEASED:
44
- await tester.reservation.set_reserve()
38
+ await release_tester(tester, force)
39
+ await tester.reservation.set_reserve()
45
40
 
46
41
 
47
42
  async def release_tester(
@@ -127,12 +122,8 @@ async def reserve_module(module: GenericAnyModule, force: bool = True) -> None:
127
122
  :return:
128
123
  :rtype: None
129
124
  """
130
- r = await module.reservation.get()
131
- if force and r.operation == enums.ReservedStatus.RESERVED_BY_OTHER:
132
- await release_module(module, True)
133
- await module.reservation.set_reserve()
134
- elif r.operation == enums.ReservedStatus.RELEASED:
135
- await module.reservation.set_reserve()
125
+ await release_module(module, force)
126
+ await module.reservation.set_reserve()
136
127
 
137
128
 
138
129
  async def release_module(
@@ -470,12 +461,12 @@ async def release_ports(*ports: GenericAnyPort) -> None:
470
461
 
471
462
 
472
463
  # region Streams
473
- async def remove_streams(port: GenericAnyPort) -> None:
464
+ async def remove_streams(port: GenericL23Port) -> None:
474
465
  """
475
466
  Remove all streams on a port witout resetting the port.
476
467
 
477
468
  :param port: The port object
478
- :type port: GenericAnyPort
469
+ :type port: GenericL23Port
479
470
  """
480
471
  await port.streams.server_sync()
481
472
  await asyncio.gather(*(s.delete() for s in port.streams))
xoa_driver/hlfuncs.py CHANGED
@@ -14,5 +14,5 @@ __all__ = (
14
14
  "anlt_ll_debug",
15
15
  "exceptions",
16
16
  "cli",
17
- "headers"
17
+ "headers",
18
18
  )
@@ -570,6 +570,8 @@ class P_CAPABILITIES:
570
570
  * Bit 4: Can monitor PCS RX Lane Skew
571
571
  * Bit 5: Can control PCS TX Lane Skew
572
572
  * Bit 6: Can FEC error injection
573
+ * Bit 8: Can Pre-coding
574
+ * Bit 9: Can Gray-coding
573
575
  """
574
576
  # fec_engines: int = field(XmpInt(), min_version=465)
575
577
  # """The number of FEC engines available"""
@@ -3636,17 +3638,17 @@ class P_LPPARTNERAUTONEG:
3636
3638
  _port: int
3637
3639
 
3638
3640
  class GetDataAttr(ResponseBodyStruct):
3639
- cap_100base_tx: YesNo = field(XmpByte())
3641
+ can_100base_tx: YesNo = field(XmpByte())
3640
3642
  """coded byte, specifying whether the link partner is capable of 100BASE-TX."""
3641
- cap_1000base_t: YesNo = field(XmpByte())
3643
+ can_1000base_t: YesNo = field(XmpByte())
3642
3644
  """coded byte. specifying whether the link partner is capable of 1000BASE-T."""
3643
- cap_10gbase_t: YesNo = field(XmpByte())
3645
+ can_10gbase_t: YesNo = field(XmpByte())
3644
3646
  """coded byte. specifying whether the link partner is capable of 10GBASE-T."""
3645
- cap_100base_kx: YesNo = field(XmpByte())
3646
- """coded byte. specifying whether the link partner is capable of 100BASE-KX."""
3647
- cap_10gbase_kx4: YesNo = field(XmpByte())
3648
- """coded byte. specifying whether the link partner is capable of 10GBASE-KX4."""
3649
- cap_10gbase_kr: YesNo = field(XmpByte())
3647
+ can_2p5gbase_t: YesNo = field(XmpByte())
3648
+ """coded byte. specifying whether the link partner is capable of 2.5GBASE-T."""
3649
+ can_5gbase_t: YesNo = field(XmpByte())
3650
+ """coded byte. specifying whether the link partner is capable of 5GBASE-T."""
3651
+ can_10gbase_kr: YesNo = field(XmpByte())
3650
3652
  """coded byte. specifying whether the link partner is capable of 10GBASE-KR."""
3651
3653
 
3652
3654
  def get(self) -> Token[GetDataAttr]:
@@ -3654,8 +3656,8 @@ class P_LPPARTNERAUTONEG:
3654
3656
  * whether the link partner is capable of 100BASE-TX
3655
3657
  * whether the link partner is capable of 1000BASE-T
3656
3658
  * whether the link partner is capable of 10GBASE-T
3657
- * whether the link partner is capable of 100BASE-KX
3658
- * whether the link partner is capable of 10GBASE-KX4
3659
+ * whether the link partner is capable of 2.5GBASE-T
3660
+ * whether the link partner is capable of 5GBASE-T
3659
3661
  * whether the link partner is capable of 10GBASE-KR
3660
3662
 
3661
3663
  :return: the the Energy Efficient Ethernet (EEE) capabilities advertised during auto-negotiation by the far side (link partner)
@@ -166,8 +166,28 @@ class PT_EXTRA:
166
166
  _port: int
167
167
 
168
168
  class GetDataAttr(ResponseBodyStruct):
169
- tx_arp_req_count: typing.List[int] = field(XmpSequence(types_chunk=[XmpLong()]))
169
+ tx_arp_request_count: int = field(XmpLong())
170
170
  """long integer, number of ARP requests transmitted"""
171
+ tx_arp_reply_count: int = field(XmpLong())
172
+ """long integer, number of ARP responses transmitted"""
173
+ tx_ping_request_count: int = field(XmpLong())
174
+ """long integer, number of PING requests transmitted"""
175
+ tx_ping_reply_count: int = field(XmpLong())
176
+ """long integer, number of PING responses transmitted"""
177
+ tx_fcs_inj_count: int = field(XmpLong())
178
+ """long integer, number of FCS errors injected"""
179
+ tx_seq_inj_count: int = field(XmpLong())
180
+ """long integer, number of sequence mismatch errors injected"""
181
+ tx_mis_inj_count: int = field(XmpLong())
182
+ """long integer, number of packet misordering errors injected"""
183
+ tx_pld_inj_count: int = field(XmpLong())
184
+ """long integer, number of payload errors injected"""
185
+ tx_tpld_inj_count: int = field(XmpLong())
186
+ """long integer, number of payload integrity errors injected"""
187
+ tx_mac_train_count: int = field(XmpLong())
188
+ """long integer, number of MAC learning (training) packets transmitted"""
189
+ tx_igmp_join_count: int = field(XmpLong())
190
+ """long integer, number of IGMP JOIN packets transmitted"""
171
191
 
172
192
  def get(self) -> Token[GetDataAttr]:
173
193
  """Get additional statistics for packets transmitted on a port.