summaryrefslogtreecommitdiff
path: root/source4/selftest/samba4_tests.sh
AgeCommit message (Collapse)AuthorFilesLines
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)
2008-02-11Fix accidently introduced typo.Jelmer Vernooij1-1/+1
(This used to be commit 6c7aa271b1cb0f5604be54f1aa26e1e3531c8f36)
2008-02-11Remove tests for Samba 3 EJS code.Jelmer Vernooij1-4/+1
(This used to be commit 7aff2ddd8ca1ff68fc704fdb139d81d6daa51115)
2008-02-09Move nmblookup blackbox test closer to the code it tests.Jelmer Vernooij1-2/+2
(This used to be commit 3f24136b56d281580410bf69841c6dece5508d17)
2008-02-09Make the provision test more real, use a foo.example.com for the realm.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit b7ea06850a91b0593178227f713803e9ce98cc47)
2008-02-08Put ldb test output in prefix.Jelmer Vernooij1-1/+1
(This used to be commit af283cd787ef4642fc4ba642ea37a1eede2d2f41)
2008-01-14python: Add simple test for samr python code.Jelmer Vernooij1-0/+1
(This used to be commit 0a039fabcba9510ab600b2e4becbf75a58d2134d)
2008-01-14python: Fix python code for winreg, add test.Jelmer Vernooij1-0/+1
(This used to be commit bd3e6c41c42738fcfcc5cef4e65f0e219d358260)
2008-01-14python: Fix rpcecho tests.Jelmer Vernooij1-1/+1
(This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa)
2008-01-14python: Add simple tests for the DCE/RPC echo interface.Jelmer Vernooij1-0/+1
(This used to be commit 8523740796f3cd739bdc338b5e2855a01bafa540)
2008-01-11python/ldap: Get further.Jelmer Vernooij1-1/+1
(This used to be commit 0c27eabbc40657493dc72f12b4fbdb07b0a3200f)
2008-01-11python: More work getting the LDAP test to compile again.Jelmer Vernooij1-1/+1
(This used to be commit d7a3f9612c40000cb265279598c09f6983305656)
2008-01-11python: Specify right arguments for the ldap test, fix some more calls.Jelmer Vernooij1-1/+1
(This used to be commit 74209fa6b097c6cd3c919dc6a67d998de12fa575)
2008-01-05r26673: selftest: Document the purpose and output format of samba4_tests.sh.Jelmer Vernooij1-0/+19
(This used to be commit 93b80f1ceb1efffd16a489bebd63ec10dd947989)