summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/lsa.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-02 20:11:14 +0100
committerGünther Deschner <gd@samba.org>2009-11-03 22:17:05 +0100
commit58d401bb212b43d05213514f8bb2efa850d4e5c9 (patch)
treed2934de2edb0a62043b1f54eb59ea96048f3e9cf /source4/torture/rpc/lsa.c
parentbff9819521255b3dcd0f04aa585c1ad0385896fd (diff)
downloadsamba-58d401bb212b43d05213514f8bb2efa850d4e5c9.tar.gz
samba-58d401bb212b43d05213514f8bb2efa850d4e5c9.tar.bz2
samba-58d401bb212b43d05213514f8bb2efa850d4e5c9.zip
s4-smbtorture: skip QueryInfoPolicy2 while running RPC-LSA against s3.
This is only supported by s3 when running pdb_ads atm. Guenther
Diffstat (limited to 'source4/torture/rpc/lsa.c')
-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 76246525b2..76b693f052 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;