aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-18osmodumpdoc: print generated pathneels/docNeels Hofmeyr1-0/+1
2017-09-18osmodumpdoc: print called commands and OSError messagesNeels Hofmeyr1-1/+3
2017-09-18osmodumpdoc: fix finding cfg when not calling from source treeNeels Hofmeyr1-3/+4
2017-09-13vty: Follow links to see what is a file and what is a socketHolger Hans Peter Freyther1-1/+1
2017-09-13vty: Print open file descriptors of the VTY test runnerHolger Hans Peter Freyther1-1/+1
2017-03-06test_all_apps: actually count nr of errorsNeels Hofmeyr1-1/+3
2017-03-06on Exception during test, also print the actual configNeels Hofmeyr1-0/+1
2017-03-06osmoutil: end_proc: wait for term in a loopNeels Hofmeyr1-5/+19
2017-03-06osmoutil: add pick_test() to pick unittest tests by nameNeels Hofmeyr1-0/+22
2017-03-06speed up python tests more than 10 fold by sleeping lessNeels Hofmeyr4-8/+22
2017-03-06cosmetic: put socket connection code in separate functionNeels Hofmeyr1-10/+15
2017-03-06tcp_debug: don't abort when socket can't be removedNeels Hofmeyr1-1/+4
2017-03-06cosmetic: early exit instead of if-cascadeNeels Hofmeyr1-8/+10
2017-03-06debug_tcp_sockets: clearly mark as global varNeels Hofmeyr1-0/+3
2017-03-06debug: also output nr of open file descriptors for 'tcp debug'Neels Hofmeyr1-0/+1
2017-03-06tcp debugging: allow switching on TCP debug by env varNeels Hofmeyr1-1/+2
2017-02-24osmoutil: open /dev/null only onceNeels Hofmeyr1-1/+6
2017-02-24osmoutil: try to terminate process instead of killingNeels Hofmeyr1-2/+12
2017-02-24osmotestconfig: fix socket leakNeels Hofmeyr1-0/+3
2017-02-24osmoutil: centrally log process launchesNeels Hofmeyr1-1/+3
2017-02-24debug: monitor used TCP sockets and running osmo processesNeels Hofmeyr1-0/+33
2017-02-13vty: Close the vty sockets at the end of each testHolger Hans Peter Freyther2-2/+4
2016-08-15vty: Check the result of the write commandHolger Hans Peter Freyther1-1/+3
2016-04-14Fix build failureMax1-1/+2
2016-04-12Recursively copy files before config testMax1-5/+5
2016-03-31Extend apps attributeMax1-2/+2
2016-03-31Add optional ignore_configs attributeMax1-6/+7
2016-03-31Expand installation instructionsMax1-0/+1
2016-03-31Add .gitignoreMax1-0/+1
2015-05-30obscvty: Implement readlines() generator function.Alexander Chemeris1-0/+19
2015-01-31testconfig: Do not fail due wrong numbersHolger Hans Peter Freyther1-2/+3
2014-07-04testconfig: Check the result of running the individual testsHolger Hans Peter Freyther1-5/+11
2013-08-30obscvty: Added node() method to get the last node stringJacob Erlbeck1-2/+23
2013-06-25obscvty: Make the _is_end detection work for entering the configHolger Hans Peter Freyther1-8/+43
2013-04-06Fixed osmodumpdoc to work with the refactored importingKat1-6/+2
2013-04-05Minor refactoring of importing osmoappdescKat3-18/+15
2013-04-05Made the scripts work from make distcheckKat2-8/+28
2013-04-05Added a verbosity option and banner to osmotestvtyKat2-1/+10
2013-04-05Documentation: added a README, more docstrings; +x'd setup.pyKat3-0/+39
2013-04-04This is a set of test scripts for osmocom projects.Kat7-0/+576