summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-02 20:11:14 +0100
committerKarolin Seeger <kseeger@samba.org>2009-11-26 11:40:08 +0100
commit43e2ec784d1c0a386c504e438457215062597598 (patch)
tree161812dee3e53c3b479d3b3a5de0ec0c1137a743 /source4
parent8936f21564c25f7ebe168ed45b78cd85e8f1c2e9 (diff)
downloadsamba-43e2ec784d1c0a386c504e438457215062597598.tar.gz
s4-smbtorture: skip QueryInfoPolicy2 while running RPC-LSA against s3.
This is only supported by s3 when running pdb_ads atm. Guenther (cherry picked from commit 58d401bb212b43d05213514f8bb2efa850d4e5c9) (cherry picked from commit 505934c56e0df600aff8d406b7c636f830360257)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/lsa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c
index 76246525b2b..76b693f0520 100644
--- a/source4/torture/rpc/lsa.c
+++ b/source4/torture/rpc/lsa.c
@@ -2506,6 +2506,10 @@ static bool test_QueryInfoPolicyCalls( bool version2,
torture_comment(tctx, "\nTesting %s\n", call);
+ if (version2 && torture_setting_bool(tctx, "samba3", false)) {
+ torture_skip(tctx, "skipping QueryInfoPolicy2 tests\n");
+ }
+
for (i=1;i<=14;i++) {
r.in.handle = handle;
r.in.level = i;