script: Add new (temporary) pure python3 ad-dc test
authorNoel Power <noel.power@suse.com>
Fri, 16 Nov 2018 14:59:01 +0000 (14:59 +0000)
committerNoel Power <npower@samba.org>
Mon, 10 Dec 2018 09:38:22 +0000 (10:38 +0100)
commitfd87c89c643f51dc37540b26e40c47f16152d96f
treee3c2a02dbaff6400964adc12c5980ac8e41a6e5b
parent81043cdf0e90b77a104edddb388fb4f94eb81d28
script: Add new (temporary) pure python3 ad-dc test

Ideally we want all the tests to run under python3 by default (no
special task for this) and then convert the existing '-py3' tasks
to run the python tests with python3.
However at the moment the convertion process is not ready to do this,
for a while we need to run separate autobuild tasks for this.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
script/autobuild.py