summaryrefslogtreecommitdiff
path: root/source4/selftest
AgeCommit message (Collapse)AuthorFilesLines
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)
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-21selftest: fix --socket-wrapper-pcapStefan Metzmacher1-1/+1
metze (This used to be commit f5ff4a571cdf7d00d065f4a4996880020f1f459f)
2008-02-21Make setup/provision the name of the python provision script now that that ↵Jelmer Vernooij1-2/+2
is the default. (This used to be commit a0a05c5a3d614d0f2936ecfcab5273a2ef7d61a8)
2008-02-21Be consistant about --ldap-backend-typeAndrew Bartlett1-1/+2
Make the EJS provision and the selftest scripts both use the new syntax for speicifying the ldap backend type. Andrew Bartlett (This used to be commit b1d2584277304be3f2a640465cbf6b2a3ec571cc)
2008-02-20Fix nbt tests.Jelmer Vernooij1-1/+1
(This used to be commit 7bbe48af5568ffc4e4873692316673fd974ef4ef)
2008-02-19Add VDE switch management functions.Jelmer Vernooij1-1/+26
(This used to be commit 5ad9bc7dd9b8a3b37e0acd77eaecc5ee71d7b422)
2008-02-19Initial work on vde support.Jelmer Vernooij2-7/+21
(This used to be commit 9b0dcac0bd805c3e1741448167b461c3fa0e33fd)
2008-02-19Only set "interfaces = " line for client when necessary.Jelmer Vernooij1-1/+3
(This used to be commit 89fd6e9d0c3d0cb2fa3b8109e82f377cd7877a2e)
2008-02-19Add kvm name.Jelmer Vernooij1-1/+1
(This used to be commit 228710e2656f8635697cdf4b7ce0c931683fbf86)
2008-02-19Allow loading kvm snapshots.Jelmer Vernooij1-1/+5
(This used to be commit 8ef295bb9cba4a47ff19894364e9d5f4dc15a935)
2008-02-19Allow connecting to screen.Jelmer Vernooij2-3/+3
(This used to be commit a021408c9d78260b9abf7ebec4230b7958033a38)
2008-02-19Start dhcp server for kvm machine.Jelmer Vernooij2-16/+70
(This used to be commit a54507dbd6bfaafb42eb95ec8a57897096b19583)
2008-02-19Start and kill kvm instance properly.Jelmer Vernooij3-15/+35
(This used to be commit 78e49765a2ec5fac485dbf56143716e151b4b562)
2008-02-19kvm fixes.Jelmer Vernooij2-1/+4
(This used to be commit 3a5e2f9ba3131a2a264e21640db8bea255fe9ea3)
2008-02-19Add Kvm start code.Jelmer Vernooij2-0/+26
(This used to be commit 6308c134b225dfa8574aa1370a7874ed6e572ccc)
2008-02-19Add framework for Kvm test.Jelmer Vernooij2-3/+66
(This used to be commit e4efbb2906f4f3876986e21c12b58791c3526bed)
2008-02-18Fix local tests.Jelmer Vernooij1-2/+3
(This used to be commit 60f2eb404628f9903bbb839a9aaead89c7a5736f)
2008-02-18When not using --immediate, use a one-line progress indicator in selftest.Jelmer Vernooij1-2/+9
(This used to be commit 16b4af184187f29f1f710609ee37029a3f15a294)
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 Tridgell2-1/+16
(This used to be commit af6484f78d273407dd9b264bc4adb33497eee48b)
2008-02-15add some info on running testsAndrew Tridgell1-0/+21
(This used to be commit b6ba0afc1424a1d202626aabf1cd0f28246319a6)
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-09Merge branch 'v4-0-trivial' into v4-0-pythonJelmer Vernooij3-26/+22
(This used to be commit b874f07175ae38a041f53f0e4ac6a4050dcefeae)
2008-02-09Move nmblookup blackbox test closer to the code it tests.Jelmer Vernooij1-2/+2
(This used to be commit 3f24136b56d281580410bf69841c6dece5508d17)
2008-02-09Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ↵Jelmer Vernooij1-22/+17
makefile targets. (This used to be commit ea7d389bcc284d2e9eeff79bce5c285269099ad3)
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-02-07Override KRB5CCNAME so existing Kerberos tickets in the users environment ↵Jelmer Vernooij1-0/+1
don't get overwritten. (This used to be commit 5e740c0dfbda9a6b2f47d953eb27a1fbfcff78b3)
2008-01-22Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij6-7/+32
(This used to be commit 2f57e25f8f692889d9e057e13256f8a24c5ec10c)
2008-01-16selftest: Use "require" rather than "use" keyword so .pm files don't have to ↵Jelmer Vernooij1-3/+3
be provided until used. (This used to be commit 95872d7db8c9bb1914ab4c9860fd8b09e6695cc7)
2008-01-16selftest: Add some more documentation. Rename env => target to avoid confusion.Jelmer Vernooij5-5/+21
(This used to be commit 50b8a16d0cb5e1c4352e73900d1e98a812340cca)
2008-01-16Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett1-1/+1
(This used to be commit c4aba5ad01f5095ad7a9d0d0f1e3c6afedbbd9b7)
2008-01-16Start generating a configuration for the refint overlay. ThisAndrew Bartlett1-0/+6
OpenLDAP module should ensure that after a subtree rename, attributes are still consistant. Andrew Bartlett (This used to be commit f7f765c29b1aca1179a47bdd8712917c3f244f15)
2008-01-16Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett1-0/+3
(This used to be commit d8a805a2544c8864136f77e9086b2a01ae79a1d5)
2008-01-16Make the Fedora DS LDAP backend 'aci' actually work, with better quoting.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit b0657e068148eb0e5f1d69d125faaa29acb8d379)
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)