aboutsummaryrefslogtreecommitdiffstats
path: root/osmopy
AgeCommit message (Expand)AuthorFilesLines
2018-01-14Fix absolute import issue in py3Max1-1/+1
2018-01-08Remove osmotestvty.py from python 3 installationMax1-1/+1
2017-12-28Update ctrl command parsing for python3Max1-10/+31
2017-12-20add cmdline doc to osmo_interact_* and osmo_verify_*Neels Hofmeyr3-8/+137
2017-12-19fix osmo_interact_* and osmo_verify_transcript_* after dir splitNeels Hofmeyr5-2/+782
2017-12-18Fix python3 compatibilityMax3-15/+17
2017-12-18Move scripts to appropriate directoryMax12-1996/+2
2017-12-15Use setuptools for packagingMax1-1/+1
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 *.py from OsmoBSCMax4-1/+696
2017-10-18cosmetic: cmdline arg doc tweaks, commentneels/interact_vty_ctrlNeels Hofmeyr2-3/+4
2017-10-18osmo_verify_*: clarify naming to osmo_interact_*Neels Hofmeyr6-235/+315
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-17add osmo_verify_transcript_{vty,ctrl}.py for easier vty and ctrl testingNeels Hofmeyr4-1/+674
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
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