summaryrefslogtreecommitdiff
path: root/source4/selftest/tests.sh
AgeCommit message (Collapse)AuthorFilesLines
2010-04-15s4 python: add a unit test for function dsdb_get_oid_from_attidMatthieu Patou1-0/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-04-10selftest: Support passing --load-list to test runners.Jelmer Vernooij1-0/+15
2010-04-09s4:LDB - fix up "LDAPI" testMatthias Dieter Wallnöfer1-1/+3
Set the "options" environment variable in a deterministic manner.
2010-04-09s4/test: add shemaInfo torture test to automated test suiteKamen Mazdrashki1-0/+1
2010-04-03selftest: for clarity, rename test to testsuiteJelmer Vernooij1-106/+106
2010-03-31s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij1-7/+7
the system.
2010-03-28s4-selftest: use CONFIG_H environment variable to find config.hAndrew Tridgell1-1/+4
2010-03-24s4-selftest: use correct test names.Günther Deschner1-1/+1
Guenther
2010-03-24s4:selftest Test --sign and --encrypt options to ldbsearchAndrew Bartlett1-2/+2
2010-02-19s4:selftest Add test for the RPC proxyAndrew Bartlett1-0/+3
2010-02-15s4-test: use local ldb for urgent_replication testAndrew Tridgell1-1/+1
This test only currently works on a local ldb, as it needs system access.
2010-02-15s4-drs: Test situations for Urgent ReplicationFernando J V da Silva1-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>
2010-02-06s4-ldb: fixed api.py selftestAndrew Tridgell1-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.
2010-01-28s4-drs: implementation of some delete test casesEduardo Lima1-0/+1
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-01-21s4-tests: register new unit testsMatthieu Patou1-0/+1
make unit test emit a visible warning
2010-01-21s4: Create unit tests for python "samba.xattr" moduleMatthieu Patou1-0/+1
2010-01-16s4 selftest: Fix and reenable WINBIND-STRUCT.NETBIOS_NAME testKai Blin1-3/+3
2010-01-16subunit: Import new version.Jelmer Vernooij1-1/+1
2009-12-29netcmd: Add some basic tests.Jelmer Vernooij1-0/+1
2009-12-21s4-tort: Move Schema tests from ldap.py into separate moduleKamen Mazdrashki1-0/+1
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2009-11-28s4:upgrade_from_s3 - Move it back to "setup"Matthias Dieter Wallnöfer1-1/+1
Suggested by Jelmer
2009-11-27s4:tests.sh - Make also here the change from "upgrade" to "upgrade_from_s3"Matthias Dieter Wallnöfer1-1/+1
2009-11-27s4:selftest Add tests for upgradeprovisionAndrew Bartlett1-0/+1
2009-11-18s4:selftest: fix logic for --option=torture:progress=noStefan Metzmacher1-1/+1
metze
2009-11-17s4:selftest: use "dc:local" instead of a hardcoded config fileStefan Metzmacher1-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
2009-11-06s4: DRS-RPC tests added to RPC group of testsKamen Mazdrashki1-1/+4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-11-06s4: Add DRS-UNIT test suite to LOCAL group of tests to be executedKamen Mazdrashki1-0/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-11-05Python tests for the acl module.Zahari Zahariev1-0/+1
Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Author: Zahari Zahariev <zahari.zahariev@postpath.com>
2009-10-23s4-selftest: lower some of the timeouts during make testAndrew Tridgell1-2/+2
This speeds up some of the delay based tests by a lot. There is no need to have long delays during testing.
2009-09-27selftest: Prefer system tap2subunit if available.Jelmer Vernooij1-1/+5
2009-09-26pygensec: Add initial work on a gensec Python module.Jelmer Vernooij1-0/+1
2009-09-24Revert "s4:python fixed subunit tests of dcerpc"Jelmer Vernooij1-6/+6
This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.
2009-09-16Tests for descriptor inheritanceZahari Zahariev1-1/+2
Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-09-04s4:python fixed subunit tests of dcerpcAndrew Tridgell1-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.
2009-08-11s4:torture Add test for the NTP signd serverAndrew Bartlett1-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
2009-08-04s4:torture rework LDAP sort testAndrew Bartlett1-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
2009-07-27s4:kerberos Add test to show that we actually export the keytabAndrew Bartlett1-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
2009-06-18s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett1-0/+1
In particular, ensure that we can acutally change the password under these circumstances. Andrew Bartlett
2009-06-18selftest: Use common function when skipping testsuites based on run-timeJelmer Vernooij1-11/+32
conditions.
2009-06-16python: Add API for accessing available shares.Jelmer Vernooij1-0/+1
2009-06-10fixed some places where RPC-SECRETS needs to be changed to RPC-LSA-SECRETSAndrew Tridgell1-6/+6
this copes with a rename of SECRETS to LSA-SECRETS in an earlier patch by gd
2009-06-09s4-tests: Add separate variable for tap2subunit.Jelmer Vernooij1-2/+3
2009-06-09s4-selftest: change rpc.secrets to rpc.lsa.secrets here as well.Günther Deschner1-5/+5
Guenther
2009-06-04Don't run the RPC-SAMR-LARGE-DC test multiple timesAndrew Bartlett1-1/+1
2009-06-03selftest: Run tests for Samba4 target in the samba 4 testsuite.Jelmer Vernooij1-0/+1
2009-06-03Rename harness2subunit.pl -> tap2subunit to be consistent with theJelmer Vernooij1-1/+1
subunit tools.
2009-06-02Fix pythonpath so subunit can be found.Jelmer Vernooij1-1/+1
2009-05-29Explicitly list RPC-SAMR-PASSWORDS-PWDLASTSET and RPC-SAMR-USERS-PRIVILAGES ↵Andrew Bartlett1-1/+1
as slow
2009-05-16tevent: Remove python module.Jelmer Vernooij1-1/+0
This module didn't have any functionality that we actually used yet, and it was quite small. Tevent is quite low level and perhaps doesn't make much sense to expose directly as a Python module. It was also causing build problems when used with a system-tevent. We can always back later if necessary.
2009-04-21python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵Andrew Bartlett1-0/+1
GUID.__cmp__.