aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-19fix osmo_interact_* and osmo_verify_transcript_* after dir splitNeels Hofmeyr9-315/+321
2017-12-18Explicitly check syntax in jenkins testsMax1-0/+2
2017-12-18Fix python3 compatibilityMax4-22/+24
2017-12-18Move scripts to appropriate directoryMax13-22/+10
2017-12-18Expand CI testsMax3-1/+24
2017-12-15Use setuptools for packagingMax2-3/+3
2017-12-15add contrib/jenkins.sh from current jenkins.osmocom.org jobNeels Hofmeyr1-0/+4
2017-12-11osmo_ctrl.py: Set shebang to use python v2Pau Espin Pedrol1-1/+1
2017-11-29osmo_interact_common: add '... !regex' wildcardNeels Hofmeyr1-4/+27
2017-11-27Add osmo_ipa.py to setup's installMax1-0/+1
2017-11-27Add *.py from OsmoBSCMax6-3/+705
2017-11-23Add git-review configMax1-0/+3
2017-10-18cosmetic: cmdline arg doc tweaks, commentneels/interact_vty_ctrlNeels Hofmeyr2-3/+4
2017-10-18osmo_verify_*: clarify naming to osmo_interact_*Neels Hofmeyr7-236/+318
2017-10-18osmo_verify_transcript: allow running/piping commands directlyNeels Hofmeyr3-21/+107
2017-10-18osmo_verify_transcript_vty: automatically obtain the prompt stringNeels Hofmeyr1-3/+16
2017-10-18osmo_verify_transcript: add error handling for missing portNeels Hofmeyr1-0/+3
2017-10-17setup.py: don't install py3 scripts with python2Neels Hofmeyr1-4/+9
2017-10-17add osmo_verify_transcript_{vty,ctrl}.py for easier vty and ctrl testingNeels Hofmeyr5-2/+677
2017-10-15add osmo_ipa.py, from originally openbsc.git/contrib/ipa.pyNeels Hofmeyr2-1/+280
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