summaryrefslogtreecommitdiffstats
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-02 16:51:00 +0100
committerKarolin Seeger <kseeger@samba.org>2009-11-26 11:40:08 +0100
commit8936f21564c25f7ebe168ed45b78cd85e8f1c2e9 (patch)
tree82c51d6a13fbd78f22518b6d2c63edd3913c1937 /source4
parenta77a18a8f3927f2aa2941af8d9e7585d44241306 (diff)
downloadsamba-8936f21564c25f7ebe168ed45b78cd85e8f1c2e9.tar.gz
samba-8936f21564c25f7ebe168ed45b78cd85e8f1c2e9.tar.xz
samba-8936f21564c25f7ebe168ed45b78cd85e8f1c2e9.zip
s4-smbtorture: skip QueryDomainInformationPolicy test against s3 in RPC-LSA.
Guenther (cherry picked from commit bff9819521255b3dcd0f04aa585c1ad0385896fd) (cherry picked from commit fc8c1b23109b90daf2b185522728d08c921a91af)
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 35a3b0a16b0..76246525b2b 100644
--- a/source4/torture/rpc/lsa.c
+++ b/source4/torture/rpc/lsa.c
@@ -2463,6 +2463,10 @@ static bool test_QueryDomainInfoPolicy(struct dcerpc_pipe *p,
int i;
bool ret = true;
+ if (torture_setting_bool(tctx, "samba3", false)) {
+ torture_skip(tctx, "skipping QueryDomainInformationPolicy test\n");
+ }
+
torture_comment(tctx, "\nTesting QueryDomainInformationPolicy\n");
for (i=2;i<4;i++) {