summaryrefslogtreecommitdiff
path: root/testsuite/build_farm
AgeCommit message (Collapse)AuthorFilesLines
2001-11-27up the log level for server level security to try to track down theAndrew Tridgell1-2/+1
segvs in the build farm (This used to be commit 228d4fc47b8adbcbda81bffaea09b616b5d89992)
2001-11-27don't use /dev/null for a smbpasswd fileAndrew Tridgell1-1/+3
(This used to be commit 067a4f87ac5dc2b5cf902c42f56923d0c5e29bc2)
2001-11-26Fix up the build farm again.Andrew Bartlett5-3/+54
This should get us 'green' for once... Andrew Bartlett (This used to be commit 042b9e3a6332473dc88c36dd7f99428644324ac4)
2001-11-22Rename $pwd to $test_root to avoid future confusion.Martin Pool1-4/+3
(This used to be commit fa7367a9731bc139ff4611f2781f3ca9bc7f89a7)
2001-11-20Back out the change in 1.11 that set the poorly-named $pwd variable --Martin Pool1-2/+1
for the build farm this is actually the root directory for building, or something like that. Thanks a.b. (This used to be commit 309b718842dc36cd0b74c4c735684cd4613fff01)
2001-11-19Also show $tree in diagnostics.Martin Pool1-0/+1
(This used to be commit af65a01d0d80a86f405439ed5c46cf71026a5eb8)
2001-11-14Give sensible defaults to some variables that are set by the buildMartin Pool1-0/+32
farm but not present in Make. (This used to be commit 0d6d0c31f9aecf1e35487ad26cc2f2c4c7d732f0)
2001-11-14Doc.Martin Pool1-0/+35
Try not to run tests if the user specified --prefix=/usr* or something similar, because it would not be nice(!) to clobber their configuration file and passwords. Eventually I think we want to run the installed versions, but specify different paths for everything. (This used to be commit b18703fc8e15244dd840d1a1e9455a114e3f0408)
2001-09-24If we disable hostname lookups we can at least get a uniform answer for testingAndrew Bartlett2-3/+2
the rhosts and hostsequiv stuff with. Andrew Bartlett (This used to be commit 3a2a96772304bbf04a2bdb2d3a8f9d92df62fc5f)
2001-09-20Fix up the test for some of the quirkier hosts on the farm, and enable oneAndrew Bartlett2-5/+4
previously disabled sub-test. (This used to be commit 4df974527c7dbe88e7cbe9feb8e87f7ce89012b2)
2001-09-20Add and modify some of the various tests I have had sitting around here for aAndrew Bartlett12-10/+147
little while. This should give us a bit more coverage. Andrew Bartlett (This used to be commit 9e5a1d1623872a598c936e596270abe519c36e97)
2001-09-12Fixed typo.Tim Potter1-2/+2
(This used to be commit 2138c4461921b8ac3141231169af1eaa6e85f9ba)
2001-07-08Update tests, start testing password server code, now I have it working andAndrew Bartlett4-4/+4
know what it does... Andrew Bartlett (This used to be commit 51903dbfee2fa2b5d94b1d16ebdbb3356e13884d)
2001-07-05Allow us to vary the log-level, so we can run at level 1 normally,Andrew Bartlett4-8/+12
and push it to 10 when we fail (we redo the test). Also disable the server-level security testing till it know what it does Andrew Bartlett (This used to be commit 805c20452e98c5e3d3fb24537ce722d4318ffa90)
2001-07-05added line-feed at end of templatesAndrew Tridgell1-1/+1
(This used to be commit fe5d38780fe2998576ed0ddbec6996d32cbda4a1)
2001-07-03Running torture-RANDOMIPC on the build farm doesn't go down as a 'good idea' ↵Andrew Bartlett1-1/+1
as its logsfiles are BIG! (This used to be commit bc6160a48282f026845476e632fe365ff2fd63d2)
2001-07-02Fix the torture test, we had the wrong file-name in the testsAndrew Bartlett1-0/+0
Andrew Bartlett (This used to be commit d04ea88b5d4b010d77dec45104dcf6a2b5a071f2)
2001-07-02We need strict locking to pass LOCK4Andrew Bartlett1-1/+3
Andrew Bartlett (This used to be commit 584a14a2163a22d6a532c926040f4f9bcc34463d)
2001-07-02Start of smbtorture based testing. Not all of smbtorture's facilitesAndrew Bartlett24-1/+64
are used, but these ones should pass. Andrew Bartlett (This used to be commit eee251f71071034b6d1a74d192cdabe8e24dc08b)
2001-06-28fixed guest account for build farm boxesAndrew Tridgell2-2/+6
(This used to be commit 0d112d7960353b33e9c5015c39a107a47e6f690d)
2001-06-27Jigger around with the tests a bit moreAndrew Bartlett14-51/+120
We now test security=share, security=user, security=server for both the positive and negitive case (good/bad pw) and check that guest shares work for share level security. The server level security stuff seems to test positive without actualy contating a server (another LIBSMB_PROG based smbd) - I will need to look into that... Andrew Bartlett (This used to be commit 19fdc553d6ab06e53c21425468f86da56f4d9153)
2001-06-27Add the generic funcions file for the basicsmb testsAndrew Bartlett1-0/+21
Andrew Bartlett (This used to be commit b28baf71a7d947cfe8bda546f4e70194da0781da)
2001-06-27Changed some of the tests around, made failures for parts actualy countAndrew Bartlett6-58/+65
Andrew Bartlett (This used to be commit 56a881b2b4957912055fdf053ef37ca2ea3606b8)
2001-06-26Added the basic tests of smb functionality for HEADAndrew Bartlett3-0/+82
This works with the new build farm system Andrew Bartlett (This used to be commit 542977bc4323e041512e91d7a38422e7abc4e5ae)