yahman72/Rammbock
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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