selftest: Clean up ldb on tearDown from each packet in TrafficEmulatorPacketTests
authorAndrew Bartlett <abartlet@samba.org>
Sun, 20 May 2018 22:40:00 +0000 (10:40 +1200)
committerJeremy Allison <jra@samba.org>
Tue, 22 May 2018 22:53:25 +0000 (00:53 +0200)
commitc8d7e4c8985ab08b8f5580c1d823cf6b54b273c7
tree90bb57139137983e42b1bbc3a694133af8c3fd02
parent7049b2153b08152f03a0fcbb1817b430fe0a8451
selftest: Clean up ldb on tearDown from each packet in TrafficEmulatorPacketTests

Otherwise the LDB (and so the server resources) are in use until the end of the whole test
due to the way the objects are maintained in python for reporting.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed May 23 00:53:25 CEST 2018 on sn-devel-144
python/samba/tests/emulate/traffic_packet.py