Skip to content

yahman72/Rammbock

 
 

Repository files navigation

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://github.com/robotframework/Rammbock/downloads

1. Installation instructions:

1.1 Precondiditons
You need to have Robot Framework installed as a precondition.

1.2 Installation

1.2.1 With PIP Installer
pip install robotframework-rammbock

1.2.2 With Setup.py
Download and extract .zip or .tar.gz
Excute command in extracted folder

python setup.py install

2. We have examples from following protocols:
GTPv2

Examples can be found from our Acceptance Test Cases:
https://github.com/robotframework/Rammbock/tree/master/atest

3. See the userguide at https://github.com/robotframework/Rammbock/wiki/RammbockUserGuide

4. See keyword documentation at https://github.com/robotframework/Rammbock/downloads

About

Rammbock - generic network protocol tester

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%