mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
samba python tests: enable samba.tests.posixacl for python3
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>
This commit is contained in:
parent
c10925e950
commit
ed0844fbb9
@ -806,8 +806,8 @@ for env in ["ad_dc_ntvfs"]:
|
||||
)
|
||||
|
||||
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.upgradeprovisionneeddc")
|
||||
planpythontestsuite("ad_dc:local", "samba.tests.posixacl")
|
||||
planpythontestsuite("ad_dc_no_nss:local", "samba.tests.posixacl")
|
||||
planpythontestsuite("ad_dc:local", "samba.tests.posixacl", py3_compatible=True)
|
||||
planpythontestsuite("ad_dc_no_nss:local", "samba.tests.posixacl", py3_compatible=True)
|
||||
plantestsuite_loadlist("samba4.deletetest.python(ad_dc_ntvfs)", "ad_dc_ntvfs", [python, os.path.join(samba4srcdir, "dsdb/tests/python/deletetest.py"),
|
||||
'$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN', '$LOADLIST', '$LISTOPT'])
|
||||
plantestsuite("samba4.blackbox.samba3dump", "none", [os.path.join(samba4srcdir, "selftest/test_samba3dump.sh")])
|
||||
|
Loading…
Reference in New Issue
Block a user