Skip to content

yuvalmin/lnst

 
 

Repository files navigation

LNST - Linux Network Stack Test

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).

Install

LNST can be installed using python's distutils.

su
./setup.py install

Prerequirement

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

Authors

Internet Resources

License

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.

About

Linux Network Stack Test

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.7%
  • C 4.9%
  • Shell 1.3%
  • XSLT 0.8%
  • JavaScript 0.1%
  • CSS 0.1%
  • Makefile 0.1%