selftest: move make_txt_record() onto self in samba.tests.dns
authorAndrew Bartlett <abartlet@samba.org>
Wed, 31 May 2017 01:57:25 +0000 (13:57 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 10 Jun 2017 19:48:21 +0000 (21:48 +0200)
commit589a6621ee4bc4ba69c436b1c304f7de3efda627
tree9c31657282de2a950342e235457c357db5ec2c0b
parent3d313f7da5e576f6947672368971484e20c4134c
selftest: move make_txt_record() onto self in samba.tests.dns

This will help unifying dns.py and dns_tkey.py to use common subclasses

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
python/samba/tests/dns.py