Metadata-Version: 2.1
Name: pyixload
Version: 3.0.3
Summary: Python OO API package to automate Ixia IxLoad traffic generator
Home-page: https://github.com/shmir/PyIxLoad/
Author: Yoram Shamir
Author-email: yoram@ignissoft.com
License: Apache Software License
Keywords: ixload l4l7 test tool ixia automation
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: future
Requires-Dist: requests
Requires-Dist: pytrafficgen (<=3.1.0,>3.0.3)


TGN - Traffic Generator
IXL - IxLoad

This package implements Python OO API for Ixia IxLoad traffic generator.

Installation:
stable - pip instsll pyixload

Functionality
The current version supports the following test flow:
Load configuration -> Get/Set attributes -> Start/Stop traffic -> Get statistics.
Supported operations:
- Basic operations - get/set attributes, get/create children.
- Load configuration - load configuration (rxf), select test, reserve ports and analyze the configuration
- Start/Stop - test
- Statistics - read views
- Save configuration
- Disconnect

Known limitations:
- When using remote IxLoad gateway, configurations with additional files (on top of the rxf itself) are not supported.

Contact:
Feel free to contact me with any question or feature request at yoram@ignissoft.com


