summaryrefslogtreecommitdiff
path: root/source4/script/tests/Samba4.pm
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22498: The initial LDIF import into Fedora DS didn't work, so just push thisAndrew Bartlett1-37/+16
onto the end of dse.ldif. This make Fedora DS work with multiple naming contexts. Andrew Bartlett (This used to be commit 43deee4f938444349ad2d398670537f4537a6072)
2007-10-10r22494: Skip subSchema again, but we will need to remap this objectClass.Andrew Bartlett1-4/+7
Make the Fedora DS backend test again. Andrew Bartlett (This used to be commit 65327a0e4d61e2c9813720f04fe24ffc5c49278b)
2007-10-10r22478: Update the LDAP backend code to handle initialisation of multipleAndrew Bartlett1-56/+140
partitions onto the target LDAP server. Make the LDAP provision run before smbd starts, then stop the LDAP server. This ensures this occurs synchronously, We then restart it for the 'real run' (with slapd's stdin being the FIFO). This required fixing a few things in the provision scripts, with more containers being created via a add/modify pair. Andrew Bartlett (This used to be commit 860dfa4ea1ab2b62d4d4fe0644e0a9b882fdafa1)
2007-10-10r22427: Abort in a few more cases of failure to provision.Andrew Bartlett1-5/+5
Andrew Bartlett (This used to be commit 113544876f419dda185f3dff1c3c3a8833b2551f)
2007-10-10r22420: fix smbd timeoutStefan Metzmacher1-2/+2
metze (This used to be commit 3ac671bd5cd9455de72e2497a6ce100609697885)
2007-10-10r22409: try to fix selftest.pl on systems with old perl versionsStefan Metzmacher1-4/+4
metze (This used to be commit 81a2a144df651bb37995c718fc9f7d7bffa9bac9)
2007-10-10r22398: try to let all tests pass 5400 seconds is not enoughStefan Metzmacher1-1/+1
with the amount of tests we run now. metze (This used to be commit b0a1f730f9d83546064b7438b8dac350eeb32a3b)
2007-10-10r22380: get the output of the exited smbd...Stefan Metzmacher1-0/+4
this shows all the memory leaks now... metze (This used to be commit 29c0b5644953ba6772f44b42cd49901127b250cd)
2007-10-10r22377: implement check_env() for samba4Stefan Metzmacher1-2/+3
metze (This used to be commit 4fe8e724efaced6c04388c70712413dfc1bb9f00)
2007-10-10r22375: implement check_env() logic in the frontendStefan Metzmacher1-0/+8
metze (This used to be commit 0b48ca5d3ebe8fe29774d85ee15e473af8c0714d)
2007-10-10r22337: print out the smbd log output after each testStefan Metzmacher1-1/+25
metze (This used to be commit b6b95180d3fb851264fd64eb5a0de4803ee0892a)
2007-10-10r22311: use different ip-addresses for dc and memberStefan Metzmacher1-10/+14
metze (This used to be commit d5b13e79233090b1bd1c2efbc910336afced015e)
2007-10-10r22305: fix make test using a absolute path forStefan Metzmacher1-2/+2
--with-selftest-prefix metze (This used to be commit b9dc78c3ad4c636bd8356978c18313ab4277cd64)
2007-10-10r22295: Use delegated credentials and kerberos to test the pass-thoughAndrew Bartlett1-4/+3
authenticatication as well as the ntvfs/cifs layer. Andrew Bartlett (This used to be commit a59ec710ce546f3948bdb655dfcb98e2aa55f039)
2007-10-10r22292: Start the LDAP server inside the same fifo as smbd, as OpenLDAP (likeAndrew Bartlett1-16/+19
smbd, but not Fedora DS yet) will then shut down when it looses stdin. This avoids leaving stray slapd processes around, if we don't finish the script to run the kill. Also set KRB5_CONFIG in the smbd process again, as we do actually need this... Andrew Bartlett (This used to be commit 24ca1e180c9c35f0e87d49c9c8f8b936b4c88572)
2007-10-10r22290: Fedora DS is incredibly picky about newlines...Andrew Bartlett1-2/+1
(This used to be commit 0e80f456e87f4c742dee3e1de3d95cd007d09bbc)
2007-10-10r22289: Another fedora ds fixJelmer Vernooij1-1/+1
(This used to be commit 25a7eabc6bca3e7cdc0d0d0bf1b0981873fe7b83)
2007-10-10r22288: Somehow, Jelmer lost a few capital letters. I'll send him a new batch.Andrew Bartlett1-4/+4
Andrew Bartlett (This used to be commit 5e9f7805f067ff029bc916f5bc694d9d9001da72)
2007-10-10r22287: Fix some issues in fedora ds code.Jelmer Vernooij1-4/+6
(This used to be commit e820f1d0f398a6ebfdf5be2f756f9f256d9c88d5)
2007-10-10r22286: Import branch that converted the Samba4 test target code to perl and ↵Jelmer Vernooij1-36/+480
makes the code a bit clearer. (This used to be commit e3ba5ced0440e736f0f140e12a8c728f79a20bb2)
2007-10-10r22260: Use single script for creating Samba 4 test environments. Add first testJelmer Vernooij1-2/+5
that uses the member environment. (This used to be commit 9e3142a1bb3f3b3e06ea1a54215474d88de4d44d)
2007-10-10r22197: fix formatingStefan Metzmacher1-2/+2
metze (This used to be commit 31c9bd4bf2e08a979c7396a56b7bdb124bebfd01)
2007-10-10r22185: Initial work on a 'member' test environment'.Jelmer Vernooij1-4/+41
(This used to be commit 9e0032be03ebd6dd94c98bc6958df0cb998f487e)
2007-10-10r22167: This seems to get Fedora DS to run the tests again.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit b893c63183eaec20ab0000d0c6635672c2893dce)
2007-10-10r22162: get the TEST_LDAP mode working againAndrew Bartlett1-9/+9
Andrew Bartlett (This used to be commit 529575d07aeb269927315eaff121408c1beefa59)
2007-10-10r22161: Clarify exactly where the socket_wrapper should be handled (early),Andrew Bartlett1-9/+8
and ensure that $prefix exists before it tries to create $prefix/w. This should fix the build farm. Perhaps we should have a rm -rf $prefix at the start of this script, as that would have found the problem, but I want to be careful about that... Andrew Bartlett (This used to be commit a230261e83fd9161e60554b74cf8556f36b1af45)
2007-10-10r22156: - Lazy evaluate variable names.Jelmer Vernooij1-19/+39
- Don't set up environments until necessary - Add --resetup-environment option - Add 'none' environment (This used to be commit ed0410309bfdefb0d31cb247c26b947956fb1137)
2007-10-10r22074: More refactoring.Jelmer Vernooij1-13/+22
(This used to be commit b0e0c5cb94fc6d96dff9acd55ec632e3dd461b17)
2007-10-10r21970: Ensure that Fedora DS can be shut down correctly with the stop script:Andrew Bartlett1-1/+1
This needs the pid file to be in the right spot. Andrew Bartlett (This used to be commit cf9993a309ffe605610e4aaa2281576f319b5df0)
2007-10-10r21909: Merge some of my recent improvements to the test infrastructure:Jelmer Vernooij1-28/+72
- Allow tests to specify what environment they need to run in (dc and none are thecurrent supported ones). - Move more Samba4-specific code out of the common code (This used to be commit dbe9de10287c902f4a5ea5d431dea4a79f9b170b)
2007-10-10r21790: Setup the socket_wrapper_dir when we set the environment variable.Andrew Bartlett1-8/+0
Andrew Bartlett (This used to be commit 5c07dbd2487c5c23355ad0e3db6e9f9caf8ce145)
2007-10-10r21743: Always use the 'escaped' LDAPI path.Andrew Bartlett1-3/+13
Wait around for the server to start, so we don't try to contact it during it's starup phase. Andrew Bartlett (This used to be commit f484b0a924809dd8c9861ade8d184fb44b3b5e1f)
2007-10-10r21739: Make it easy to change the log level for the slapd processes, and haveAndrew Bartlett1-3/+3
the logs go to a file. Andrew Bartlett (This used to be commit 9aaa19319718a5a8fcc1df066cbce67eaa3431d8)
2007-10-10r21720: Try to make 'TEST_LDAP=yes make test' work again. These recentAndrew Bartlett1-6/+6
changes seem to have been lost in the merge, and some variables were not yet exported. Andrew Bartlett (This used to be commit ee9d9fb6c0bd3d4d01dea771025536ff83057072)
2007-10-10r21707: Finally merge my (long-living) perlselftest branch.Jelmer Vernooij1-0/+139
This changes the main selftest code to be in perl rather than in shell script. The selftest script is now no longer a black box but a regular executable that takes --help. This adds the following features: * "make test TESTS=foo" will run only the tests that match the regex "foo" * ability to deal with expected failures. the suite will not warn about tests that fail and are known to fail, but will warn about other failing tests and tests that are succeeding tests but incorrectly marked as failing. * ability to print a summary with all failures at the end of the run It also opens up the way to the following features, which I hope to implement later: * "environments", for example having a complete domains with DCs and domain members in a testenvironment * only set up smbd if necessary (not when running LOCAL tests, for example) * different mktestsetup scripts per target. except for the mktestsetup script, we can use the same infrastructure for samba 3 or windows. (This used to be commit 38f867880beb40c691e9713f854426031310629c)