summaryrefslogtreecommitdiff
path: root/source4/selftest/samba4_tests.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-09-18Move selftest code to top-level.Jelmer Vernooij1-363/+0
2008-09-18Fix python path for systems without tdb installed in the system.Jelmer Vernooij1-1/+1
2008-09-17Fix location of included popt files for systems that don't have popt.Jelmer Vernooij1-1/+1
2008-09-16Avoid running target-specific tests during general test run,Jelmer Vernooij1-2/+3
2008-09-16Move torture/ blackbox tests closer to code they're testing.Jelmer Vernooij1-3/+3
2008-09-16Move ndrdump tests closer to the code they test.Jelmer Vernooij1-1/+1
2008-09-11Fix failures in the winbind struct-based test.Andrew Bartlett1-1/+0
Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6)
2008-09-08Move blackbox.smbclient to test against the member server.Andrew Bartlett1-1/+2
The DC is now using smb signing, so testing for the old SMB versions won't work. Add a new test script to check 'net join' independent of blackbox.smbclient. Andrew Bartlett (This used to be commit 44ff392ffea52e89a3ac096a6d381ae540d3473c)
2008-06-26Move blackbox tests closer to what they're testing.Jelmer Vernooij1-4/+4
(This used to be commit c9b2e2aa861ccc01e5d92cfe468be1f6324ed294)
2008-06-19Remove old ldap.js test, we have replicated it in python now.Andrew Bartlett1-1/+0
This will soon allow the removal of smbscript, once the samba3sam test conversion is complete. Andrew Bartlett (This used to be commit 60c93b9777d9bd7dce89f9024ba767f5404ac72d)
2008-06-19Add a blackbox test for the provision-backend script.Andrew Bartlett1-0/+1
This test (as most tests do :-) found a few bugs, also fixed in this commit. Andrew Bartlett (This used to be commit d96a6482dad54d1d27a87107865e833a9c32cf53)
2008-06-12Missed these on the last commitJim McDonough1-0/+1
(This used to be commit 0e8f946ed02a6d2d9469f9ccab5f3342b2b80725)
2008-06-03selftest: pass torture:writetimeupdatedelay to smbtortureStefan Metzmacher1-1/+5
metze (This used to be commit c285b540cb1c2b554a85ef08a4280f544d9d20cc)
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij1-3/+3
Conflicts: source/samba4-skip (This used to be commit 7b0e0eb346c2f6a240b20fbcf14029539c6512b9)
2008-05-30Don't pass an smb.conf to provision tests.Andrew Bartlett1-3/+3
These tests will create their own smb.conf in their prefix anyway. Andrew Bartlett (This used to be commit c0322e8e27d67655b7498b27df0829aa5682a345)
2008-05-30Make sure reason for skipping is output.Jelmer Vernooij1-1/+0
(This used to be commit 2d1cac54dec1aed9e5258bd44bdd236b5dc92224)
2008-05-29Fix samdb test and enable it.Jelmer Vernooij1-1/+1
(This used to be commit 6b202d3780f8ff50e0bdfa4a749c43b5639e4880)
2008-05-26Remove unused EJS net bindings.Jelmer Vernooij1-1/+0
(This used to be commit 3923414849c5a3b14379e2cd3e61d862150800a6)
2008-05-25Add tests for irpc python bindings.Jelmer Vernooij1-0/+1
(This used to be commit 1ce0632afeb94a69bf286706b3b1f9f4be7ea91f)
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij1-1/+1
(This used to be commit e3178d522c95871f1db35d7e058906502387a553)
2008-05-23Remove unused echo ejs script.Jelmer Vernooij1-1/+0
(This used to be commit 3a6b009d505503b2eb22acadeaac485151ed0173)
2008-05-23Convert samr test to python.Jelmer Vernooij1-1/+1
(This used to be commit 88d473b202e82b462ef82ffdeb4f1710918ffda5)
2008-05-22Fix python imports.Jelmer Vernooij1-0/+2
(This used to be commit 453206665677821b254c18cc67192e007b892f04)
2008-05-12Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij1-1/+1
(This used to be commit 9683f7434c7ea01631d8adae9d43274c77ff51de)
2008-05-11Remove python extension from upgrade script.Jelmer Vernooij1-1/+1
(This used to be commit 5268649b7ef60a2caae9cdf66dfeaf6d2037aba3)
2008-05-11Use system python rather than smbpython.Jelmer Vernooij1-1/+1
(This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
2008-04-17Run samba3sam.js with bin/smbscript explicitly.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 12fa30765361ed9b2e80951baa739ae4aba3fffe)
2008-04-17Run more tests that were previously skipped.Andrew Bartlett1-1/+4
Andrew Bartlett (This used to be commit 4e06b1d684d6893d79dd6cbd32c2f868dcc559da)
2008-04-16Adjust the expectations of the struct based winbind test.Andrew Bartlett1-1/+1
These expectations (such as what happens when we have no trusted domains) were incorrect, compared with Samba3 (which is the reference for this protocol). Andrew Bartlett (This used to be commit 29d5de9e8fb69346e29a95c6fcaefabd018c9447)
2008-04-15blackbox: Add many more tests for wbinfoKai Blin1-1/+2
(This used to be commit 0a2942f6e948177fcc671eae705e6e61644de81c)
2008-04-15Fix some of the winbind tests.Andrew Bartlett1-1/+1
Some of the test expectations were incorrect. Andrew Bartlett (This used to be commit bc0e94360edb99e967dac01a3ecff42de0c1c222)
2008-04-15Add blackbox test for ndrdump, to ensure it at least does notAndrew Bartlett1-0/+1
segfault. Andrew Bartlett (This used to be commit d2fe61a13a8368ceae30c6e7320c8d3d62fbc485)
2008-04-14Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij1-1/+1
(This used to be commit 280339e3d126f5c72dc271051b72839fde0c5c9f)
2008-04-08Add trivial test for unixinfo interface.Jelmer Vernooij1-0/+1
(This used to be commit b6b7171f70114bd27ca8db09964c65cacb9cea92)
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-1/+1
This fixes up the python credentials interface in a number of areas, with the aim of supporting '-k yes' as a command line option. (This enables the use of kerberos). As such, I've had to change the get_credentials call to take a loadparm context, so that the credentials can be initialised correctly. The test_kinit script has been modified to prove that this continues to work, as well as to provide greater code coverage of the kerberos paths. Andrew Bartlett (This used to be commit 727ef40c2b56910028ef3c1092b8eab1bfa6ce63)
2008-03-04selftest: use the same oplocktimeout for smbtorture as for smbdStefan Metzmacher1-1/+1
metze (This used to be commit 18e27aef7be9b21f65f72ab4c656778ce0c23953)
2008-02-29Prove that not supporting ldapi is a bit problem.Andrew Bartlett1-0/+1
For a while now, ldapi support has been busted, but it was only tested when we were running against an external LDAP server. Andrew Bartlett (This used to be commit faf324cac613f9b74e1de46fe490f4973dab995c)
2008-02-25selftest: we pass the BASE-DEFER_OPEN testStefan Metzmacher1-2/+3
We just need to pass the same sharedelay time to smbtorture as we use for smbd. metze (This used to be commit 3b78dc7ab2f8e3faffa2eb3ae2462c133e368be3)
2008-02-20Fix nbt tests.Jelmer Vernooij1-1/+1
(This used to be commit 7bbe48af5568ffc4e4873692316673fd974ef4ef)
2008-02-18Fix local tests.Jelmer Vernooij1-2/+3
(This used to be commit 60f2eb404628f9903bbb839a9aaead89c7a5736f)
2008-02-18Use consistent hierarchical naming for tests used in selftest.Jelmer Vernooij1-31/+45
This is mainly cosmetical and so it would in the future be possible to print a tree of the tests. People using "make test TESTS=..." may have to specify a slightly different regular expression than they used to. (This used to be commit fe0f2173c006573513f54c45c7bbc9d6855494af)
2008-02-15Unconditionally run the python tests.Jelmer Vernooij1-30/+26
(This used to be commit 0ab4428fce9f2b970dfbced3b5dfea7ec688760a)
2008-02-15added blackbox testing of gentestAndrew Tridgell1-0/+1
(This used to be commit 716345fd38dfd8c6e610fbd6ba84c4f33e3edbb9)
2008-02-15added a blackbox test for masktestAndrew Tridgell1-0/+1
(This used to be commit 05a110123df2372418e2ef2fd8f269b92054069c)
2008-02-15converted locktest to use popt and cmdline utility codeAndrew Tridgell1-1/+1
(This used to be commit 625ea49a95cbdb507ea5b191f75ffa27e25cdb90)
2008-02-15added blackbox testing for locktestAndrew Tridgell1-0/+1
(This used to be commit af6484f78d273407dd9b264bc4adb33497eee48b)
2008-02-13Initial work on a test for samba.tests.samdbJelmer Vernooij1-0/+1
(This used to be commit 8b33860954ca03be1ea45fd8d40963dbbd5b162f)
2008-02-12Mark the reprovision test as known failing for now.Jelmer Vernooij1-1/+2
(This used to be commit 5d4396ae232525be139a91b36f8c7177e46627ae)
2008-02-12Reintroduce samba3sam EJS test, at least until the Python test is ready.Jelmer Vernooij1-0/+2
(This used to be commit 13deb25214b2711836e243a87166b63a4a87270b)
2008-02-12Add blackbox test for provisioning code to make sure it can be run more than ↵Jelmer Vernooij1-1/+1
once in a row. (This used to be commit 42466d960c86b692ef5e03c045ba24591c5c6f84)