aboutsummaryrefslogtreecommitdiffstats
path: root/osmopy/obscvty.py
AgeCommit message (Expand)AuthorFilesLines
2017-12-18Fix python3 compatibilityMax1-8/+9
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-06speed up python tests more than 10 fold by sleeping lessNeels Hofmeyr1-5/+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-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 Freyther1-2/+3
2015-05-30obscvty: Implement readlines() generator function.Alexander Chemeris1-0/+19
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-05Documentation: added a README, more docstrings; +x'd setup.pyKat1-0/+12
2013-04-04This is a set of test scripts for osmocom projects.Kat1-0/+107