diff options
author | Günther Deschner <gd@samba.org> | 2009-10-29 14:50:56 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-30 12:28:49 +0100 |
commit | 3587bb63e21c3f033a17bb493dceb64b05fe85d6 (patch) | |
tree | b634c96fe4287930bba24d62b4d0af7dfdd3a5d7 | |
parent | 2f3a40844dbac11345a9aabf4a3edd71bab3fec6 (diff) | |
download | samba-3587bb63e21c3f033a17bb493dceb64b05fe85d6.tar.gz samba-3587bb63e21c3f033a17bb493dceb64b05fe85d6.tar.bz2 samba-3587bb63e21c3f033a17bb493dceb64b05fe85d6.zip |
s4-smbtorture: skip bigendian tests against s3 in RPC-LSA-SECRETS.
Guenther
-rw-r--r-- | source4/torture/rpc/session_key.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/torture/rpc/session_key.c b/source4/torture/rpc/session_key.c index efedf7e7ef..d0a2009fd1 100644 --- a/source4/torture/rpc/session_key.c +++ b/source4/torture/rpc/session_key.c @@ -158,6 +158,12 @@ static bool test_secrets(struct torture_context *torture, const void *_data) binding->flags |= settings->bindoptions; + if (binding->flags & DCERPC_PUSH_BIGENDIAN) { + if (torture_setting_bool(torture, "samba3", false)) { + torture_skip(torture, "skipping bigendian test against samba3\n"); + } + } + status = dcerpc_pipe_connect_b(torture, &p, binding, &ndr_table_lsarpc, cmdline_credentials, |