mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
selftest: make ad_dc_default an alias for ad_dc, not ad_dc_ntvfs
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
ac115db1fc
commit
8d1206c920
@ -233,7 +233,7 @@ class GroupCmdTestCase(SambaToolCmdTest):
|
||||
os.environ["DC_PASSWORD"]))
|
||||
self.assertCmdSuccess(result, out, err)
|
||||
self.assertEquals(err, "", "Shouldn't be any error messages")
|
||||
self.assertIn("dn: CN=Domain Users,CN=Users,DC=samba,DC=example,DC=com", out)
|
||||
self.assertIn("dn: CN=Domain Users,CN=Users,DC=addom,DC=samba,DC=example,DC=com", out)
|
||||
|
||||
def _randomGroup(self, base={}):
|
||||
"""create a group with random attribute values, you can specify base
|
||||
|
@ -2082,7 +2082,7 @@ sub check_env($$)
|
||||
|
||||
# aliases in order to split autbuild tasks
|
||||
fl2008dc => ["ad_dc_ntvfs"],
|
||||
ad_dc_default => ["ad_dc_ntvfs"],
|
||||
ad_dc_default => ["ad_dc"],
|
||||
ad_dc_slowtests => ["ad_dc_ntvfs"],
|
||||
ad_dc_backup => ["ad_dc"],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user