mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
selftest: Move samba.tests.dcerpc.rpcecho to chgdcpass:local
Before this patch, no python3-compatible tests ran against any of fl2000dc, vampire_2000_dc or chgdcpass and so an autobuild of the samba-ad-dc-2-py3 environment would fail with no tests to run. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
parent
9a19563eaa
commit
da6530d9d1
@ -638,7 +638,9 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.passwordsetting
|
||||
planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.sites")
|
||||
planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.dnscmd")
|
||||
|
||||
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dcerpc.rpcecho", py3_compatible=True)
|
||||
# Run this against chgdcpass to ensure at least one python3 test
|
||||
# against this autobuild target (samba-ad-dc-2)
|
||||
planpythontestsuite("chgdcpass:local", "samba.tests.dcerpc.rpcecho", py3_compatible=True)
|
||||
|
||||
planoldpythontestsuite("nt4_dc", "samba.tests.netbios", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)
|
||||
planoldpythontestsuite("ad_dc:local", "samba.tests.gpo", extra_args=['-U"$USERNAME%$PASSWORD"'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user