samba-tool visualize: use correct DC in graph label
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 19 Apr 2018 22:52:31 +0000 (10:52 +1200)
committerNoel Power <npower@samba.org>
Mon, 30 Apr 2018 13:43:18 +0000 (15:43 +0200)
commitf477a7585b606a5f665636868da24da812f46da0
tree7619cca68dacce0f4a02b9931ba5130967deacf8
parenta23d80547545f1d367ef446d6d7173999ca4e97c
samba-tool visualize: use correct DC in graph label

We have been using a random DC (depending to hash order, which was not
random enough on Python 2.7 to affect the tests).

Reported-by: Noel Power <noel.power@suse.com>
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <noel.power@suse.com>
python/samba/netcmd/visualize.py
python/samba/tests/samba_tool/visualize.py