diff options
author | Günther Deschner <gd@samba.org> | 2009-11-02 20:11:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-03 22:17:05 +0100 |
commit | 58d401bb212b43d05213514f8bb2efa850d4e5c9 (patch) | |
tree | d2934de2edb0a62043b1f54eb59ea96048f3e9cf /source4 | |
parent | bff9819521255b3dcd0f04aa585c1ad0385896fd (diff) | |
download | samba-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')
-rw-r--r-- | source4/torture/rpc/lsa.c | 4 |
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; |