gnunet-testing.1 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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 command line tool to access the testing library
  30. .Sh SYNOPSIS
  31. .Nm
  32. .Op Fl C | -cfg
  33. .Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  34. .Op Fl H | -hostkeys
  35. .Op Fl h | -help
  36. .Op Fl k | -key
  37. .Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  38. .Op Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOFILE
  39. .Op Fl n | -number
  40. .Op Fl t | -template
  41. .Op Fl v | -version
  42. .Sh DESCRIPTION
  43. .Nm
  44. is a command line tool to access the testing library.
  45. .Sh OPTIONS
  46. .Bl -tag -width indent
  47. .It Fl C | -cfg
  48. Create unique configuration files.
  49. .It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  50. Use the configuration file
  51. .Ar FILENAME .
  52. .It Fl H | -hostkeys
  53. Host key file.
  54. .It Fl h | -help
  55. Print short help on options.
  56. .It Fl k | -key
  57. Create hostkey files from pre-computed hostkey list.
  58. .It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  59. Use LOGLEVEL for logging.
  60. Valid values are DEBUG, INFO, WARNING and ERROR.
  61. .It Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOFILE
  62. Configure logging to write logs to
  63. .Ar LOGFILE .
  64. .It Fl n | -number
  65. Number of unique configuration files or hostkeys to create.
  66. .It Fl t | -template
  67. Configuration template.
  68. .It Fl v | -version
  69. Print GNUnet version number.
  70. .El
  71. .Sh SEE ALSO
  72. The full documentation for gnunet is maintained as a Texinfo manual.
  73. If the
  74. .Xr info 1
  75. and gnunet programs are properly installed at your site, the command
  76. .Pp
  77. .Dl info gnunet
  78. .Pp
  79. should give you access to the complete handbook,
  80. .Pp
  81. .Dl info gnunet-c-tutorial
  82. .Pp
  83. will give you access to a tutorial for developers.
  84. .sp
  85. Depending on your installation, this information is also available in
  86. .Xr gnunet 7 and
  87. .Xr gnunet-c-tutorial 7 .
  88. .\".Sh HISTORY
  89. .\".Sh AUTHORS
  90. .Sh BUGS
  91. Report bugs by using
  92. .Lk https://bugs.gnunet.org
  93. or by sending electronic mail to
  94. .Aq Mt gnunet-developers@gnu.org .