]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:tests: Run test_idmap_rid.sh against admem_idmap_autorid
authorAndreas Schneider <asn@samba.org>
Tue, 15 Feb 2022 11:33:33 +0000 (12:33 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 23 Feb 2022 10:57:28 +0000 (10:57 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/selftest/tests.py

index 95192ae19aec7ef40607237598b9d835262424f1..3acd5e5180ae13bcea4d3617a6e6f2f6c94a2eb2 100755 (executable)
@@ -878,6 +878,12 @@ for t in tests:
         plantestsuite(t, "ad_member_rfc2307", [os.path.join(samba3srcdir, "../nsswitch/tests/test_idmap_nss.sh"), '$DOMAIN'])
     elif t == "idmap.rid":
         plantestsuite(t, "ad_member_idmap_rid", [os.path.join(samba3srcdir, "../nsswitch/tests/test_idmap_rid.sh"), '$DOMAIN', '2000000'])
+        plantestsuite(t,
+                      "admem_idmap_autorid",
+                      [os.path.join(samba3srcdir,
+                                    "../nsswitch/tests/test_idmap_rid.sh"),
+                       '$DOMAIN',
+                       '2000000'])
     elif t == "idmap.ad":
         plantestsuite(t, "ad_member_idmap_ad", [os.path.join(samba3srcdir, "../nsswitch/tests/test_idmap_ad.sh"), '$DOMAIN', '$DC_SERVER', '$DC_PASSWORD', '$TRUST_DOMAIN', '$TRUST_SERVER', '$TRUST_PASSWORD'])
     elif t == "raw.acls":