Metadata-Version: 1.1
Name: pyixload
Version: 1.4.2
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
Description: 
        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:
        - one traffic flow per test
        
        Contact:
        Feel free to contact me with any question or feature request at yoram@ignissoft.com
        
Keywords: ixload l4l7 test tool ixia automation
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
