tdl-xoa-driver 1.2.0__tar.gz → 1.3.0__tar.gz
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.
- {tdl_xoa_driver-1.2.0/tdl_xoa_driver.egg-info → tdl_xoa_driver-1.3.0}/PKG-INFO +1 -1
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0/tdl_xoa_driver.egg-info}/PKG-INFO +1 -1
- tdl_xoa_driver-1.3.0/xoa_driver/__init__.py +2 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/enums.py +2 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/functions/exceptions.py +7 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/functions/mgmt.py +51 -5
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/enums.py +10 -1
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/m_commands.py +35 -3
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/module_chimera.py +17 -12
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/module_l23_base.py +17 -11
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/state_storage/modules_state.py +1 -1
- tdl_xoa_driver-1.2.0/xoa_driver/__init__.py +0 -2
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/LICENSE +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/README.md +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/pyproject.toml +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/setup.cfg +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/setup.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/tdl_xoa_driver.egg-info/SOURCES.txt +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/tdl_xoa_driver.egg-info/dependency_links.txt +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/tdl_xoa_driver.egg-info/top_level.txt +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/exceptions.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/functions/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/functions/anlt.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/functions/anlt_ll_debug.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/functions/cli.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/functions/headers.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/functions/tools.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/hlfuncs.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/c_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/m4_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/m4e_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/p4_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/p4e_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/p4g_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/p_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pc_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pd_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pe_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pec_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/ped_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pef_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pf_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pl1_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pl_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pm_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pp_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pr_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/ps_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/pt_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/px_commands.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/commands/subtypes.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/builders.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/exceptions.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/funcs.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/funcs.pyi +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/interfaces.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/token.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/_processor.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/_publisher.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/_request_id_counter.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/_stream.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/_typings.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/exceptions.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/handler.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/logger/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/logger/__logger.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/logger/__state_off.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/logger/__state_on_default.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/logger/__state_on_loguru.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/logger/__state_on_user.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/_constants.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/_utils.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/exceptions.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/payload/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/payload/base_struct.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/payload/descriptor.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/payload/exceptions.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/payload/field.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/payload/types.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/payload/utils.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/struct_header.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/struct_request.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/protocol/struct_response.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/registry.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/exceptions/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/exceptions/modules.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/exceptions/testers.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/base_index.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/cg.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/histogram.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/l2.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/l3.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/raw.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/replay.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/tcp.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/tls.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/udp.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/connection_group/user_state.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/filter/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/filter/base_filter.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/filter/genuine_filter.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/length_term.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/macsecscs/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/macsecscs/base_macsecsc.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/macsecscs/genuine_macsecsc.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/match_term.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/port_dataset.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/streams/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/streams/base_stream.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/streams/genuine_stream.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/__interfaces.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/base_module.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/module_l23ve.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/module_l47.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/module_l47ve.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_combi.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_d.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_e.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_f.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_g.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_h.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_i.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_j.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_k.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_l.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_l1.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_m.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/modules_l23/family_n.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/base_port.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/bases/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/bases/port_capture.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/bases/port_l23.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/bases/port_l23_genuine.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/bases/port_reception_statistics.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/bases/port_transceiver.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/bases/port_transmission_statistics.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/filter_definition/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/filter_definition/_utils.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/filter_definition/general.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/filter_definition/shadow.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/filter_definition/working.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/pe_custom_distribution.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/pe_distribution.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/port_chimera.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/port_emulation.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/reception_statistics.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/chimera/transmission_statistics.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_combi.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_d.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_e.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_f.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_g.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_h.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_i.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_j.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_k.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_l.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_l1.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/family_m.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/fault_jkl.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/freya_l1.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/pcs_pma_ghijkl.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/pcs_pma_ijkl_chimera.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/pcs_pma_l.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l23/port_l23ve.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l47/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l47/counters.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l47/main.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/ports/port_l47/packet_engine.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/revisions.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/_base_tester.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/genuine/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/genuine/l_23/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/genuine/l_23/health.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/genuine/l_23/rest_api.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/genuine/l_23/time_keeper.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/genuine/l_23/upload_file.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/genuine/management_interface.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/l23_tester.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/l23ve_tester.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/l47_tester.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/testers/l47ve_tester.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/base_index.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/cg.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/histogram.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/l2.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/l3.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/raw.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/replay.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/tcp.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/tls.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/udp.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/connection_group/user_state.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/filter/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/filter/base_filter.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/filter/genuine_filter.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/length_term.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/match_term.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/port_dataset.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/streams/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/streams/base_stream.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/indices/streams/genuine_stream.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/__interfaces.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/base_module.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/module_chimera.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/module_l23ve.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/module_l47.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/module_l47ve.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_combi.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_d.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_e.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_f.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_g.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_h.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_i.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_j.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_k.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_l.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_l1.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_m.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/family_n.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/modules/modules_l23/module_l23_base.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/base_port.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/bases/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/bases/port_capture.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/bases/port_l23.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/bases/port_l23_genuine.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/bases/port_reception_statistics.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/bases/port_transceiver.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/bases/port_transmission_statistics.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/_utils.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/general.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/shadow.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/filter_definition/working.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/pe_custom_distribution.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/pe_distribution.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/port_chimera.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/port_emulation.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/reception_statistics.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/chimera/transmission_statistics.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_combi.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_d.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_e.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_f.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_g.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_h.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_i.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_j.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_k.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_l.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_l1.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/family_m.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/fault_jkl.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_ghijkl.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_ijkl_chimera.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/pcs_pma_l.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l23/port_l23ve.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l47/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l47/counters.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l47/main.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/ports/port_l47/packet_engine.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/revisions.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/_base_tester.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/genuine/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/genuine/l_23/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/genuine/l_23/health.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/genuine/l_23/rest_api.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/genuine/l_23/time_keeper.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/genuine/l_23/upload_file.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/genuine/management_interface.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/l23_tester.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/l23ve_tester.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/l47_tester.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v2/testers/l47ve_tester.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/state_storage/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/state_storage/_speed_detector.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/state_storage/ports_state.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/state_storage/testers_state.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/attributes.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/cap_id.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/con_traffic_light.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/indices/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/indices/_interfaces.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/indices/header_modifier_manager.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/indices/index_manager.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/indices/observer.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/kind.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/managers/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/managers/abc.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/managers/exceptions.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/managers/modules_manager.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/managers/ports_manager.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/rev_tool.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/utils/session.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/warn.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/lli.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/misc.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/modules.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/ports.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/testers.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/utils.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/v2/__init__.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/v2/misc.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/v2/modules.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/v2/ports.py +0 -0
- {tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/v2/testers.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tdl-xoa-driver
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
4
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.
|
|
5
5
|
Home-page: https://github.com/xenanetworks/tdl-xoa-driver
|
|
6
6
|
Author: Leonard Yu
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tdl-xoa-driver
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
4
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.
|
|
5
5
|
Home-page: https://github.com/xenanetworks/tdl-xoa-driver
|
|
6
6
|
Author: Leonard Yu
|
|
@@ -197,6 +197,7 @@ from .internals.commands.enums import (
|
|
|
197
197
|
# MACSecVLANMode,
|
|
198
198
|
ModifierEndianness,
|
|
199
199
|
MACSecPNMode,
|
|
200
|
+
ModuleConfigStatus,
|
|
200
201
|
)
|
|
201
202
|
|
|
202
203
|
__all__ = (
|
|
@@ -396,4 +397,5 @@ __all__ = (
|
|
|
396
397
|
# "MACSecVLANMode",
|
|
397
398
|
"ModifierEndianness",
|
|
398
399
|
"MACSecPNMode",
|
|
400
|
+
"ModuleConfigStatus",
|
|
399
401
|
)
|
|
@@ -59,6 +59,12 @@ class NotSupportPortSpeed(ConfigError):
|
|
|
59
59
|
self.msg = f"This module {module_id} does not support the port-speed configuration under its current media configuration!"
|
|
60
60
|
|
|
61
61
|
|
|
62
|
+
class NotSupportMediaPortSpeed(ConfigError):
|
|
63
|
+
def __init__(self, module: GenericAnyModule) -> None:
|
|
64
|
+
module_id = module.module_id
|
|
65
|
+
self.msg = f"This module {module_id} does not support this module configuration!"
|
|
66
|
+
|
|
67
|
+
|
|
62
68
|
__all__ = (
|
|
63
69
|
"ConfigError",
|
|
64
70
|
"NotConnectedError",
|
|
@@ -69,4 +75,5 @@ __all__ = (
|
|
|
69
75
|
"NotSupportPcsPmaError",
|
|
70
76
|
"NotSupportMedia",
|
|
71
77
|
"NotSupportPortSpeed",
|
|
78
|
+
"NotSupportMediaPortSpeed",
|
|
72
79
|
)
|
|
@@ -11,6 +11,7 @@ from xoa_driver.testers import GenericAnyTester, L23Tester
|
|
|
11
11
|
from .exceptions import (
|
|
12
12
|
NotSupportMedia,
|
|
13
13
|
NotSupportPortSpeed,
|
|
14
|
+
NotSupportMediaPortSpeed,
|
|
14
15
|
)
|
|
15
16
|
from .tools import MODULE_EOL_INFO
|
|
16
17
|
from itertools import chain # type: ignore[Pylance false warning]
|
|
@@ -171,7 +172,7 @@ def get_module_supported_media(
|
|
|
171
172
|
item = {}
|
|
172
173
|
|
|
173
174
|
for media_item in module.info.media_info_list: # type: ignore
|
|
174
|
-
for sub_item in media_item.
|
|
175
|
+
for sub_item in media_item.supported_configs:
|
|
175
176
|
item = dict()
|
|
176
177
|
item["media"] = media_item.cage_type
|
|
177
178
|
item["port_count"] = sub_item.port_count
|
|
@@ -209,7 +210,8 @@ async def set_module_media_config(
|
|
|
209
210
|
# set the module media if the target media is found in supported media
|
|
210
211
|
for item in supported_media_list:
|
|
211
212
|
if item["media"] == media:
|
|
212
|
-
await module.media.set(media_config=media)
|
|
213
|
+
await module.config.media.set(media_config=media)
|
|
214
|
+
await release_module(module, False)
|
|
213
215
|
return None
|
|
214
216
|
|
|
215
217
|
# raise exception is the target media is not found in the supported media
|
|
@@ -239,14 +241,13 @@ async def set_module_port_config(
|
|
|
239
241
|
"""
|
|
240
242
|
|
|
241
243
|
# reserve the module first
|
|
242
|
-
await release_module(module, True)
|
|
243
244
|
await reserve_module(module, force)
|
|
244
245
|
|
|
245
246
|
# get the supported media by the module
|
|
246
247
|
supported_media_list = get_module_supported_media(module)
|
|
247
248
|
|
|
248
249
|
# get the current media of the module
|
|
249
|
-
reply = await module.media.get()
|
|
250
|
+
reply = await module.config.media.get()
|
|
250
251
|
current_media = reply.media_config
|
|
251
252
|
|
|
252
253
|
# set the module port speed if we can find the port-speed in the corresponding media
|
|
@@ -259,12 +260,57 @@ async def set_module_port_config(
|
|
|
259
260
|
)
|
|
260
261
|
):
|
|
261
262
|
portspeed_list = [port_count] + port_count * [port_speed]
|
|
262
|
-
await module.
|
|
263
|
+
await module.config.port_speed.set(portspeed_list=portspeed_list)
|
|
263
264
|
await release_module(module, False)
|
|
264
265
|
return None
|
|
265
266
|
raise NotSupportPortSpeed(module)
|
|
266
267
|
|
|
267
268
|
|
|
269
|
+
async def set_module_config(
|
|
270
|
+
module: t.Union[GenericL23Module, ModuleChimera],
|
|
271
|
+
media: enums.MediaConfigurationType,
|
|
272
|
+
port_count: int,
|
|
273
|
+
port_speed: int,
|
|
274
|
+
force: bool = True,
|
|
275
|
+
) -> None:
|
|
276
|
+
"""Change the module configuration to the target media, port count and port speed.
|
|
277
|
+
|
|
278
|
+
:param module: the module object
|
|
279
|
+
:type module: t.Union[GenericL23Module, ModuleChimera]
|
|
280
|
+
:param media: the target media for the module
|
|
281
|
+
:type media: enums.MediaConfigurationType
|
|
282
|
+
:param port_count: the target port count
|
|
283
|
+
:type port_count: int
|
|
284
|
+
:param port_speed: the target port speed in Mbps, e.g. 40000 for 40G
|
|
285
|
+
:type port_speed: int
|
|
286
|
+
:param force: should forcibly reserve the module, defaults to True
|
|
287
|
+
:type force: bool, optional
|
|
288
|
+
:raises NotSupportMediaPortSpeed: the provided media, port count and port speed configuration is not supported by the module
|
|
289
|
+
"""
|
|
290
|
+
|
|
291
|
+
# reserve the module first
|
|
292
|
+
await reserve_module(module, force)
|
|
293
|
+
|
|
294
|
+
# get the supported media
|
|
295
|
+
supported_media_list = get_module_supported_media(module)
|
|
296
|
+
|
|
297
|
+
# set the module media if the target media is found in supported media
|
|
298
|
+
for item in supported_media_list:
|
|
299
|
+
if all(
|
|
300
|
+
(
|
|
301
|
+
item["media"] == media,
|
|
302
|
+
item["port_count"] == port_count,
|
|
303
|
+
item["port_speed"] == port_speed,
|
|
304
|
+
)
|
|
305
|
+
):
|
|
306
|
+
portspeed_list = [port_count] + port_count * [port_speed]
|
|
307
|
+
await module.config.media.set(media_config=media)
|
|
308
|
+
await module.config.port_speed.set(portspeed_list=portspeed_list)
|
|
309
|
+
await release_module(module, False)
|
|
310
|
+
return None
|
|
311
|
+
raise NotSupportMediaPortSpeed(module)
|
|
312
|
+
|
|
313
|
+
|
|
268
314
|
async def get_module_eol_date(module: GenericAnyModule) -> str:
|
|
269
315
|
"""
|
|
270
316
|
Get module's End-of-Life date
|
|
@@ -1064,7 +1064,10 @@ class MediaConfigurationType(IntEnum):
|
|
|
1064
1064
|
"""QSFP-DD, 25G serdes, L1/ANLT"""
|
|
1065
1065
|
|
|
1066
1066
|
OSFP_NRZ_ANLT = 122
|
|
1067
|
-
"""OSFP, 25G serdes, L1/ANLT"""
|
|
1067
|
+
"""OSFP, 25G serdes, L1/ANLT"""
|
|
1068
|
+
|
|
1069
|
+
QSFP28_NRZ_ANLT = 123
|
|
1070
|
+
"""QSFP28, 25G serdes, L1/ANLT"""
|
|
1068
1071
|
|
|
1069
1072
|
UNKNOWN = 255
|
|
1070
1073
|
|
|
@@ -3177,6 +3180,12 @@ class ModuleModelName(IntEnum):
|
|
|
3177
3180
|
Z_800_Q_FREYA = 10
|
|
3178
3181
|
Z_800_O_FREYA = 11
|
|
3179
3182
|
E_100_Q_CHIMERA = 12
|
|
3183
|
+
|
|
3184
|
+
class ModuleConfigStatus(IntEnum):
|
|
3185
|
+
UNKNOWN = 0
|
|
3186
|
+
SUCCESS = 1
|
|
3187
|
+
PROGRESSING = 2
|
|
3188
|
+
FAILED = 3
|
|
3180
3189
|
|
|
3181
3190
|
# endregion
|
|
3182
3191
|
|
|
@@ -45,7 +45,8 @@ from .enums import (
|
|
|
45
45
|
ImpairmentLatencyMode,
|
|
46
46
|
PPMSweepStatus,
|
|
47
47
|
PPMSweepMode,
|
|
48
|
-
ModuleModelName
|
|
48
|
+
ModuleModelName,
|
|
49
|
+
ModuleConfigStatus,
|
|
49
50
|
)
|
|
50
51
|
|
|
51
52
|
|
|
@@ -1859,13 +1860,44 @@ class M_MODEL_NAME:
|
|
|
1859
1860
|
|
|
1860
1861
|
class GetDataAttr(ResponseBodyStruct):
|
|
1861
1862
|
name: ModuleModelName = field(XmpInt())
|
|
1862
|
-
"""
|
|
1863
|
+
"""Module Model Name, model name of the Xena module."""
|
|
1863
1864
|
|
|
1864
1865
|
def get(self) -> Token[GetDataAttr]:
|
|
1865
1866
|
"""Get the Xena chassis model name.
|
|
1866
1867
|
|
|
1867
1868
|
:return: the model name of the Xena tester
|
|
1868
|
-
:rtype:
|
|
1869
|
+
:rtype: M_MODEL_NAME.GetDataAttr
|
|
1869
1870
|
"""
|
|
1870
1871
|
|
|
1871
1872
|
return Token(self._connection, build_get_request(self, module=self._module))
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
@register_command
|
|
1876
|
+
@dataclass
|
|
1877
|
+
class M_RECONFIG_STATUS:
|
|
1878
|
+
"""
|
|
1879
|
+
Show the test module configuration status when the user has configured the test module to a different configuration than the one it is currently running.
|
|
1880
|
+
"""
|
|
1881
|
+
|
|
1882
|
+
code: typing.ClassVar[int] = 399
|
|
1883
|
+
pushed: typing.ClassVar[bool] = False
|
|
1884
|
+
|
|
1885
|
+
_connection: 'interfaces.IConnection'
|
|
1886
|
+
_module: int
|
|
1887
|
+
|
|
1888
|
+
class GetDataAttr(ResponseBodyStruct):
|
|
1889
|
+
status: ModuleConfigStatus = field(XmpByte())
|
|
1890
|
+
"""Module configuration status."""
|
|
1891
|
+
|
|
1892
|
+
progress: int = field(XmpInt())
|
|
1893
|
+
"""Progress in units of 0.1%, i.e. valid range 0-1000. Increments are module-specific, the value may in some cases jump directly from 0 to 1000, or in other cases progress more smoothly.
|
|
1894
|
+
"""
|
|
1895
|
+
|
|
1896
|
+
def get(self) -> Token[GetDataAttr]:
|
|
1897
|
+
"""Show the test module configuration status when the user has configured the test module to a different configuration than the one it is currently running.
|
|
1898
|
+
|
|
1899
|
+
:return: the model name of the Xena tester
|
|
1900
|
+
:rtype: M_RECONFIG_STATUS.GetDataAttr
|
|
1901
|
+
"""
|
|
1902
|
+
|
|
1903
|
+
return Token(self._connection, build_get_request(self, module=self._module))
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/modules/module_chimera.py
RENAMED
|
@@ -23,6 +23,7 @@ from xoa_driver.internals.commands import (
|
|
|
23
23
|
M_CFPCONFIGEXT,
|
|
24
24
|
M_UPGRADEPAR,
|
|
25
25
|
M_VERSIONSTR,
|
|
26
|
+
M_RECONFIG_STATUS,
|
|
26
27
|
)
|
|
27
28
|
|
|
28
29
|
from xoa_driver.internals.hli_v1 import revisions
|
|
@@ -71,13 +72,20 @@ class ChCFP:
|
|
|
71
72
|
|
|
72
73
|
:type: M_CFPTYPE
|
|
73
74
|
"""
|
|
74
|
-
self.config = CfpModule(conn, module)
|
|
75
|
-
"""
|
|
76
|
-
The CFP configuration of the test module.
|
|
77
75
|
|
|
78
|
-
:type: CfpModule
|
|
79
|
-
"""
|
|
80
76
|
|
|
77
|
+
class ChConfig:
|
|
78
|
+
"""Configuration test module (Chimera)."""
|
|
79
|
+
|
|
80
|
+
def __init__(self, conn: "itf.IConnection", module: typing.Union["ModuleL23", "ModuleChimera"]) -> None:
|
|
81
|
+
self.media = MediaModule(conn, module)
|
|
82
|
+
"""Test module's media type configuration."""
|
|
83
|
+
|
|
84
|
+
self.port_speed = CfpModule(conn, module)
|
|
85
|
+
"""Test module's port speed configuration."""
|
|
86
|
+
|
|
87
|
+
self.status = M_RECONFIG_STATUS(conn, module.module_id)
|
|
88
|
+
"""Test module's configuration status."""
|
|
81
89
|
|
|
82
90
|
class ChUpgrade:
|
|
83
91
|
"""
|
|
@@ -220,13 +228,7 @@ class ModuleChimera(bm.BaseModule["modules_state.ModuleLocalState"]):
|
|
|
220
228
|
:type: M_VERSIONSTR
|
|
221
229
|
"""
|
|
222
230
|
|
|
223
|
-
self.
|
|
224
|
-
"""Test module's media type.
|
|
225
|
-
|
|
226
|
-
:type: MediaModule
|
|
227
|
-
"""
|
|
228
|
-
|
|
229
|
-
self.available_speeds = M_MEDIASUPPORT(conn, self.module_id)
|
|
231
|
+
self.supported_configs = M_MEDIASUPPORT(conn, self.module_id)
|
|
230
232
|
"""Test module's available speeds.
|
|
231
233
|
|
|
232
234
|
:type: M_MEDIASUPPORT
|
|
@@ -238,6 +240,9 @@ class ModuleChimera(bm.BaseModule["modules_state.ModuleLocalState"]):
|
|
|
238
240
|
:type: M_NAME
|
|
239
241
|
"""
|
|
240
242
|
|
|
243
|
+
self.config = ChConfig(conn, self)
|
|
244
|
+
"""Test module's configuration."""
|
|
245
|
+
|
|
241
246
|
self.ports: pm.PortsManager["ports.PortChimera"] = pm.PortsManager(
|
|
242
247
|
conn=conn,
|
|
243
248
|
ports_type=ports.PortChimera,
|
|
@@ -29,6 +29,7 @@ from xoa_driver.internals.commands import (
|
|
|
29
29
|
M_TXCLOCKFILTER_NEW,
|
|
30
30
|
M_UPGRADEPAR,
|
|
31
31
|
M_VERSIONSTR,
|
|
32
|
+
M_RECONFIG_STATUS,
|
|
32
33
|
)
|
|
33
34
|
|
|
34
35
|
from xoa_driver.internals.utils import attributes as utils
|
|
@@ -161,12 +162,20 @@ class CFP:
|
|
|
161
162
|
:type: M_CFPTYPE
|
|
162
163
|
"""
|
|
163
164
|
|
|
164
|
-
self.config = CfpModule(conn, module)
|
|
165
|
-
"""The CFP configuration of the test module.
|
|
166
165
|
|
|
167
|
-
:type: CfpModule
|
|
168
|
-
"""
|
|
169
166
|
|
|
167
|
+
class ModuleConfig:
|
|
168
|
+
"""Test module CFP"""
|
|
169
|
+
|
|
170
|
+
def __init__(self, conn: "itf.IConnection", module: typing.Union["ModuleL23", "ModuleChimera"]) -> None:
|
|
171
|
+
self.media = MediaModule(conn, module)
|
|
172
|
+
"""Test module's media type configuration."""
|
|
173
|
+
|
|
174
|
+
self.port_speed = CfpModule(conn, module)
|
|
175
|
+
"""Test module's port speed configuration."""
|
|
176
|
+
|
|
177
|
+
self.status = M_RECONFIG_STATUS(conn, module.module_id)
|
|
178
|
+
"""Test module's configuration status."""
|
|
170
179
|
|
|
171
180
|
class MTiming:
|
|
172
181
|
"""Test module timing and clock configuration"""
|
|
@@ -249,13 +258,7 @@ class ModuleL23(bm.BaseModule["modules_state.ModuleL23LocalState"]):
|
|
|
249
258
|
:type: M_STATUS
|
|
250
259
|
"""
|
|
251
260
|
|
|
252
|
-
self.
|
|
253
|
-
"""Test module's media type.
|
|
254
|
-
|
|
255
|
-
:type: ModuleMedia
|
|
256
|
-
"""
|
|
257
|
-
|
|
258
|
-
self.available_speeds = M_MEDIASUPPORT(conn, self.module_id)
|
|
261
|
+
self.supported_configs = M_MEDIASUPPORT(conn, self.module_id)
|
|
259
262
|
"""Test module's available speeds.
|
|
260
263
|
|
|
261
264
|
:type: M_MEDIASUPPORT
|
|
@@ -303,6 +306,9 @@ class ModuleL23(bm.BaseModule["modules_state.ModuleL23LocalState"]):
|
|
|
303
306
|
:type: CFP
|
|
304
307
|
"""
|
|
305
308
|
|
|
309
|
+
self.config = ModuleConfig(conn, self)
|
|
310
|
+
"""Test module's configuration."""
|
|
311
|
+
|
|
306
312
|
self.upgrade = MUpgrade(conn, self.module_id)
|
|
307
313
|
"""Test module's upgrade settings.
|
|
308
314
|
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/state_storage/modules_state.py
RENAMED
|
@@ -80,7 +80,7 @@ class MediaInfo:
|
|
|
80
80
|
:rtype: MediaConfigurationType
|
|
81
81
|
"""
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
supported_configs: List["ModuleSpeed"] = field(default_factory=list)
|
|
84
84
|
"""List of module's port-speed information
|
|
85
85
|
|
|
86
86
|
:return: list of module's port-speed information
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/__init__.py
RENAMED
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/_processor.py
RENAMED
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/_publisher.py
RENAMED
|
File without changes
|
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/_stream.py
RENAMED
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/_typings.py
RENAMED
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/exceptions.py
RENAMED
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/core/transporter/registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/__init__.py
RENAMED
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/base_index.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/filter/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tdl_xoa_driver-1.2.0 → tdl_xoa_driver-1.3.0}/xoa_driver/internals/hli_v1/indices/length_term.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|