summaryrefslogtreecommitdiffstats
path: root/source4/selftest/tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* s4:smb_server: add dfs smbtorture to selftestsMatthieu Patou2010-05-181-0/+6
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4:passwords.py - add a python unittest for additional testing of my ↵Matthias Dieter Wallnöfer2010-05-101-0/+1
| | | | | | | | passwords work This performs checks on direct password changes over LDB/LDAP. Indirect password changes over the RPCs are already tested by some torture suite (SAMR passwords). So no need to do this again here.
* s4 python: add a unit test for function dsdb_get_oid_from_attidMatthieu Patou2010-04-151-0/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* selftest: Support passing --load-list to test runners.Jelmer Vernooij2010-04-101-0/+15
|
* s4:LDB - fix up "LDAPI" testMatthias Dieter Wallnöfer2010-04-091-1/+3
| | | | Set the "options" environment variable in a deterministic manner.
* s4/test: add shemaInfo torture test to automated test suiteKamen Mazdrashki2010-04-091-0/+1
|
* selftest: for clarity, rename test to testsuiteJelmer Vernooij2010-04-031-106/+106
|
* s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij2010-03-311-7/+7
| | | | the system.
* s4-selftest: use CONFIG_H environment variable to find config.hAndrew Tridgell2010-03-281-1/+4
|
* s4-selftest: use correct test names.Günther Deschner2010-03-241-1/+1
| | | | Guenther
* s4:selftest Test --sign and --encrypt options to ldbsearchAndrew Bartlett2010-03-241-2/+2
|
* s4:selftest Add test for the RPC proxyAndrew Bartlett2010-02-191-0/+3
|
* s4-test: use local ldb for urgent_replication testAndrew Tridgell2010-02-151-1/+1
| | | | | This test only currently works on a local ldb, as it needs system access.
* s4-drs: Test situations for Urgent ReplicationFernando J V da Silva2010-02-151-0/+1
| | | | | | | Checks if the partition's uSNUrgent is updated or not, depending on the class of the object which is created, modified or deleted. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-ldb: fixed api.py selftestAndrew Tridgell2010-02-061-1/+1
| | | | | subunitrun seemed to be calling a test from its own source, instead of the samba test. Fix this by calling the test directly.
* s4-drs: implementation of some delete test casesEduardo Lima2010-01-281-0/+1
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-tests: register new unit testsMatthieu Patou2010-01-211-0/+1
| | | | make unit test emit a visible warning
* s4: Create unit tests for python "samba.xattr" moduleMatthieu Patou2010-01-211-0/+1
|
* s4 selftest: Fix and reenable WINBIND-STRUCT.NETBIOS_NAME testKai Blin2010-01-161-3/+3
|
* subunit: Import new version.Jelmer Vernooij2010-01-161-1/+1
|
* netcmd: Add some basic tests.Jelmer Vernooij2009-12-291-0/+1
|
* s4-tort: Move Schema tests from ldap.py into separate moduleKamen Mazdrashki2009-12-211-0/+1
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4:upgrade_from_s3 - Move it back to "setup"Matthias Dieter Wallnöfer2009-11-281-1/+1
| | | | Suggested by Jelmer
* s4:tests.sh - Make also here the change from "upgrade" to "upgrade_from_s3"Matthias Dieter Wallnöfer2009-11-271-1/+1
|
* s4:selftest Add tests for upgradeprovisionAndrew Bartlett2009-11-271-0/+1
|
* s4:selftest: fix logic for --option=torture:progress=noStefan Metzmacher2009-11-181-1/+1
| | | | metze
* s4:selftest: use "dc:local" instead of a hardcoded config fileStefan Metzmacher2009-11-171-3/+3
| | | | | | | | | | If a tests needs access to the dc's config, it should run as "dc:local", then it can also access unix named pipes... If we pass a hardcoded config file the test fails if you use a selftest_prefix. metze
* s4: DRS-RPC tests added to RPC group of testsKamen Mazdrashki2009-11-061-1/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4: Add DRS-UNIT test suite to LOCAL group of tests to be executedKamen Mazdrashki2009-11-061-0/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Python tests for the acl module.Zahari Zahariev2009-11-051-0/+1
| | | | | | Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Author: Zahari Zahariev <zahari.zahariev@postpath.com>
* s4-selftest: lower some of the timeouts during make testAndrew Tridgell2009-10-231-2/+2
| | | | | This speeds up some of the delay based tests by a lot. There is no need to have long delays during testing.
* selftest: Prefer system tap2subunit if available.Jelmer Vernooij2009-09-271-1/+5
|
* pygensec: Add initial work on a gensec Python module.Jelmer Vernooij2009-09-261-0/+1
|
* Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij2009-09-241-6/+6
| | | | This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.
* Tests for descriptor inheritanceZahari Zahariev2009-09-161-1/+2
| | | | | Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:python fixed subunit tests of dcerpcAndrew Tridgell2009-09-041-6/+6
| | | | | | The version of the unitest python module in Ubuntu Jaunty doesn't seem to support this many level of subdirectories. Moving the tests up one level solves the problem.
* s4:torture Add test for the NTP signd serverAndrew Bartlett2009-08-111-0/+2
| | | | | | | | This is used by at patch to the NTP project to supply authenticated time as required by MS-SNTP. (ie, to keep windows clients in time sync in the domain) Andrew Bartlett
* s4:torture rework LDAP sort testAndrew Bartlett2009-08-041-1/+1
| | | | | | | | | | This reworks the test to be part of the LDAP tests, to make better use of the torture API and the ldb API (in particular around adding controls), and a general cleanup. This also adds the test to the 'make test' run. Andrew Bartlett
* s4:kerberos Add test to show that we actually export the keytabAndrew Bartlett2009-07-271-0/+1
| | | | | | | | | | While it is hard to prove it is correct, at least the new 'nettestuser' principal and the Administrator principal are correct. We had to fix the case of 'Administrator' in the selftest code to match the DB, as the keytab lookup is case sensitive. Andrew Bartlett
* s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett2009-06-181-0/+1
| | | | | | | In particular, ensure that we can acutally change the password under these circumstances. Andrew Bartlett
* selftest: Use common function when skipping testsuites based on run-timeJelmer Vernooij2009-06-181-11/+32
| | | | conditions.
* python: Add API for accessing available shares.Jelmer Vernooij2009-06-161-0/+1
|
* fixed some places where RPC-SECRETS needs to be changed to RPC-LSA-SECRETSAndrew Tridgell2009-06-101-6/+6
| | | | | this copes with a rename of SECRETS to LSA-SECRETS in an earlier patch by gd
* s4-tests: Add separate variable for tap2subunit.Jelmer Vernooij2009-06-091-2/+3
|
* s4-selftest: change rpc.secrets to rpc.lsa.secrets here as well.Günther Deschner2009-06-091-5/+5
| | | | Guenther
* Don't run the RPC-SAMR-LARGE-DC test multiple timesAndrew Bartlett2009-06-041-1/+1
|
* selftest: Run tests for Samba4 target in the samba 4 testsuite.Jelmer Vernooij2009-06-031-0/+1
|
* Rename harness2subunit.pl -> tap2subunit to be consistent with theJelmer Vernooij2009-06-031-1/+1
| | | | subunit tools.
* Fix pythonpath so subunit can be found.Jelmer Vernooij2009-06-021-1/+1
|
* Explicitly list RPC-SAMR-PASSWORDS-PWDLASTSET and RPC-SAMR-USERS-PRIVILAGES ↵Andrew Bartlett2009-05-291-1/+1
| | | | as slow