]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: make ad_dc_default an alias for ad_dc, not ad_dc_ntvfs
authorRalph Boehme <slow@samba.org>
Tue, 26 Nov 2019 12:32:04 +0000 (13:32 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 20 Dec 2019 06:08:40 +0000 (06:08 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
python/samba/tests/samba_tool/group.py
selftest/target/Samba4.pm

index 215219c39181810a24821a5b64a26fa42c04c4c8..9db626ef9232bc0bab2da948207b2d10b3a51956 100644 (file)
@@ -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
index 23dafba15742f36074438ec5118e5c39077b2259..59375637765b82774f57a461596b2cd7b77ff447 100755 (executable)
@@ -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"],