Rev 11489: dfs tests. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Fri Feb 16 12:44:18 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11489
revision-id: jelmer at samba.org-20070216124407-uwk21820sjr6n46p
parent: svn-v2:21380 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Fri 2007-02-16 13:44:07 +0100
message:
  dfs tests.
added:
  source/torture/ndr/dfs.c       dfs.c-20070216121249-c15ijivki6gd582t-1
modified:
  source/librpc/idl/dfs.idl      svn-v2:6 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flibrpc%2fidl%2fdfs.idl
  source/torture/config.mk       svn-v2:860 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fconfig.mk
  source/torture/ndr/ndr.c       svn-v2:21347 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fndr%2fndr.c
=== added file 'source/torture/ndr/dfs.c'
--- a/source/torture/ndr/dfs.c	1970-01-01 00:00:00 +0000
+++ b/source/torture/ndr/dfs.c	2007-02-16 12:44:07 +0000
@@ -0,0 +1,118 @@
+/* 
+   Unix SMB/CIFS implementation.
+   test suite for dfs ndr operations
+
+   Copyright (C) Jelmer Vernooij 2007
+   
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+   
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+   
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
+
+#include "includes.h"
+#include "torture/ndr/ndr.h"
+#include "librpc/gen_ndr/ndr_dfs.h"
+
+static const uint8_t getmanagerversion_in_data[] = {};
+
+static const uint8_t getmanagerversion_out_data[] = {
+  0x04, 0x00, 0x00, 0x00
+};
+
+static bool getmanagerversion_out_check(struct torture_context *tctx,
+										struct dfs_GetManagerVersion *r)
+{
+	torture_assert_int_equal(tctx, *r->out.version, 4, "version");
+	return true;
+}
+
+static const uint8_t enumex_in_data300[] = {
+  0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00,
+  0x77, 0x00, 0x32, 0x00, 0x6b, 0x00, 0x33, 0x00, 0x64, 0x00, 0x63, 0x00,
+  0x00, 0x00, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
+  0x38, 0xf5, 0x07, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00,
+  0x40, 0xf5, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+  0xa8, 0xf5, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00
+};
+
+static bool enumex_in_check300(struct torture_context *tctx,
+							struct dfs_EnumEx *r)
+{
+	torture_assert_str_equal(tctx, r->in.dfs_name, "w2k3dc", "dfs name");
+	torture_assert_int_equal(tctx, r->in.level, 300, "level");
+	torture_assert(tctx, r->in.total != NULL, "total ptr");
+	torture_assert_int_equal(tctx, *r->in.total, 0, "total");
+	torture_assert_int_equal(tctx, r->in.bufsize, -1, "buf size");
+	torture_assert(tctx, r->in.info != NULL, "info ptr");
+	torture_assert_int_equal(tctx, r->in.info->level, 300, "info level");
+	torture_assert(tctx, r->in.info->e.info300->s == NULL, "info data ptr");
+	return true;
+}
+
+
+static const uint8_t enumex_out_data300[] = {
+  0x00, 0x00, 0x02, 0x00, 0x2c, 0x01, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00,
+  0x04, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x02, 0x00,
+  0x03, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0c, 0x00, 0x02, 0x00,
+  0x00, 0x01, 0x00, 0x00, 0x10, 0x00, 0x02, 0x00, 0x00, 0x02, 0x00, 0x00,
+  0x14, 0x00, 0x02, 0x00, 0x17, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+  0x17, 0x00, 0x00, 0x00, 0x5c, 0x00, 0x57, 0x00, 0x32, 0x00, 0x4b, 0x00,
+  0x33, 0x00, 0x44, 0x00, 0x43, 0x00, 0x5c, 0x00, 0x73, 0x00, 0x74, 0x00,
+  0x61, 0x00, 0x6e, 0x00, 0x64, 0x00, 0x61, 0x00, 0x6c, 0x00, 0x6f, 0x00,
+  0x6e, 0x00, 0x65, 0x00, 0x72, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x74, 0x00,
+  0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+  0x18, 0x00, 0x00, 0x00, 0x5c, 0x00, 0x57, 0x00, 0x32, 0x00, 0x4b, 0x00,
+  0x33, 0x00, 0x44, 0x00, 0x43, 0x00, 0x5c, 0x00, 0x73, 0x00, 0x74, 0x00,
+  0x61, 0x00, 0x6e, 0x00, 0x64, 0x00, 0x61, 0x00, 0x6c, 0x00, 0x6f, 0x00,
+  0x6e, 0x00, 0x65, 0x00, 0x72, 0x00, 0x6f, 0x00, 0x6f, 0x00, 0x74, 0x00,
+  0x32, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+  0x18, 0x00, 0x00, 0x00, 0x5c, 0x00, 0x57, 0x00, 0x32, 0x00, 0x4b, 0x00,
+  0x33, 0x00, 0x44, 0x00, 0x4f, 0x00, 0x4d, 0x00, 0x5c, 0x00, 0x74, 0x00,
+  0x65, 0x00, 0x73, 0x00, 0x74, 0x00, 0x64, 0x00, 0x6f, 0x00, 0x6d, 0x00,
+  0x61, 0x00, 0x69, 0x00, 0x6e, 0x00, 0x72, 0x00, 0x6f, 0x00, 0x6f, 0x00,
+  0x74, 0x00, 0x00, 0x00, 0x18, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00,
+  0x00, 0x00, 0x00, 0x00
+};
+
+static bool enumex_out_check300(struct torture_context *tctx,
+							struct dfs_EnumEx *r)
+{
+	torture_assert_werr_ok(tctx, r->out.result, "return code");
+	torture_assert(tctx, r->out.total != NULL, "total ptr");
+	torture_assert_int_equal(tctx, *r->out.total, 3, "total");
+	torture_assert(tctx, r->out.info != NULL, "info ptr");
+	torture_assert_int_equal(tctx, r->out.info->level, 300, "info level");
+	torture_assert(tctx, r->out.info->e.info300 != NULL, "info data ptr");
+	torture_assert_int_equal(tctx, r->out.info->e.info300->count, 3, "info enum array");
+	torture_assert_str_equal(tctx, r->out.info->e.info300->s[0].dom_root, "\\W2K3DC\\standaloneroot", "info enum array 0");
+	torture_assert_int_equal(tctx, r->out.info->e.info300->s[0].flavor, 256, "info enum flavor 0");
+	torture_assert_str_equal(tctx, r->out.info->e.info300->s[1].dom_root, "\\W2K3DC\\standaloneroot2", "info enum array 1");
+	torture_assert_int_equal(tctx, r->out.info->e.info300->s[1].flavor, 256, "info enum flavor 1");
+	torture_assert_str_equal(tctx, r->out.info->e.info300->s[2].dom_root, "\\W2K3DOM\\testdomainroot", "info enum array 2");
+	torture_assert_int_equal(tctx, r->out.info->e.info300->s[2].flavor, 512, "info enum flavor 2");
+	return true;
+}
+
+struct torture_suite *ndr_dfs_suite(TALLOC_CTX *ctx)
+{
+	struct torture_suite *suite = torture_suite_create(ctx, "dfs");
+
+	torture_suite_add_ndr_pull_fn_test(suite, dfs_GetManagerVersion, getmanagerversion_in_data, NDR_IN, NULL );
+	torture_suite_add_ndr_pull_fn_test(suite, dfs_GetManagerVersion, getmanagerversion_out_data, NDR_OUT, getmanagerversion_out_check );
+
+	torture_suite_add_ndr_pull_fn_test(suite, dfs_EnumEx, enumex_in_data300, NDR_IN, enumex_in_check300 );
+	torture_suite_add_ndr_pull_fn_test(suite, dfs_EnumEx, enumex_out_data300, NDR_OUT, enumex_out_check300 );
+
+	return suite;
+}
+

=== modified file 'source/librpc/idl/dfs.idl'
--- a/source/librpc/idl/dfs.idl	2006-09-23 08:17:14 +0000
+++ b/source/librpc/idl/dfs.idl	2007-02-16 12:44:07 +0000
@@ -16,7 +16,7 @@
 		DFS_MANAGER_VERSION_W2K3	= 4
 	} dfs_ManagerVersion;
 
-	void dfs_GetManagerVersion(
+	[public] void dfs_GetManagerVersion(
 		[out]		dfs_ManagerVersion *version
 		);
 
@@ -381,7 +381,7 @@
 	WERROR dfs_Remove2();
 
 	/* Function 0x15 */
