1. 2d1d561 resource error logging that is easier to understand by Neels Hofmeyr · 7 years ago
  2. 927344b event_loop: Create a global event loop to poll and wait for events by Pau Espin Pedrol · 7 years ago
  3. 095d129 resources.conf: remove unused example BTS by Neels Hofmeyr · 7 years ago
  4. 391afe3 remove bts_ocpthy.py by Neels Hofmeyr · 7 years ago
  5. 8b91507 osmo_nitb.py: remove unused imports by Neels Hofmeyr · 7 years ago
  6. 62a5600 contrib/jenkins: don't package /share/doc/libosmocore by Neels Hofmeyr · 7 years ago
  7. 1eb5cbc fix: contrib/jenkins sysmobts build: proper PKG_CONFIG_PATH by Neels Hofmeyr · 7 years ago
  8. 5bf66c5 trial.py: Remove accidental double creation of file by Pau Espin Pedrol · 7 years ago
  9. 98df394 Exit with failure if not enough resources are found by Pau Espin Pedrol · 7 years ago
  10. d1f8fe6 osmo_nitb.py: Remove unused var by Pau Espin Pedrol · 7 years ago
  11. 374e8a0 suite.py: Fix typo in variable name used during exception by Pau Espin Pedrol · 7 years ago
  12. 469316f Handle termination signals to exit gracefully and prevent resource leak by Pau Espin Pedrol · 7 years ago
  13. 0ffb414 Add JUnit XML reports; refactor test reporting by Pau Espin Pedrol · 7 years ago
  14. 023fd2c pcap_recorder: use self.filters instead of gen_filter by Pau Espin Pedrol · 7 years ago
  15. 6ab9898 Enable GSMTAP on BTS and record it on the main unit NITB by Pau Espin Pedrol · 7 years ago
  16. 8cd347b nitb: Filter ssh packets in pcap by Pau Espin Pedrol · 7 years ago
  17. 95fd673 pcap: pass complete filter string to PcapRecorder by Neels Hofmeyr · 7 years ago
  18. bcd4332 jenkins-run: clean up also upon error by Neels Hofmeyr · 7 years ago
  19. e44a0cb trial: always use abspath by Neels Hofmeyr · 7 years ago
  20. e60df69 fix name of local var, to not shadow 'suite' module by Neels Hofmeyr · 7 years ago
  21. 2123541 fix: exception outside of trial run should be logged and cause nonzero rc by Neels Hofmeyr · 7 years ago
  22. b06485f cosmetic: contrib: add 'build-' to script names by Neels Hofmeyr · 7 years ago
  23. c59e079 contrib: rethink jenkins jobs with build slave approach by Neels Hofmeyr · 7 years ago
  24. 0765098 checkout dependencies from script by Neels Hofmeyr · 7 years ago
  25. 143ab81 pcap recorder: include vim indenting rules as comment by Neels Hofmeyr · 7 years ago
  26. 39b0b89 log the location of the detailed log file by Neels Hofmeyr · 7 years ago
  27. 2296883 log: tweak osmo-gsm-tester.py stdout: all_origins=False, src=False by Neels Hofmeyr · 7 years ago
  28. 7e2e8f1 log state dir by Neels Hofmeyr · 7 years ago
  29. 6194474 debug suite: add test that deliberately fails by Neels Hofmeyr · 7 years ago
  30. 1fe012e cosmetic: rather have an underscore in pcap_recorder.py by Neels Hofmeyr · 7 years ago
  31. cf0304f cosmetic: cmdline help: add line breaks, fix typo by Neels Hofmeyr · 7 years ago
  32. aca2624 paths: have one common parent dir /var/tmp/osmo-gsm-tester by Neels Hofmeyr · 7 years ago
  33. cceb0f5 readme: add some ssh details by Neels Hofmeyr · 7 years ago
  34. 47de6b0 ofono/dbus: detach from signals as appropriate by Neels Hofmeyr · 7 years ago
  35. 803d87c util: simplify listdict by Neels Hofmeyr · 7 years ago
  36. a6278b7 cosmetic: lock test: add quotes by Neels Hofmeyr · 7 years ago
  37. 2321a19 lock test: make more robust against timing by Neels Hofmeyr · 7 years ago
  38. 4f33dcc run dir: add a second log file containing a non-debug log by Neels Hofmeyr · 7 years ago
  39. feb56c0 readme: format so that dependencies can be copy-pasted to terminal by Neels Hofmeyr · 7 years ago
  40. 13143bc Log network activity using tcpdump for nitb interface by Pau Espin Pedrol · 7 years ago
  41. ecf1079 suite: Terminate processes in LIFO order by Pau Espin Pedrol · 7 years ago
  42. e39c6f1 Prepend LD_LIBRARY_PATH instead of overwritting it by Pau Espin Pedrol · 7 years ago
  43. a88b0c7 propagate Timeout class to test scope, use in debug suite by Neels Hofmeyr · 7 years ago
  44. 1ffc3fe on timeout, raise dedicated Timeout exception by Neels Hofmeyr · 7 years ago
  45. d1bedb1 selftest: suite_test: ignore line numbers by Neels Hofmeyr · 7 years ago
  46. 67cea22 add debug suite by Neels Hofmeyr · 7 years ago
  47. cccbe59 improve logging for resource allocation by Neels Hofmeyr · 7 years ago
  48. 56b3d7e defaults.conf: use only TCH/F instead of dynamic channels by Neels Hofmeyr · 7 years ago
  49. f31c545 log.py: add a log target option to omit the list of deeper origins by Neels Hofmeyr · 7 years ago
  50. fd7b9d0 run dir: write detailed log file by Neels Hofmeyr · 7 years ago
  51. 532126a log: make 32 the default origin_width. by Neels Hofmeyr · 7 years ago
  52. 8f4f174 log.py: add FileLogTarget by Neels Hofmeyr · 7 years ago
  53. 1a2177c log.py: LogTarget: return self for chaining modifiers by Neels Hofmeyr · 7 years ago
  54. f816688 log.py: tweak LogTarget list, require explicit LogTarget by Neels Hofmeyr · 7 years ago
  55. f9de78f improve doc and usability of osmo-gsm-tester.py -t option by Neels Hofmeyr · 7 years ago
  56. f49c7da sms: log info as dbg by Neels Hofmeyr · 7 years ago
  57. 2e41def sms: don't log info by Neels Hofmeyr · 7 years ago
  58. 9b90770 Resource.find: allow returning empty instead of raising by Neels Hofmeyr · 7 years ago
  59. 2fade33 doc: Resources.find: add API doc + inline comments by Neels Hofmeyr · 7 years ago
  60. acf0c93 fix prompt() by Neels Hofmeyr · 7 years ago
  61. f2d279c suite.py: add function to get several modems in a list by Neels Hofmeyr · 7 years ago
  62. 5a602b7 less verbose origins on interface enable/disable by Neels Hofmeyr · 7 years ago
  63. 035cda8 fix: handle dbus signals outside of the glib main loop by Neels Hofmeyr · 7 years ago
  64. fd39f3e osmo-bts-trx: wait for osmo-trx to launch before proceeding by Neels Hofmeyr · 7 years ago
  65. b69cebc osmo-bts-trx: add -x to use the external oscillator by Neels Hofmeyr · 7 years ago
  66. 9741de3 bts config: tweak logging parameters by Neels Hofmeyr · 7 years ago
  67. 506edbc jenkins: fix trials-cleanup.sh: use 'taken' marker by Neels Hofmeyr · 7 years ago
  68. 930ac95 fix osmo-gsm-tester.py -t option by Neels Hofmeyr · 7 years ago
  69. c86ab21 fix resource error reporting for unavailable resource by Neels Hofmeyr · 7 years ago
  70. 8d8b03e compose SMS with more descriptive text by Neels Hofmeyr · 7 years ago
  71. cf1e20e ofono_client: drop explicit exception catching by Neels Hofmeyr · 7 years ago
  72. b73a1db resources: Fix path for gobi_3 by Pau Espin Pedrol · 7 years ago
  73. ef9ed2d config: resolve real paths from symlinks, add paths debug logging by Neels Hofmeyr · 7 years ago
  74. 107f275 ofono_client: Sort events more logically by Pau Espin Pedrol · 7 years ago
  75. 504a664 ofono_client: Allow other ifaces in some methods by Pau Espin Pedrol · 7 years ago
  76. 2831de5 move /example/suites to /suites by Neels Hofmeyr · 7 years ago
  77. 0cb4522 put the example suite in /example, not /selftest/real_suite by Neels Hofmeyr · 7 years ago
  78. 51cfd8e fix sysmobts: also use username for dsp firmware reload command by Neels Hofmeyr · 7 years ago
  79. 3895fec Add remote user for RemoteProcress by Pau Espin Pedrol · 7 years ago
  80. c9506b8 fix template_test after 8dbad8701f (tweak config) by Neels Hofmeyr · 7 years ago
  81. 417a03d lock_test: make more robust by Neels Hofmeyr · 7 years ago
  82. 96ed9ab sysmobts: fix: reload firmware before each osmo-bts-sysmo run by Neels Hofmeyr · 7 years ago
  83. 8dbad87 nitb,sysmobts: tweak config by Neels Hofmeyr · 7 years ago
  84. 943f8a2 fixup: ofono: try a different way to catch missing dbus interfaces by Neels Hofmeyr · 7 years ago
  85. 88909dd jenkins-run: add env var to invocation to allow passing more opts from jenkins by Neels Hofmeyr · 7 years ago
  86. 5fe8881 ofono: try a different way to catch missing dbus interfaces by Neels Hofmeyr · 7 years ago
  87. e725369 resources: update modems, sierra_3 replaced by a Gobi by Neels Hofmeyr · 7 years ago
  88. 93f5866 cosmetic: rename ofono_client.get() to .systembus_get() by Neels Hofmeyr · 7 years ago
  89. c0ee10c README: update deps by Neels Hofmeyr · 7 years ago
  90. 8bedf8c jenkins: make sure to have only the latest binary tar in a workspace by Neels Hofmeyr · 7 years ago
  91. f1a9029 fix resources: msisdn must not be too short, start with 1000 by Neels Hofmeyr · 7 years ago
  92. 24bfcee fix: Modem.msisdn is not a function by Neels Hofmeyr · 7 years ago
  93. 27d459c ofono: modem: make sure a property is its set value, make sure an interface is really present by Neels Hofmeyr · 7 years ago
  94. fec7d16 modem: store / match received SMS by Neels Hofmeyr · 7 years ago
  95. 863cb56 cosmetic: rename to sms_was_received() by Neels Hofmeyr · 7 years ago
  96. 28a39d5 mo_mt_sms.py: remove short timeout; cosmetic: log properties by Neels Hofmeyr · 7 years ago
  97. 9dbcb82 ofono: modem: have a common function for SetProperty by Neels Hofmeyr · 7 years ago
  98. 3932191 jenkins: run python3 unbuffered to see log scrolling by on jenkins by Neels Hofmeyr · 7 years ago
  99. c0bb230 default-suites.conf: enable only sysmo for now by Neels Hofmeyr · 7 years ago
  100. 1ea59ea log: also log SMS that is being sent by Neels Hofmeyr · 7 years ago