gnunet-testing.1 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .\" This file is part of GNUnet.
  2. .\" Copyright (C) 2001-2019 GNUnet e.V.
  3. .\"
  4. .\" Permission is granted to copy, distribute and/or modify this document
  5. .\" under the terms of the GNU Free Documentation License, Version 1.3 or
  6. .\" any later version published by the Free Software Foundation; with no
  7. .\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  8. .\" copy of the license is included in the file
  9. .\" FDL-1.3.
  10. .\"
  11. .\" A copy of the license is also available from the Free Software
  12. .\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}.
  13. .\"
  14. .\" Alternately, this document is also available under the General
  15. .\" Public License, version 3 or later, as published by the Free Software
  16. .\" Foundation. A copy of the license is included in the file
  17. .\" GPL3.
  18. .\"
  19. .\" A copy of the license is also available from the Free Software
  20. .\" Foundation Web site at http://www.gnu.org/licenses/gpl.html
  21. .\"
  22. .\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
  23. .\"
  24. .Dd January 4, 2012
  25. .Dt GNUNET-TESTING 1
  26. .Os
  27. .Sh NAME
  28. .Nm gnunet-testing
  29. .Nd
  30. command line tool to access the testing library
  31. .Sh SYNOPSIS
  32. .Nm
  33. .Op Fl C | \-cfg
  34. .Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
  35. .Op Fl H | \-hostkeys
  36. .Op Fl h | \-help
  37. .Op Fl k | \-key
  38. .Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
  39. .Op Fl l Ar LOGFILE | Fl \-logfile= Ns Ar LOFILE
  40. .Op Fl n | \-number
  41. .Op Fl t | \-template
  42. .Op Fl v | \-version
  43. .Sh DESCRIPTION
  44. .Nm
  45. is a command line tool to access the testing library.
  46. .Sh OPTIONS
  47. .Bl -tag -width indent
  48. .It Fl C | \-cfg
  49. Create unique configuration files.
  50. .It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
  51. Use the configuration file
  52. .Ar FILENAME .
  53. .It Fl H | \-hostkeys
  54. Host key file.
  55. .It Fl h | \-help
  56. Print short help on options.
  57. .It Fl k | \-key
  58. Create hostkey files from pre-computed hostkey list.
  59. .It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
  60. Use LOGLEVEL for logging.
  61. Valid values are DEBUG, INFO, WARNING and ERROR.
  62. .It Fl l Ar LOGFILE | Fl \-logfile= Ns Ar LOFILE
  63. Configure logging to write logs to
  64. .Ar LOGFILE .
  65. .It Fl n | \-number
  66. Number of unique configuration files or hostkeys to create.
  67. .It Fl t | \-template
  68. Configuration template.
  69. .It Fl v | \-version
  70. Print GNUnet version number.
  71. .El
  72. .Sh SEE ALSO
  73. The full documentation for gnunet is maintained as a Texinfo manual.
  74. If the
  75. .Xr info 1
  76. and gnunet programs are properly installed at your site, the command
  77. .Pp
  78. .Dl info gnunet
  79. .Pp
  80. should give you access to the complete handbook,
  81. .Pp
  82. .Dl info gnunet-c-tutorial
  83. .Pp
  84. will give you access to a tutorial for developers.
  85. .sp
  86. Depending on your installation, this information is also available in
  87. .Xr gnunet 7 and
  88. .Xr gnunet-c-tutorial 7 .
  89. .\".Sh HISTORY
  90. .\".Sh AUTHORS
  91. .Sh BUGS
  92. Report bugs by using
  93. .Lk https://bugs.gnunet.org
  94. or by sending electronic mail to
  95. .Aq Mt gnunet-developers@gnu.org .