-	WERROR dfs_EnumEx(
+	[public] WERROR dfs_EnumEx(
 		[in]		[string,charset(UTF16)] uint16 dfs_name[],
 		[in]		uint32 level,
 		[in]		uint32 bufsize,

=== modified file 'source/torture/config.mk'
--- a/source/torture/config.mk	2007-02-16 01:08:59 +0000
+++ b/source/torture/config.mk	2007-02-16 12:44:07 +0000
@@ -104,7 +104,8 @@
 			ndr/winreg.o \
 			ndr/atsvc.o \
 			ndr/lsa.o \
-			ndr/epmap.o
+			ndr/epmap.o \
+			ndr/dfs.o
 
 [MODULE::torture_rpc]
 # TORTURE_NET and TORTURE_NBT use functions from torture_rpc...

=== modified file 'source/torture/ndr/ndr.c'
--- a/source/torture/ndr/ndr.c	2007-02-16 01:08:59 +0000
+++ b/source/torture/ndr/ndr.c	2007-02-16 12:44:07 +0000
@@ -45,7 +45,10 @@
 	torture_assert_ntstatus_ok(tctx, data->pull_fn(ndr, data->ndr_flags, ds), 
 							   "pulling");
 
-	return check_fn(tctx, ds);
+	if (check_fn != NULL) 
+		return check_fn(tctx, ds);
+	else
+		return true;
 }
 
 _PUBLIC_ struct torture_test *_torture_suite_add_ndr_pull_test(
@@ -89,6 +92,7 @@
 	torture_suite_add_suite(suite, ndr_atsvc_suite(suite));
 	torture_suite_add_suite(suite, ndr_lsa_suite(suite));
 	torture_suite_add_suite(suite, ndr_epmap_suite(suite));
+	torture_suite_add_suite(suite, ndr_dfs_suite(suite));
 
 	torture_register_suite(suite);
 



More information about the samba-cvs mailing list