# Rammbock **Repository Path**: YongboTest/Rammbock ## Basic Information - **Project Name**: Rammbock - **Description**: Robot Framework的通用网络协议测试库,它提供了一种简单的方法来指定网络数据包和检查已发送/接收数据包的结果。Library为数据包规范提供DSL。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://robotframework.org/Rammbock/latest/Rammbock.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Rammbock ======== .. contents:: :local: Introduction ------------ 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 Installation instructions ------------------------- Precondiditons ~~~~~~~~~~~~~~ You need to have Robot Framework installed as a precondition. Installation ~~~~~~~~~~~~ - 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 Examples -------- 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 Documentation ------------- - See the userguide at https://github.com/robotframework/Rammbock/wiki/RammbockUserGuide - See keyword documentation at https://robotframework.github.com/Rammbock/index.html