1LNST-POOL-WIZARD(1) General Commands Manual LNST-POOL-WIZARD(1)
2
3
4
6 lnst-pool-wizard - Linux Network Stack Test Pool Wizard
7
9 lnst-pool-wizard [-h] [MODE] [-p pool_dir] [HOSTNAME[:PORT]...]
10
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-pool-wizard is a script that runs wizard for creating slave ma‐
18 chine description XML files
19
21 -i, --interactive
22 If any hostnames are specified, wizard will try to connect to
23 them, get available interfaces and ask user which of the inter‐
24 faces should be added to the result description XML file. If no
25 hostname is specified, wizard will ask for hostname via prompt.
26
27 -n, --noninteractive
28 Wizard will try to connect to all hostnames specified in argu‐
29 ments and for each one create XML file with all available inter‐
30 faces.
31
32 -v, --virtual
33 This mode is for virtual hosts created by libvirt. Wizard
34 queries user for libvirt domain and tries to retrieve IP address
35 from DHCP Leases. This IP address will be used as hostname in
36 Slave Description XML file.
37
39 -h, --help
40 Display usage of this command.
41
42 -p, --pool_dir=directory
43 Directory where result XML files will be stored. If none is en‐
44 tered default location will be used (~/.lnst/pool)
45
47 Project Homepage: http://lnst-project.org/
48 Online Documentation: https://github.com/jpirko/lnst/wiki#learn
49 Git Source Tree: https://github.com/jpirko/lnst
50 Mailing List: <lnst-developers@lists.fedorahosted.org>
51
52
54 Jiri Pirko <jiri@resnulli.us>
55 Jan Tluka <jtluka@redhat.com>
56 Ondrej Lichtner <olichtne@redhat.com>
57 Jiri Prochazka <jprochaz@redhat.com>
58 Jiri Zupka <jzupka@redhat.com>
59 Radek Pazdera <radek@pazdera.co.uk>
60
62 Copyright (C) 2011-2015 Red Hat, Inc.
63
64 LNST is distributed under GNU General Public License version 2. See the
65 file "COPYING" in the source distribution for information on terms &
66 conditions for accessing and otherwise using LNST.
67
68
69
70 2022-01-20 LNST-POOL-WIZARD(1)