tdl-xoa-driver 1.4.0__py3-none-any.whl → 1.5.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.
- {tdl_xoa_driver-1.4.0.dist-info → tdl_xoa_driver-1.5.0.dist-info}/METADATA +8 -8
- {tdl_xoa_driver-1.4.0.dist-info → tdl_xoa_driver-1.5.0.dist-info}/RECORD +49 -36
- xoa_driver/__init__.py +2 -2
- xoa_driver/enums.py +2 -0
- xoa_driver/exceptions.py +2 -0
- xoa_driver/functions/anlt.py +2 -0
- xoa_driver/functions/anlt_ll_debug.py +2 -0
- xoa_driver/functions/cli/__init__.py +21 -0
- xoa_driver/functions/cli/_cli_manager.py +541 -0
- xoa_driver/functions/cli/_config_block.py +334 -0
- xoa_driver/functions/cli/_socket_driver.py +111 -0
- xoa_driver/functions/cli/port_config.py +116 -0
- xoa_driver/functions/cli/testbed_config.py +179 -0
- xoa_driver/functions/cmis/__init__.py +8 -0
- xoa_driver/functions/cmis/_constants.py +25 -0
- xoa_driver/functions/cmis/_replies.py +600 -0
- xoa_driver/functions/cmis/_utils.py +49 -0
- xoa_driver/functions/cmis/cdb.py +1266 -0
- xoa_driver/functions/exceptions.py +2 -0
- xoa_driver/functions/headers.py +2 -0
- xoa_driver/functions/mgmt.py +42 -19
- xoa_driver/functions/tools.py +9 -3
- xoa_driver/hlfuncs.py +6 -2
- xoa_driver/internals/commands/c_commands.py +6 -10
- xoa_driver/internals/commands/enums.py +25 -1
- xoa_driver/internals/commands/p_commands.py +38 -2
- xoa_driver/internals/commands/pl1_commands.py +130 -73
- xoa_driver/internals/commands/pp_commands.py +44 -55
- xoa_driver/internals/commands/pr_commands.py +17 -16
- xoa_driver/internals/commands/px_commands.py +54 -54
- xoa_driver/internals/core/transporter/logger/__state_on_user.py +1 -1
- xoa_driver/internals/exceptions/modules.py +4 -3
- xoa_driver/internals/hli/modules/modules_l23/family_edun.py +82 -0
- xoa_driver/internals/hli/modules/modules_l23/family_g.py +1 -1
- xoa_driver/internals/hli/modules/modules_l23/family_l1.py +19 -0
- xoa_driver/internals/hli/ports/port_l23/edun_l1.py +181 -0
- xoa_driver/internals/hli/ports/port_l23/family_edun.py +82 -0
- xoa_driver/internals/hli/ports/port_l23/family_l1.py +14 -8
- xoa_driver/internals/state_storage/modules_state.py +20 -0
- xoa_driver/internals/state_storage/testers_state.py +10 -0
- xoa_driver/lli.py +1 -0
- xoa_driver/misc.py +1 -0
- xoa_driver/modules.py +22 -0
- xoa_driver/ports.py +22 -0
- xoa_driver/testers.py +2 -0
- xoa_driver/utils.py +2 -0
- xoa_driver/functions/cli.py +0 -581
- {tdl_xoa_driver-1.4.0.dist-info → tdl_xoa_driver-1.5.0.dist-info}/WHEEL +0 -0
- {tdl_xoa_driver-1.4.0.dist-info → tdl_xoa_driver-1.5.0.dist-info}/licenses/LICENSE +0 -0
- {tdl_xoa_driver-1.4.0.dist-info → tdl_xoa_driver-1.5.0.dist-info}/top_level.txt +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tdl-xoa-driver
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: XOA
|
|
3
|
+
Version: 1.5.0
|
|
4
|
+
Summary: TDL XOA Python API 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
6
|
Author: Leonard Yu, Zoltan Hanisch
|
|
7
7
|
Author-email: Leonard.Yu@teledyne.com, Zoltan.Hanisch@teledyne.com
|
|
8
8
|
Maintainer: Teledyne LeCroy Xena
|
|
9
9
|
Maintainer-email: xena-sales@teledyne.com
|
|
10
10
|
License: Apache 2.0
|
|
11
|
-
Classifier: Development Status ::
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
14
14
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
@@ -33,15 +33,15 @@ Dynamic: requires-python
|
|
|
33
33
|
Dynamic: summary
|
|
34
34
|
|
|
35
35
|
 [](https://pypi.python.org/pypi/tdl-xoa-driver) [](https://docs.xenanetworks.com/projects/tdl-xoa-driver/en/latest/?badge=latest)
|
|
36
|
-
# XOA
|
|
37
|
-
XOA
|
|
36
|
+
# TDL XOA Python API
|
|
37
|
+
TDL XOA Python API is a standalone Python library that provides a user-friendly and powerful interface for automating network testing tasks using Xena Networks test equipment. Xena test equipment is a high-performance network test device designed for testing and measuring the performance of network equipment and applications.
|
|
38
38
|
|
|
39
39
|
## Introduction
|
|
40
|
-
The XOA
|
|
40
|
+
The TDL XOA Python API is designed to be easy to use and integrate with other automation tools and frameworks. It provides a comprehensive set of methods and classes for interacting with Xena test equipment, including the ability to create and run complex test scenarios, generate and analyze traffic at line rate, and perform detailed analysis of network performance and behavior.
|
|
41
41
|
|
|
42
|
-
The XOA
|
|
42
|
+
The TDL XOA Python API simplifies the process of automating network testing tasks using Xena test equipment. It provides a simple, yet powerful, interface for interacting with Xena test equipment using the Python programming language. With the TDL XOA Python API, network engineers and testing professionals can easily create and execute test scenarios, generate and analyze traffic, and perform detailed analysis of network performance and behavior, all while leveraging the power and flexibility of the Python programming language.
|
|
43
43
|
|
|
44
|
-
Overall, the XOA
|
|
44
|
+
Overall, the TDL XOA Python API is a valuable tool for anyone looking to automate their network testing tasks using Xena test equipment. With its simple, yet powerful, interface and support for the Python programming language, the TDL XOA Python API provides a flexible and extensible framework for automating network testing tasks and improving the quality of network infrastructure.
|
|
45
45
|
|
|
46
46
|
## Documentation
|
|
47
47
|
The user documentation is hosted:
|
|
@@ -1,34 +1,44 @@
|
|
|
1
|
-
tdl_xoa_driver-1.
|
|
2
|
-
xoa_driver/__init__.py,sha256=
|
|
3
|
-
xoa_driver/enums.py,sha256=
|
|
4
|
-
xoa_driver/exceptions.py,sha256=
|
|
5
|
-
xoa_driver/hlfuncs.py,sha256=
|
|
6
|
-
xoa_driver/lli.py,sha256=
|
|
7
|
-
xoa_driver/misc.py,sha256=
|
|
8
|
-
xoa_driver/modules.py,sha256=
|
|
9
|
-
xoa_driver/ports.py,sha256=
|
|
10
|
-
xoa_driver/testers.py,sha256=
|
|
11
|
-
xoa_driver/utils.py,sha256=
|
|
1
|
+
tdl_xoa_driver-1.5.0.dist-info/licenses/LICENSE,sha256=Oc3Sih78tKR5tfTaIGcU3qytyX6JAzzAUlwW-qQaRaQ,11351
|
|
2
|
+
xoa_driver/__init__.py,sha256=EVqC3P32gzbLOIwM_qFsWGkiAdZUF-R9Ukew3M39koQ,48
|
|
3
|
+
xoa_driver/enums.py,sha256=SgwfIdPYol1AOZ-vl0ZtV3pRc3qXjm6QMq8ryOzjmuY,8559
|
|
4
|
+
xoa_driver/exceptions.py,sha256=baNpophPmeNujMTSfL9TsYHa3Gju2-ozNOg78n8tqN8,1957
|
|
5
|
+
xoa_driver/hlfuncs.py,sha256=tfyhbYX86XWpc4yFoBrj1OYqVJJfDnoxC6tHLlWTHkQ,311
|
|
6
|
+
xoa_driver/lli.py,sha256=PyT7DT9KxIM8PMw1JMu80J_KIifMPlCg9gd47J7SIjs,434
|
|
7
|
+
xoa_driver/misc.py,sha256=a-RsBKJKkrsn3FC6SmJ1A9WEPQafpomydPQP6_cIWSM,1968
|
|
8
|
+
xoa_driver/modules.py,sha256=CMGUob00vdb9VAwijA10YZezv0IoKaGCdgYH_jCHpog,10848
|
|
9
|
+
xoa_driver/ports.py,sha256=JIavB3MgUjCf0uYbUATCnRQ3a8IWhuEnl1ecRMhhZjI,7395
|
|
10
|
+
xoa_driver/testers.py,sha256=Wkjjl0880Qy7ZDULMKrKzsKKxPm_M1BcsTyms42teXs,743
|
|
11
|
+
xoa_driver/utils.py,sha256=T1zjazXNDXOXFZV9KYBdHkCy3aXbZPeuep1B-QhOdBw,168
|
|
12
12
|
xoa_driver/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
|
-
xoa_driver/functions/anlt.py,sha256=
|
|
14
|
-
xoa_driver/functions/anlt_ll_debug.py,sha256=
|
|
15
|
-
xoa_driver/functions/
|
|
16
|
-
xoa_driver/functions/
|
|
17
|
-
xoa_driver/functions/
|
|
18
|
-
xoa_driver/functions/
|
|
19
|
-
xoa_driver/functions/
|
|
13
|
+
xoa_driver/functions/anlt.py,sha256=B9opIt1TkHaSY4kpq2XazNZWZvg0bNixCpBthskMjoE,23034
|
|
14
|
+
xoa_driver/functions/anlt_ll_debug.py,sha256=bKcAjMRslG733ASswIOkNwaUgnayzzKII0mCUKYTGdE,14873
|
|
15
|
+
xoa_driver/functions/exceptions.py,sha256=JlQSHNmiSS_mOQygqituLQF5fFVg38LG4Ktz7qWHxf0,2667
|
|
16
|
+
xoa_driver/functions/headers.py,sha256=Rf_em8LqCZOz0oxiqvtAFwx71_CtD9_I0p-vEZWtc6E,33886
|
|
17
|
+
xoa_driver/functions/mgmt.py,sha256=njuTrUDgtXwNk0OllFjCObVJXwQ4l4-a2RA7KAORpZU,16513
|
|
18
|
+
xoa_driver/functions/tools.py,sha256=d4p-v49qwXCQW1NFKRhLmT7Lje2H8EGaRy2inDmLJ18,9786
|
|
19
|
+
xoa_driver/functions/cli/__init__.py,sha256=1qCG8oiucQ51v8tS6mAvu9MpBDQ4dqDhzx-EvdhDTQQ,458
|
|
20
|
+
xoa_driver/functions/cli/_cli_manager.py,sha256=MKU2wS0Gxd514zvyWsm4qiYg-WLPA6vrHZy2QFcqpsU,22166
|
|
21
|
+
xoa_driver/functions/cli/_config_block.py,sha256=KaNiAq4ht6Hfoo7iE2h03SAXhE3WX5efyHJcE74dYto,12245
|
|
22
|
+
xoa_driver/functions/cli/_socket_driver.py,sha256=rVmkSQZr4Ygu8NNkOSuW9_5dqaSc0kpF1SUaV2jPwJs,3334
|
|
23
|
+
xoa_driver/functions/cli/port_config.py,sha256=VYsrRyuB7gctUlNLb2gqYXz_slj41lkdAGsj8AePqCU,4534
|
|
24
|
+
xoa_driver/functions/cli/testbed_config.py,sha256=EU2xZHFO4ugWK-cEg9IA2foNON2-n2RjTej0cN68M-U,8229
|
|
25
|
+
xoa_driver/functions/cmis/__init__.py,sha256=AWHrzTQYDJFmC_7vkZfin6AhehyQRojxbWLUNhCIlzc,113
|
|
26
|
+
xoa_driver/functions/cmis/_constants.py,sha256=VqjqpeByPEHMnMNdEeQe8hwUe6-QwtOMDwusiay638g,645
|
|
27
|
+
xoa_driver/functions/cmis/_replies.py,sha256=kw-7Ua_Ddu5_9fjVwQfEI-AlyPy6-c7uS7HyPKgNHHQ,22975
|
|
28
|
+
xoa_driver/functions/cmis/_utils.py,sha256=L02mRsiCBCU_FKbzIkbPF-ons0Wu9yxuMqWmtAzk3Gs,1677
|
|
29
|
+
xoa_driver/functions/cmis/cdb.py,sha256=b8Q3bYx2-ECTPemYT9Wgzr3WOQwsQOAEG-ouvoIK4zk,48836
|
|
20
30
|
xoa_driver/internals/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
31
|
xoa_driver/internals/warn.py,sha256=03cDWYYvPKFz_mUoUt4Xq87fGNqvVqIcMXI0LVyEaK8,726
|
|
22
32
|
xoa_driver/internals/commands/__init__.py,sha256=-oTS8J4dRzDZXM1xCF9SYA--TsLux2P9-bverGKdYNg,1271
|
|
23
|
-
xoa_driver/internals/commands/c_commands.py,sha256=
|
|
24
|
-
xoa_driver/internals/commands/enums.py,sha256=
|
|
33
|
+
xoa_driver/internals/commands/c_commands.py,sha256=KzAWftPzS2QTVCGXmNVNYphFz7knkLyGydNZcqkoSHo,65993
|
|
34
|
+
xoa_driver/internals/commands/enums.py,sha256=xYLpRFG02P35x8_bJWaXjPlxnzPHXkUCemlrJAs4RTo,64550
|
|
25
35
|
xoa_driver/internals/commands/m4_commands.py,sha256=1LsUDBaCZUqDI04b84SDFVGPBTPdZaAZiHrfMGAb4yg,22834
|
|
26
36
|
xoa_driver/internals/commands/m4e_commands.py,sha256=4b1CF1thhIEiY8E9Jw2Y7m1dMrs1NhBJ953yfBAfFmM,3059
|
|
27
37
|
xoa_driver/internals/commands/m_commands.py,sha256=gslylrFybNN4juTqNkCENiGWvosWzaHtQH-TuHGwfW4,65009
|
|
28
38
|
xoa_driver/internals/commands/p4_commands.py,sha256=3nj6suKf0PCC7jMSGidzeAmm4VTpFd5qz2FukuF5R40,78768
|
|
29
39
|
xoa_driver/internals/commands/p4e_commands.py,sha256=2hIa6S5aHY_Bht1QQ3ql3cFTLoWwwcGzvslAXeXc6rg,5056
|
|
30
40
|
xoa_driver/internals/commands/p4g_commands.py,sha256=noIrvLYsjrc_t9hQ0msOCaOA0NsVNdTIySIjHoJEnOM,292438
|
|
31
|
-
xoa_driver/internals/commands/p_commands.py,sha256=
|
|
41
|
+
xoa_driver/internals/commands/p_commands.py,sha256=GlZ1P2zAlKZPlePs-apRyYEjsKreKbdHg4NuCsl02Uw,230083
|
|
32
42
|
xoa_driver/internals/commands/pc_commands.py,sha256=uJe-wTla8vVDFChfSqpDNbpxCwx9OJ7WET2oM5KNHOs,11060
|
|
33
43
|
xoa_driver/internals/commands/pd_commands.py,sha256=s0Ts7RN6WASyUGuuGmlxEPxDKSsnM50SXRbIFhTtsiQ,12492
|
|
34
44
|
xoa_driver/internals/commands/pe_commands.py,sha256=z5YgV85RMw6CFYQF5Z8qKyCujiGk1psV-KYEdZeIBkU,38690
|
|
@@ -36,14 +46,14 @@ xoa_driver/internals/commands/pec_commands.py,sha256=bu2uSpMObsGob1QM4YzyhVAW6aN
|
|
|
36
46
|
xoa_driver/internals/commands/ped_commands.py,sha256=J_QQxgrun71UWFpOQTFBxZe5tK-hOPxtCWiAGFKSc8Y,39736
|
|
37
47
|
xoa_driver/internals/commands/pef_commands.py,sha256=q-JLQ2-JOHwfu-Ku28cc89mwJtKP_rJ9-QtFvOOxNVk,82219
|
|
38
48
|
xoa_driver/internals/commands/pf_commands.py,sha256=5PVBA8N6G-1O6PN1l1XmmKKYS8DkGRz2NV6z6NuppKU,14540
|
|
39
|
-
xoa_driver/internals/commands/pl1_commands.py,sha256=
|
|
49
|
+
xoa_driver/internals/commands/pl1_commands.py,sha256=oJVLGGoSDyL3X8Llmhm36Ajp38gsJgQLcI69RXZEHnE,69312
|
|
40
50
|
xoa_driver/internals/commands/pl_commands.py,sha256=znhmeTgPlqURsJ2dxIvQnOioE-qU2650fLtHaK0ZiMs,6382
|
|
41
51
|
xoa_driver/internals/commands/pm_commands.py,sha256=tlt3yoEpCnjRmJ2EEq-BCOeBH4oppXvl5mea172Z_KA,9514
|
|
42
|
-
xoa_driver/internals/commands/pp_commands.py,sha256=
|
|
43
|
-
xoa_driver/internals/commands/pr_commands.py,sha256=
|
|
52
|
+
xoa_driver/internals/commands/pp_commands.py,sha256=VK03-T3695ehn9l_tBNmKYf4L7qo-mxUAcpxLalq_Vk,82448
|
|
53
|
+
xoa_driver/internals/commands/pr_commands.py,sha256=CeDP8ZJPGiwFUKkgFfYN84loNwWDxQdHV4Fi2JVuYZI,31871
|
|
44
54
|
xoa_driver/internals/commands/ps_commands.py,sha256=o5x24Z7kz-3jXRsTxmehkmG_0pbeYLldFbtPgu6fEZQ,96440
|
|
45
55
|
xoa_driver/internals/commands/pt_commands.py,sha256=bBWPSppymycMH3CDZLQJoDXR2YdRsGJpVB3MVRNa81Q,15187
|
|
46
|
-
xoa_driver/internals/commands/px_commands.py,sha256=
|
|
56
|
+
xoa_driver/internals/commands/px_commands.py,sha256=EjRKD8VQsfjdO12rspyiEdSo2-Ke5pLCsiGaX6bnpNU,66122
|
|
47
57
|
xoa_driver/internals/commands/subtypes.py,sha256=zYjCpWuXSn4qZ0AAzFvPks-wHTu2xcj4NiKlMcPmbzg,3023
|
|
48
58
|
xoa_driver/internals/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
59
|
xoa_driver/internals/core/builders.py,sha256=66zW5GB0DIdz_Kq5ki2z-OVNHVJFUsHWM-XpE8QsA1s,1128
|
|
@@ -66,7 +76,7 @@ xoa_driver/internals/core/transporter/logger/__logger.py,sha256=-pw3ThK-SUEmST1v
|
|
|
66
76
|
xoa_driver/internals/core/transporter/logger/__state_off.py,sha256=VWZAgeFbxdlIepBL4jJt_EDRjL2KBJZDjG3ewOmO6Ag,781
|
|
67
77
|
xoa_driver/internals/core/transporter/logger/__state_on_default.py,sha256=MLrdljrkEaIgilfu78rBSPL8FVyZ6zWEDFgeS1VMCQk,2439
|
|
68
78
|
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=
|
|
79
|
+
xoa_driver/internals/core/transporter/logger/__state_on_user.py,sha256=jEsbCsngvFel4EFMwIHVO92nxOn3OAikW-_79m_Ilio,1455
|
|
70
80
|
xoa_driver/internals/core/transporter/protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
71
81
|
xoa_driver/internals/core/transporter/protocol/_constants.py,sha256=olcFOwRmbx85qoGf-zlAN4ypHNkOYDtaNbL5kSxzZYk,2107
|
|
72
82
|
xoa_driver/internals/core/transporter/protocol/_utils.py,sha256=RHArcU1otHUxDpNLLxu2tJ9ELqzp75QOaAbl-9THuOk,1922
|
|
@@ -82,7 +92,7 @@ xoa_driver/internals/core/transporter/protocol/payload/field.py,sha256=AEtJ0mf1Q
|
|
|
82
92
|
xoa_driver/internals/core/transporter/protocol/payload/types.py,sha256=hhHTA0YziokLF0R5lZN7UXAbMUCL5YCcz7wQ7nHQve8,5187
|
|
83
93
|
xoa_driver/internals/core/transporter/protocol/payload/utils.py,sha256=zH_er-rRWrAbjVKJTiant1Bus8c7Bv2o0Ri-msbGA8M,1738
|
|
84
94
|
xoa_driver/internals/exceptions/__init__.py,sha256=wUbDYg1_zqvgRW3E72WiQFVb6ipZGXwxRs-MWv1IA_o,184
|
|
85
|
-
xoa_driver/internals/exceptions/modules.py,sha256=
|
|
95
|
+
xoa_driver/internals/exceptions/modules.py,sha256=Jxl4O18XaLeVe7OhpcMzOTe1DN8Hc8XusrdAFcYd_AY,612
|
|
86
96
|
xoa_driver/internals/exceptions/testers.py,sha256=0ExXhNYfVx87TdzjsERuBzdClkI0pyPQO82ihpzQHfo,890
|
|
87
97
|
xoa_driver/internals/hli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
88
98
|
xoa_driver/internals/hli/revisions.py,sha256=JLp4Ptez-F6uU7EJuFRFrOgczXCkkRUy7IPWKc_naRE,402
|
|
@@ -122,23 +132,26 @@ xoa_driver/internals/hli/modules/modules_l23/__init__.py,sha256=47DEQpj8HBSa-_TI
|
|
|
122
132
|
xoa_driver/internals/hli/modules/modules_l23/family_combi.py,sha256=tgUqbARsZpdJ_TQ7vAOljHRJUlZQpejad224ufS3Mmw,2822
|
|
123
133
|
xoa_driver/internals/hli/modules/modules_l23/family_d.py,sha256=gXp_bPRLCM3k_FDLtlQnRPiCNf00nGgCmABzNolcLAI,2567
|
|
124
134
|
xoa_driver/internals/hli/modules/modules_l23/family_e.py,sha256=PfADG2r82hxWwuc6UI-5djnCoWteOwsdZ-30imTJXgw,3194
|
|
135
|
+
xoa_driver/internals/hli/modules/modules_l23/family_edun.py,sha256=R-G89pHCK2q97DoYS0m24d_b5qX3UG5rrWKCBtoucxU,2967
|
|
125
136
|
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=
|
|
137
|
+
xoa_driver/internals/hli/modules/modules_l23/family_g.py,sha256=7-dJYGypbsgDPdlrDSe87N3SyR1mJfjDOe1dqNPYUg0,3779
|
|
127
138
|
xoa_driver/internals/hli/modules/modules_l23/family_h.py,sha256=kqk8wVVASDSNUTM-zmsk8lgSQItAOz2gXAKEE8gNvHA,1451
|
|
128
139
|
xoa_driver/internals/hli/modules/modules_l23/family_i.py,sha256=2Q1PQfEHYbQonZOX8j3JVU165YtrbZt_NsHso9GQTI0,888
|
|
129
140
|
xoa_driver/internals/hli/modules/modules_l23/family_j.py,sha256=jW2uwbigeBzucj_7r6jnZCEFlPeyxDHP_IfaIhVN4yA,888
|
|
130
141
|
xoa_driver/internals/hli/modules/modules_l23/family_k.py,sha256=RTrFEepdHBAqxXbOLm0AYS2PI4Z6ii7C0x2TWVEz2b4,1449
|
|
131
142
|
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=
|
|
143
|
+
xoa_driver/internals/hli/modules/modules_l23/family_l1.py,sha256=awctClieqT-mLsHM5cspZbGG7NzXl1ADqoplGaGDh8I,31862
|
|
133
144
|
xoa_driver/internals/hli/modules/modules_l23/family_m.py,sha256=VTY7VrEZq4ykAaIhYq82l2XlhwmacnySnp393z3R-sk,918
|
|
134
145
|
xoa_driver/internals/hli/modules/modules_l23/family_n.py,sha256=RPT2YYspmEGRlgXnPcKt_YRO7bXjhpI42XsMWyZGhU4,1448
|
|
135
146
|
xoa_driver/internals/hli/modules/modules_l23/module_l23_base.py,sha256=TIB77QUNftUn-md4_hXA-1uN-yag6erInX-58nT1tJQ,12109
|
|
136
147
|
xoa_driver/internals/hli/ports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
137
148
|
xoa_driver/internals/hli/ports/base_port.py,sha256=8p25Wh2lTd9CEFueuhm-y8yvNMIW8yoz6oUxVbWlFC8,3646
|
|
138
149
|
xoa_driver/internals/hli/ports/port_l23/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
150
|
+
xoa_driver/internals/hli/ports/port_l23/edun_l1.py,sha256=bXOzhk_TByWdmaTQf4ZlpEdvJBKNtxMsSJnEd2V4dBs,5853
|
|
139
151
|
xoa_driver/internals/hli/ports/port_l23/family_combi.py,sha256=0FCeQ0B2Jjth7jqvJexSI6ODCZk6Rm48_Vr_edZBRyI,1001
|
|
140
152
|
xoa_driver/internals/hli/ports/port_l23/family_d.py,sha256=o9QzNcBORpAbsFSl_MN83J4Tjhmk7w77bAN2FlRyyWQ,1166
|
|
141
153
|
xoa_driver/internals/hli/ports/port_l23/family_e.py,sha256=s7aL5b9d9E8Zsm63oIqA6ZUZ74PPug8GPWpsHQsJRCs,2678
|
|
154
|
+
xoa_driver/internals/hli/ports/port_l23/family_edun.py,sha256=Rm95n8z6qLNTE41nbhr_VaK8tJ4yy8boKyIWgQwOZbs,2275
|
|
142
155
|
xoa_driver/internals/hli/ports/port_l23/family_f.py,sha256=vx0rN-vQP7v8m5Pcc6RvlisNui0IxMxKvab54Iwn2_4,4007
|
|
143
156
|
xoa_driver/internals/hli/ports/port_l23/family_g.py,sha256=OeDpsOr-65V_FWuhifeXH3gaJpKbyftdtWgU8X-_ous,2011
|
|
144
157
|
xoa_driver/internals/hli/ports/port_l23/family_h.py,sha256=MeUehj0unvHX9W3glfVORKdqX8kbu-hmZvMtwJbE-go,1840
|
|
@@ -146,7 +159,7 @@ xoa_driver/internals/hli/ports/port_l23/family_i.py,sha256=ZHXXiO0LOUbRCSXcYize1
|
|
|
146
159
|
xoa_driver/internals/hli/ports/port_l23/family_j.py,sha256=SZ2RYsI63Z6xatcfIcyLobrpuuofdEFty3JU51s2tcY,1858
|
|
147
160
|
xoa_driver/internals/hli/ports/port_l23/family_k.py,sha256=X8l9kZe58dizhzNbC-JY3z2m-_YwsGdE_tf_73NiZw0,1952
|
|
148
161
|
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=
|
|
162
|
+
xoa_driver/internals/hli/ports/port_l23/family_l1.py,sha256=DifAvVGI48gx4ps1syQJ1B1FnxYz9gkLhQVqcCv1pxc,3867
|
|
150
163
|
xoa_driver/internals/hli/ports/port_l23/family_m.py,sha256=rvYpgYvN9Mrb_abxW-J1Zwn-36nCh_oBrNF0IV2qcIE,779
|
|
151
164
|
xoa_driver/internals/hli/ports/port_l23/fault_jkl.py,sha256=vsbpTsBGhQJHlb6cdhaKIIosif4Vh5mn5luYO_tOPtk,641
|
|
152
165
|
xoa_driver/internals/hli/ports/port_l23/freya_l1.py,sha256=wdNZDLHrSd3SxFVR3-C3ZPcE4SzjfcdsoLeKjV6_UuI,28777
|
|
@@ -192,9 +205,9 @@ xoa_driver/internals/hli/testers/genuine/l_23/time_keeper.py,sha256=M6gWn5QSBlZW
|
|
|
192
205
|
xoa_driver/internals/hli/testers/genuine/l_23/upload_file.py,sha256=KUUD2r8DZzHtqGMPRb7HXrg8ep5ShvJ1fA-TLC3rwPY,681
|
|
193
206
|
xoa_driver/internals/state_storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
194
207
|
xoa_driver/internals/state_storage/_speed_detector.py,sha256=l-nsSF-PTIxCwVfCMhrP9FJhk4_BfirLPSVnvnFV7t8,4199
|
|
195
|
-
xoa_driver/internals/state_storage/modules_state.py,sha256=
|
|
208
|
+
xoa_driver/internals/state_storage/modules_state.py,sha256=p5ZhtSTmck3Efxx9B59Nry3_Bm7QOd4kpXuxUPMXroU,4375
|
|
196
209
|
xoa_driver/internals/state_storage/ports_state.py,sha256=asyVZ6R3YR6iSUKJSGc8_TsZIrqisFNARGUTJkWZdQI,4884
|
|
197
|
-
xoa_driver/internals/state_storage/testers_state.py,sha256=
|
|
210
|
+
xoa_driver/internals/state_storage/testers_state.py,sha256=m138qcNpWZtMjO4nNr7HCfLRsE8VRfqsOp_CcxYlsLE,3695
|
|
198
211
|
xoa_driver/internals/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
199
212
|
xoa_driver/internals/utils/attributes.py,sha256=UfgORoSL_qbYB7yYfF-U2P0Yq_FcT4qa7DuIBv_4AxI,1108
|
|
200
213
|
xoa_driver/internals/utils/cap_id.py,sha256=vGuAyxqxY0t8UHLyh4C_Su6alTqTNiIt1EVnXRvOLqE,1696
|
|
@@ -212,7 +225,7 @@ xoa_driver/internals/utils/managers/abc.py,sha256=M3XgI2FVQLUXixS5SKnZTm0MweHY6D
|
|
|
212
225
|
xoa_driver/internals/utils/managers/exceptions.py,sha256=fqLSin-OQCIKuhpzvK6RZThF3FJ8FsHers4EmqM9gSs,628
|
|
213
226
|
xoa_driver/internals/utils/managers/modules_manager.py,sha256=sCEhqUu7Waot16rucJ5nI9FyHuFEeU_sBx1JjZdhDJg,3236
|
|
214
227
|
xoa_driver/internals/utils/managers/ports_manager.py,sha256=FRizJ4-V0iE66cSuswW01-6QvXhCuGxHGvmtaDVOeFg,3484
|
|
215
|
-
tdl_xoa_driver-1.
|
|
216
|
-
tdl_xoa_driver-1.
|
|
217
|
-
tdl_xoa_driver-1.
|
|
218
|
-
tdl_xoa_driver-1.
|
|
228
|
+
tdl_xoa_driver-1.5.0.dist-info/METADATA,sha256=n9lA_6UpADSopJmiimWHcVkbofDK-SwhhIzh5W6Nx4U,4163
|
|
229
|
+
tdl_xoa_driver-1.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
230
|
+
tdl_xoa_driver-1.5.0.dist-info/top_level.txt,sha256=sBbN3hwpa4s2VxsUBoWJ5jIqqDr50vgcEb-V8kL7pvE,11
|
|
231
|
+
tdl_xoa_driver-1.5.0.dist-info/RECORD,,
|
xoa_driver/__init__.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = "1.
|
|
2
|
-
__short_version__ = "1.
|
|
1
|
+
__version__ = "1.5.0"
|
|
2
|
+
__short_version__ = "1.5"
|
xoa_driver/enums.py
CHANGED
xoa_driver/exceptions.py
CHANGED
xoa_driver/functions/anlt.py
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"""The cli high-level function module."""
|
|
2
|
+
|
|
3
|
+
# importing commands subsets
|
|
4
|
+
from .port_config import (
|
|
5
|
+
save_port_config,
|
|
6
|
+
load_port_config,
|
|
7
|
+
port_config_from_file,
|
|
8
|
+
)
|
|
9
|
+
from .testbed_config import (
|
|
10
|
+
save_testbed_config,
|
|
11
|
+
load_testbed_config,
|
|
12
|
+
module_config_from_file,
|
|
13
|
+
)
|
|
14
|
+
__all__ = (
|
|
15
|
+
"save_port_config",
|
|
16
|
+
"load_port_config",
|
|
17
|
+
"port_config_from_file",
|
|
18
|
+
"save_testbed_config",
|
|
19
|
+
"load_testbed_config",
|
|
20
|
+
"module_config_from_file",
|
|
21
|
+
)
|