samba-tool rodc: consistently use self.outf, not stdout
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 1 Feb 2018 02:28:28 +0000 (15:28 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 9 Feb 2018 06:59:20 +0000 (07:59 +0100)
commitf6f192934c8d170b1786eb2fd09560b7e02b50d4
tree325c304ec0e3b2b970d8129b19c0c55f5111f3c3
parent055b7308d252d3b1501f61884defcd5bbe91049e
samba-tool rodc: consistently use self.outf, not stdout

This increases the output of some commands from the point of view of
tests which read the outf, so we also need to change those tests a
bit.

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