python/test: delete_force() passes on command line args
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 7 Jun 2017 05:44:25 +0000 (17:44 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 15 Jun 2017 15:33:10 +0000 (17:33 +0200)
commit142d8617fe6b0dc4587384c373119d1d6289637c
tree9baab7f7bae44df78df49f6d1747c405f943c622
parentaa61a2212b13d1bb1eb0a7efd87f892038bcc312
python/test: delete_force() passes on command line args

This allows you to use e.g.:

     delete_force(self.ldb, ou, controls=['tree_delete:1'])

Only in tests of course.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/__init__.py