From 4c83248fcf2ee9c5ab995d9ab28bb82677428b61 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 26 Jun 2001 07:41:40 +0000 Subject: Added the basic tests of smb functionality for HEAD This works with the new build farm system Andrew Bartlett (This used to be commit 542977bc4323e041512e91d7a38422e7abc4e5ae) --- testsuite/build_farm/basicsmb.smb.conf.template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 testsuite/build_farm/basicsmb.smb.conf.template (limited to 'testsuite/build_farm/basicsmb.smb.conf.template') diff --git a/testsuite/build_farm/basicsmb.smb.conf.template b/testsuite/build_farm/basicsmb.smb.conf.template new file mode 100644 index 0000000000..3f33973eb9 --- /dev/null +++ b/testsuite/build_farm/basicsmb.smb.conf.template @@ -0,0 +1,24 @@ +[global] + workgroup = TESTWG + log level = 3 + encrypt passwords = yes + server string = Samba %v Build Farm Tests + +[test] + path = PREFIX/testdir + read only = no + +[samba] + path = BUILD_FARM/samba + read only = yes + comment = Samba HEAD Sources + +[samba_2_2] + path = BUILD_FARM/samba_2_2 + read only = yes + comment = Samba 2.2. Sources + +[rsync] + path = BUILD_FARM/rsync + read only = yes + comment = Rsync Sources -- cgit