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 jiri@resnulli.us
- Jan Tluka jtluka@redhat.com
- Ondrej Lichtner olichtne@redhat.com
- Jiri Prochazka jprochaz@redhat.com
- Jiri Zupka jzupka@redhat.com
- Radek Pazdera radek@pazdera.co.uk
- 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: lnst-developers@lists.fedorahosted.org
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.