1LNST-SLAVE(1)               General Commands Manual              LNST-SLAVE(1)
2
3
4

NAME

6       lnst-slave - Linux Network Stack Test slave daemon
7

SYNOPSIS

9        lnst-slave [-d] [-e] [-h] [-i pidfile] [-p port_number]
10

DESCRIPTION

12       Linux Network Stack Test is a tool that supports development and execu‐
13       tion of automated and portable network tests. For detailed  description
14       of  the  architecture  of  LNST  please  refer to project website (link
15       listed on INTERNET RESOURCES bellow).
16
17       lnst-slave is a daemon script that runs in the background and waits for
18       incomming commands from a controller.
19

OPTIONS

21       -d, --debug
22              Toggle emitting debugging messages.
23
24       -e, --daemonize
25              Detach from parent process and run in background.
26
27       -h, --help
28              Display usage of this command.
29
30       -i, --pidfile=file
31              File to write damonized process' PID to.
32
33       -m, --no-colours
34              Disable coloured terminal output.
35
36       -p, --port=port_number
37              The  port  number lnst-slave should listen on for incomming com‐
38              mands.
39

CONFIGURATION

41       lnst-slave will look for configuration in the following location:
42
43       /etc/lnst-slave.conf
44
45       For further description of file format or configuration options  avail‐
46       able,  please refer to the configuration file itself, where each option
47       is documented.
48

FILES

50       Apart from configuration, there are few important locations that  lnst-
51       slave works with. All bellow mentioned paths can be changed in the con‐
52       figuration file.
53
54   Log Path
55       Every test exectution and all the commands run by lnst-slave during the
56       test are logged to the following location:
57
58       /var/log/lnst
59
60   Cache Location
61       Test  modules  and  tools  used  by the controllers with this slave are
62       cached in resources cache. The cache is by default located at:
63
64       /var/cache/lnst
65
66       The cache is fully under control of the lnst-slave daemon and  is  man‐
67       aged  automatically.  Making  any  modifications  by hand is not recom‐
68       mended.
69

INTERNET RESOURCES

71       Project Homepage:      http://lnst-project.org/
72       Online Documentation:  https://github.com/jpirko/lnst/wiki#learn
73       Git Source Tree:       https://github.com/jpirko/lnst
74       Mailing List:          <lnst-developers@lists.fedorahosted.org>
75
76

AUTHORS

78       Jiri Pirko <jiri@resnulli.us>
79       Jan Tluka <jtluka@redhat.com>
80       Ondrej Lichtner <olichtne@redhat.com>
81       Jiri Prochazka <jprochaz@redhat.com>
82       Jiri Zupka <jzupka@redhat.com>
83       Radek Pazdera <radek@pazdera.co.uk>
84
86       Copyright (C) 2011-2015 Red Hat, Inc.
87
88       LNST is distributed under GNU General Public License version 2. See the
89       file  "COPYING"  in  the source distribution for information on terms &
90       conditions for accessing and otherwise using LNST.
91
92
93
94                                  2022-07-21                     LNST-SLAVE(1)
Impressum