aboutsummaryrefslogtreecommitdiffstats
path: root/osmopy
AgeCommit message (Expand)AuthorFilesLines
12 daysfix "SyntaxWarning: invalid escape sequence '\('"HEADmasterVadim Yanitskiy3-4/+4
2023-06-01osmoutil: return proc's return code from end_proc()Vadim Yanitskiy1-2/+3
2023-05-23osmoutil: print return code in end_proc()Vadim Yanitskiy1-1/+2
2023-03-25InteractVty: re.escape() the VTY prompt in connect()Vadim Yanitskiy1-1/+1
2022-07-06Bump version: 0.2.10.2.1Oliver Smith1-1/+1
2021-12-14treewide: remove FSF addressOliver Smith3-12/+0
2021-05-18osmo_ipa: Fix parsing ERROR msgs in CTRL ifacePau Espin Pedrol1-1/+1
2021-04-04Use proper python3 shebang in all modulesVadim Yanitskiy3-3/+3
2019-12-17update version to 0.2.0 to mark python2 deprecationHarald Welte1-1/+1
2019-12-11Drop python2 support (again)Oliver Smith5-15/+8
2019-12-06Revert "Drop python2 support"Oliver Smith5-3/+10
2019-12-05Drop python2 supportOliver Smith5-10/+3
2019-10-31osmo_interact_vty.py: fix py3 encoding bugNeels Hofmeyr1-1/+1
2019-08-23vty.py: Fix endl removed when pkt buffer content ends exactly on a newline charosmith/before-py2-dropPau Espin Pedrol1-3/+10
2019-01-07ctrl2cgi: update shared helperMax1-7/+30
2018-12-06twisted: remove low-level logging in dispatchersMax1-2/+0
2018-12-05Trap handlers: log request/reply as info levelMax1-1/+1
2018-12-05Trap handlers: propagate expected BSC id to command processorMax1-2/+2
2018-12-05Trap handlers: always log to stdoutMax1-4/+2
2018-11-28Improve code styleMax1-2/+0
2018-11-28Move command processing into shared functionMax1-0/+12
2018-11-28Drop unused Trap() classMax1-59/+0
2018-11-28ctrl: add function to skip TRAP messagesMax1-2/+17
2018-11-27Update trap helperMax1-1/+40
2018-11-27Re-apply changes to trap_helper.pyMax1-1/+2
2018-11-27Move common Trap-related code into separate fileMax2-2/+128
2018-11-26osmo_ipa: update split_combined docsMax1-1/+2
2018-11-26osmo_ipa: add extended checksMax1-1/+5
2018-11-26ctrl: introduce constant for TRAP idMax1-2/+3
2018-10-13make osmpy IPA code aware of RSPROHarald Welte2-1/+7
2018-09-10osmo_interact/common: ignore trailing empty lines in received resultsNeels Hofmeyr1-0/+4
2018-09-10osmo_interact/vty.py: fix parsing of vty loggingNeels Hofmeyr1-1/+7
2018-07-11Move twisted_ipa.py to osmopy libPau Espin Pedrol2-1/+385
2018-01-15Print version before testsMax1-1/+1
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