spiritonly / Rammbock

Rammbock - generic network protocol tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rammbock

Generic network protocol test library for Robot Framework, which offers an easy way to specify network packets and inspect the results of sent / received packets. Library offers Domain Specific Language for packet specification.

Downloads are available at https://pypi.python.org/pypi/robotframework-rammbock

You need to have Robot Framework installed as a precondition.

  • With PIP Installer:

    pip install robotframework-rammbock
    
  • With Setup.py Download and extract .zip or .tar.gz. Execute command in extracted folder:

    python setup.py install
    

We have examples from following protocols:

  • GTPv2
  • Diameter
  • DNS

Examples can be found from our acceptance test cases: https://github.com/robotframework/Rammbock/tree/master/atest

About

Rammbock - generic network protocol tester

License:Apache License 2.0


Languages

Language:Python 67.3%Language:RobotFramework 32.4%Language:Shell 0.3%Language:Batchfile 0.1%