flocktest.ini 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # This file describes the network of gpsd test sites
  2. # These are accounts in machines made available
  3. # for regression-testing by GPSD developers.
  4. #
  5. # For instructions on joining and using this network, see the file
  6. # 'flock-instructions'.
  7. #
  8. # In the default section of the file, the attributes are:
  9. # project - project name at CIA.vc
  10. # origin = URL for repo pulls; if absent, flocktest requires argument.
  11. # regression = test sequence to run
  12. # sshkeys = path to file of user keys
  13. #
  14. [DEFAULT]
  15. project = GPSD
  16. regression = scons --config=force -c && scons --config=force && scons check
  17. #
  18. # In each site section, the section name is the FQDN of the host machine.
  19. # The attributes are:
  20. #
  21. # arch: Architecture tag - i686, x96_64, sparc64, etc. = `uname -m`
  22. # os: Operating system = `uname -s`
  23. # admin: Email address of machine administrator
  24. # login: Login name of test account
  25. # devices: Comma-separated list of attached GPS/AIS receivers, or '-' for none.
  26. # status = anything other than "up" causes this entry to be skipped.
  27. #
  28. [grelber.thyrsus.com]
  29. os = Linux
  30. arch = x86_64
  31. admin = esr@thyrsus.com
  32. login = gpsd
  33. devices = -
  34. status = scons version is too old, must upgrade.
  35. [devel.recluse.de]
  36. os = Linux
  37. arch = amd64
  38. admin = bzed@debian.org
  39. login = gpsd
  40. devices = -
  41. status = running version of vserver with no localhost, port binds fail
  42. [nog.yazug.com]
  43. os = Linux
  44. arch = i686
  45. admin = jon.schlueter@gmail.com
  46. login = gpsd
  47. status = down
  48. devices = TNT Revolution (can be available) on /dev/ttyS0, Garmin GPS-18 x2 on USB (probably USB0 and USB2)
  49. [quark.yazug.com]
  50. os = Linux
  51. arch = i686
  52. admin = jon.schlueter@gmail.com
  53. login = gpsd
  54. devices = -
  55. port = 4670
  56. status = down
  57. [mitzi.chem.ualberta.ca]
  58. os = FreeBSD
  59. arch = sparc64
  60. admin = jpihlaja@cc.helsinki.fi
  61. login = gpsd
  62. devices = -
  63. port = 26090
  64. quiet = yes
  65. status = down (missing pkg-config)