MSDP basic testing for ECHO and SEND done.
This commit is contained in:
parent
07dd81851e
commit
d5a7908a43
6 changed files with 38 additions and 22 deletions
|
|
@ -193,6 +193,7 @@ def oob_send(oobhandler, session, *args, **kwargs):
|
|||
if obj:
|
||||
for name in (a.upper() for a in args if a):
|
||||
try:
|
||||
print "MSDP SEND inp:", name
|
||||
value = OOB_SENDABLE.get(name, _NA_SEND)(obj)
|
||||
ret[name] = value
|
||||
except Exception, e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue