diff options
| author | Stefan Metzmacher <metze@samba.org> | 2018-12-11 19:42:09 +0100 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2018-12-23 18:15:20 +0100 |
| commit | fc4a8c17ef34aa3690510642277b7203c1973e7e (patch) | |
| tree | 98d03711f1f90bfdd58681119f9c5594c1f44f41 /python | |
| parent | cc2dc2e2b32967f5590bf59146520d760fecbab4 (diff) | |
| download | samba-fc4a8c17ef34aa3690510642277b7203c1973e7e.tar.gz samba-fc4a8c17ef34aa3690510642277b7203c1973e7e.tar.bz2 samba-fc4a8c17ef34aa3690510642277b7203c1973e7e.zip | |
py:dcerpc/raw_protocol: explicitly disconnect additional connections
BUG: https://bugzilla.samba.org/show_bug.cgi?id=7113
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11892
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'python')
| -rwxr-xr-x | python/samba/tests/dcerpc/raw_protocol.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/samba/tests/dcerpc/raw_protocol.py b/python/samba/tests/dcerpc/raw_protocol.py index edc305b756c..818bd42c950 100755 --- a/python/samba/tests/dcerpc/raw_protocol.py +++ b/python/samba/tests/dcerpc/raw_protocol.py @@ -4958,6 +4958,7 @@ class TestDCERPC_BIND(RawDCERPCTest): context_id=2, return_ack=True) self.assertNotEqual(ack2.u.assoc_group_id, ack1.u.assoc_group_id) + conn2._disconnect("End of Test") return def test_assoc_group_ok1(self): @@ -4986,6 +4987,7 @@ class TestDCERPC_BIND(RawDCERPCTest): self.do_single_request(call_id=1, ctx=ctx1, io=inq_if_ids) conn2.do_single_request(call_id=1, ctx=ctx2, io=inq_if_ids) + conn2._disconnect("End of Test") return |
