Linux Network Stack Test is a tool that supports development and execution of automated and portable network tests. For detailed description of the architecture of LNST please refer to project website (link listed on Internet Resources bellow).
LNST can be installed using python's distutils.
su
./setup.py install
Make sure python-devel, dbus-devel and dbus-glib-devel packages are installed:
su
dnf install python-devel dbus-devel dbus-glib-devel
In addition the following python libraries should be installed:
Using package manager:
su
dnf install dbus-python-devel
dnf install python-pyroute2
Or using pip
:
su
pip install pyroute2
pip install dbus-python
- Jiri Pirko [email protected]
- Jan Tluka [email protected]
- Ondrej Lichtner [email protected]
- Jiri Prochazka [email protected]
- Jiri Zupka [email protected]
- Radek Pazdera [email protected]
- Project Wiki: https://github.com/jpirko/lnst/wiki
- Documentation: https://github.com/jpirko/lnst/wiki#learn
- Git Source Tree: https://github.com/jpirko/lnst
- Mailing List: [email protected]
Copyright (C) 2011-2015 Red Hat, Inc.
LNST is distributed under GNU General Public License version 2. See the file "COPYING" in the source distribution for information on terms & conditions for accessing and otherwise using LNST.