python selftest: split samba3 test into separate tests
authorNoel Power <noel.power@suse.com>
Wed, 21 Mar 2018 18:24:18 +0000 (18:24 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 5 Apr 2018 06:59:08 +0000 (08:59 +0200)
commit7ad012d4118a1031be3111ee5305109a9d3117d0
tree92f1d84a3effae272046fbe20e49a90b3a968423
parentccc0e06caa0d4657f70c2461a63efaa7bd1f6d40
python selftest: split samba3 test into separate tests

This patch splits the tests contained in samba3.py into separate
tests s3idmapdb.py, s3param.py, s3passdb.py, s3registry.py, s3windb.py
This allows test of associated python c-modules to be done independently.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/tests/s3idmapdb.py [new file with mode: 0644]
python/samba/tests/s3param.py [new file with mode: 0644]
python/samba/tests/s3passdb.py [moved from python/samba/tests/samba3.py with 69% similarity]
python/samba/tests/s3registry.py [new file with mode: 0644]
python/samba/tests/s3windb.py [new file with mode: 0644]
selftest/tests.py