osmo-python-tests/scripts
Max ec3944e7ae ctrl2cgi: fix deferred callbacks
Previously handle_reply() was marked as deferred callback unlike soap.py
where it's synchronous function. This seems to be causing issues where
some of the callbacks are not yield properly. Let's move to the
known-to-work semantics of soap.py where async functions are limited to
Trap() class.

Change-Id: Ib2c28dd7f79cbd28d475de93750703659ddd18f1
Related: SYS#4399
2018-11-28 12:52:48 +00:00
..
ctrl2cgi.py ctrl2cgi: fix deferred callbacks 2018-11-28 12:52:48 +00:00
osmo_ctrl.py osmo_ctrl.py: properly ignore out-of-order traps 2018-11-28 12:37:23 +01:00
osmo_interact_ctrl.py fix osmo_interact_* and osmo_verify_transcript_* after dir split 2017-12-19 15:11:31 +00:00
osmo_interact_vty.py fix osmo_interact_* and osmo_verify_transcript_* after dir split 2017-12-19 15:11:31 +00:00
osmo_rate_ctr2csv.py Add rate counter dumper 2018-01-12 16:43:37 +01:00
osmo_verify_transcript_ctrl.py fix osmo_interact_* and osmo_verify_transcript_* after dir split 2017-12-19 15:11:31 +00:00
osmo_verify_transcript_vty.py fix osmo_interact_* and osmo_verify_transcript_* after dir split 2017-12-19 15:11:31 +00:00
osmodumpdoc.py Improve python3 compatibility 2018-01-05 10:15:47 +00:00
osmopy scripts: add symlink to osmopy 2017-12-20 11:11:55 +00:00
osmotestconfig.py Improve python3 compatibility 2018-01-05 10:15:47 +00:00
osmotestvty.py Improve python3 compatibility 2018-01-05 10:15:47 +00:00
soap.py Move Trap class back to separate files 2018-11-27 18:25:23 +01:00