summaryrefslogtreecommitdiff
path: root/source4/selftest
AgeCommit message (Collapse)AuthorFilesLines
2008-05-30Place the NTP signd socket in the selftest areaAndrew Bartlett1-0/+2
(This used to be commit e2fa3788110698cd3340dfed8acd36744a27a5e5)
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-29Add samba4-slow file listing tests that succeed but are just slow.Jelmer Vernooij1-17/+26
Added a 'make slowtest' target that does run these tests. Also added some comments in the test lists files. (This used to be commit f67f3422b0fd319a3c6d3ccb3ea444a97c3ebaae)
2008-05-29Allow full-line comments in include/exclude files.Jelmer Vernooij1-0/+1
(This used to be commit 4095f3c358a39d9eb8a1bcef52e49d44ea8fbd2a)
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-23Report full 'path' of unexpected test results for easier inclusion in ↵Jelmer Vernooij1-1/+3
knownfailure file. (This used to be commit 33cc9b0f5fae7510d490928195016cf7fe3bbe42)
2008-05-23selftest: Use convenience function for prepending paths to environment ↵Jelmer Vernooij1-6/+11
variables. (This used to be commit f71cb65a9057fb426748dd5fe45cf2962da42ae4)
2008-05-23Self PYTHONPATH from selftest.Jelmer Vernooij1-0/+1
(This used to be commit f7e350368b40f575b312d4e0045981d9b1dcadfe)
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 Vernooij2-2/+2
(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 Vernooij2-2/+2
(This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-0/+6
(This used to be commit 8d9812bada2801f93eb47270287b3c083a3e9df8)
2008-04-17Run samba3sam.js with bin/smbscript explicitly.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 12fa30765361ed9b2e80951baa739ae4aba3fffe)
2008-04-17Add useful provisioning debugging optionsSimo Sorce1-0/+6
(This used to be commit 3f46eb95e47828ba1db236d584933c997cb0c170)
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-16Mention the actual exit code when a suite failed.Jelmer Vernooij1-1/+3
(This used to be commit 46ad68ad0b9c604a6519de68c9bce8f5154b5c14)
2008-04-16Merge branch 'wbinfo-test' of ↵Jelmer Vernooij1-1/+2
git://git.samba.org/kai/samba/kai-work-in-progress into v4-0-selftest (This used to be commit 56340a5fa1b075001bba829686861a59406e1f5d)
2008-04-16Provide the right error count to formatters.Jelmer Vernooij1-1/+1
(This used to be commit f22602797fe841859c67558bb78e04c98b9e27e0)
2008-04-16Properly warn about exit codes that indicate success while tests claimJelmer Vernooij1-0/+3
failure. (This used to be commit 92873264d707bed88beac54a73a29d66c011f80c)
2008-04-16Support knownfail Subunit command.Jelmer Vernooij1-2/+13
(This used to be commit ad58a508542bd93115be0ad826fb93aa3d349658)
2008-04-15Deal with commands not even starting.Jelmer Vernooij1-6/+10
(This used to be commit 0f789e6779eca38d93b968a0ffbbb8559ce483f1)
2008-04-15blackbox: Add many more tests for wbinfoKai Blin1-1/+2
(This used to be commit 0a2942f6e948177fcc671eae705e6e61644de81c)
2008-04-15Add some documentation about the expected testsuite output.Jelmer Vernooij1-3/+43
(This used to be commit a24651d649d24589a6c65e7bc4be9c49fdc80b2a)
2008-04-15Add some documentation on test behaviour in selftest.Jelmer Vernooij1-12/+29
(This used to be commit e8e9f2cc7b0503e30b211094f452829395a73eec)
2008-04-15Fix some of the winbind tests.Andrew Bartlett2-2/+2
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-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-0/+1
(This used to be commit c0416a0b73f06ef57db1b83a75433e36b93a9981)
2008-04-08Re-add support for the --ldap-backend-port option to provision-backendAndrew Bartlett1-5/+0
This option allows Fedora DS multi-master replication to work. I've tried to update the wiki and scripts to the largely consistant with each other. Andrew Bartlett (This used to be commit 42393c830733b2cc99ebccdafe944fcf3d82734f)
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-28Convert some more files to GPLv3.Andrew Kroeger8-8/+8
(This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
2008-03-27selfteset: oplocks are enabled by default nowStefan Metzmacher1-3/+0
metze (This used to be commit 9342c4f5ff2be16c9771fd07fbec87076af2e681)
2008-03-18selftest: fix parsing of Subunit resultsStefan Metzmacher1-30/+1
This reverts parts of 903eb9a23d80576f5df2d90a0e025f2366ffe4c6 and 9196213c49532ac60349ff55e66430b7c80b09c2. metze (This used to be commit 5f5fa368c2ca472409c0082400b6e26029dfd7b5)
2008-03-18selftest: use a separate var for printing out sub parts of lines with \rStefan Metzmacher1-2/+4
This restores the bahavior of the $_ variable in the code that detects expected failures. metze (This used to be commit 903eb9a23d80576f5df2d90a0e025f2366ffe4c6)
2008-03-17selftest: handle progress output in verbose modeStefan Metzmacher3-4/+31
metze (This used to be commit 9196213c49532ac60349ff55e66430b7c80b09c2)
2008-03-13Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett1-1/+1
This reworks quite a few parts of our provision system to use CN=NETBIOSNAME as the domain for member servers. This makes it clear that these domains are not in the DNS structure, while complying with our own schema (found by OpenLDAP's schema validation). Andrew Bartlett (This used to be commit bda6a38b055fed2394e65cdc0b308a1442116402)
2008-03-13Update the provision scripts and selftest for LDAPAndrew Bartlett1-1/+9
This should allow us to provision onto an OpenLDAP backend again. Also ensure we always have a sysvol and netlogon share in the selftest environment. Andrew Bartlett (This used to be commit b2d9b03ba3434e76d4d476233a198728523d17f9)
2008-03-04selftest: use the same oplocktimeout for smbtorture as for smbdStefan Metzmacher1-1/+1
metze (This used to be commit 18e27aef7be9b21f65f72ab4c656778ce0c23953)
2008-03-02Fix blackbox.kinit test by issuing new certificates good for 25 years.Andrew Kroeger1-34/+49
(This used to be commit 4f40c5940b4aa4343152cf367566d4d26765e234)
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-26selftest: Samba4 passes all oplocks tests nowStefan Metzmacher1-0/+6
The support for oplocks is not completely finished I believe we will not pass some non existing test. But it's a good start. metze (This used to be commit 278eea57fa9f59908672c935187f942e7780f0aa)