Metadata-Version: 1.1
Name: pyavalanche
Version: 0.6.0
Summary: Python OO API package to automate Spirent Avalanche traffic generator
Home-page: https://github.com/shmir/PyAvalanche/
Author: Yoram Shamir
Author-email: yoram@ignissoft.com
License: Apache Software License
Description: 
        Todo:
        samples
        docs
        
        This package implements Python OO API for Avalanche.
        
        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.
        	- Connect - to chassis
        	- Load configuration - load configuration (spf), select test, reserve ports and assign ports to interfaces
        	- Test - start, stop, wait, get status
        	- Statistics - subscribe, read views, unsubscribe
        	- Save configuration
        	- Disconnect
        
        Prerequisite
        """"""""""""
        Avalanche application installed.
        Tcllib package installed.
        
        Installation
        """"""""""""
        pip instsll pyavalanche
        
        Getting started
        """""""""""""""
        Under avalanche.test.avl_samples you will find some basic samples.
        See inside for more info.
        
        Documentation
        """""""""""""
        http://pyavalanche.readthedocs.io/en/latest/
        
        Related work
        """"""""""""
        pytestcenter, pyixload
        
        Contact
        """""""
        Feel free to contact me with any question or feature request at yoram@ignissoft.com
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
