summaryrefslogtreecommitdiffstats
path: root/source3/selftest
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:test: rename samba3.blackbox.net_s3_registry_roundtrip -> ↵Michael Adam2011-02-162-2/+2
| | | | samba3.blackbox.net.local.registry.roundtrip
* s3:test: rename samba3.blackbox.net_s3_registry_rpc -> ↵Michael Adam2011-02-161-1/+1
| | | | samba3.blackbox.net.rpc.registry
* s3:test: rename samba3.blackbox.net_s3_registry -> ↵Michael Adam2011-02-161-1/+1
| | | | samba3.blackbox.net.local.registry
* s3:test: rename samba3.blackbox.net_s3_misc --> samba3.blackbox.net.miscMichael Adam2011-02-161-1/+1
|
* s3:test: mark the net_registry_roundtrip test as knownfailMichael Adam2011-02-161-0/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Feb 16 13:45:09 CET 2011 on sn-devel-104
* s3:test: add the registry roundtrip test as ↵Michael Adam2011-02-161-0/+1
| | | | samba3.blackbox.net_s3_registry_roundtrip
* s3:test: add the "blackbox.failure" test to the knownfail testsMichael Adam2011-02-161-0/+1
| | | | This is designed to fail. Its purpose is to test our test infrastructure.
* s3:test: add the failure blackbox test as samba3.blackbox.failureMichael Adam2011-02-161-0/+1
|
* s3:test: add the success blackbox test as samba3.blackbox.successMichael Adam2011-02-161-0/+2
|
* s3-selftest: move all skipped test to skiplist.Günther Deschner2011-02-151-17/+15
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 15 12:52:22 CET 2011 on sn-devel-104
* s3-selftest: when skipping tests, use the selftest/skip file.Günther Deschner2011-02-151-0/+9
| | | | Guenther
* s3: Skip the CHAIN1 testsVolker Lendecke2011-02-111-0/+2
| | | | | | | They are broken with signing. I'll fix that. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Feb 11 17:42:09 CET 2011 on sn-devel-104
* s3-selftest: revamp selftest wscript with s4 one.Günther Deschner2011-02-111-11/+11
| | | | Guenther
* s3-selftest: run the three net tests individually.Günther Deschner2011-02-101-1/+3
| | | | Guenther
* s3-selftest: mark the driver timestamp test as knownfail for now.Günther Deschner2011-02-081-0/+1
| | | | Guenther
* s3-selftest: re-sync with s4-selftest wscript.Günther Deschner2011-01-101-6/+45
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 10 13:41:38 CET 2011 on sn-devel-104
* s3:selftest: mark samba3.posix_s3.smb2.lock (dc).rw-exclusive as known to failStefan Metzmacher2010-12-271-0/+1
| | | | | | | | | | | | | | | | | | This sometimes fails like this: [218/271 in 22m22s] samba3.posix_s3.smb2.lock (dc) UNEXPECTED(failure): samba3.posix_s3.smb2.lock (dc).rw-exclusive REASON: _StringException: _StringException: ../torture/smb2/lock.c:406: status was NT_STATUS_END_OF_FILE, expected NT_STATUS_OK: (../torture/smb2/lock.c:406) command: LD_LIBRARY_PATH=/memdisk/tridge/flakey/b18675/source3/source3/bin/shared:/memdisk/tridge/flakey/b18675/source3/source3/bin: bin/smbtorture4 --configfile=$SMB_CONF_PATH --maximum-runtime=1200 --target=samba3 --basedir=/memdisk/tridge/flakey/b18675/source3/source3/st --option="torture:winbindd_netbios_name=$SERVER" --option="torture:winbindd_netbios_domain=$DOMAIN" --option=torture:localdir=/memdisk/tridge/flakey/b18675/source3/source3/st/dc/share --option=torture:sharedelay=100000 //$SERVER_IP/tmp -U$USERNAME%$PASSWORD smb2.lock 2>&1 | ../selftest/filter-subunit --prefix "samba3.posix_s3.smb2.lock (dc)." expanded command: LD_LIBRARY_PATH=/memdisk/tridge/flakey/b18675/source3/source3/bin/shared:/memdisk/tridge/flakey/b18675/source3/source3/bin: bin/smbtorture4 --configfile=/memdisk/tridge/flakey/b18675/source3/source3/st/client/client.conf --maximum-runtime=1200 --target=samba3 --basedir=/memdisk/tridge/flakey/b18675/source3/source3/st --option="torture:winbindd_netbios_name=LOCALDC2" --option="torture:winbindd_netbios_domain=SAMBA-TEST" --option=torture:localdir=/memdisk/tridge/flakey/b18675/source3/source3/st/dc/share --option=torture:sharedelay=100000 //127.0.0.2/tmp -Utridge%localdc2pass smb2.lock 2>&1 | ../selftest/filter-subunit --prefix "samba3.posix_s3.smb2.lock (dc)." ERROR: Testsuite[samba3.posix_s3.smb2.lock (dc)] REASON: Exit code was 1 metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 27 12:08:51 CET 2010 on sn-devel-104
* s3:selftest: fix knownfail for ↵Stefan Metzmacher2010-12-131-1/+1
| | | | | | | | | | | | | | samba3.posix_s3.rpc.spoolss.*printserver.enum_printers_old The name is in lowercase since commit 35fbc7bbda5851f7172538f79fc79be201f1d521 (s4-smbtorture: Make test names lowercase and dot-separated.) This should avoid intermittent failures in make test. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 13 13:52:18 CET 2010 on sn-devel-104
* s3-selftest: support differing VFSLIBDIR in autoconf and waf build.Günther Deschner2010-12-131-0/+1
| | | | | | | | | With this change make test in the s3 waf build (w/o s4 smbtorture yet) works! Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 13 13:06:05 CET 2010 on sn-devel-104
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-8/+1
| | | | | | | | This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104
* s3/selftest: add some FIXMEsBjörn Jacke2010-12-021-0/+7
| | | | | this needs some rework. Sourced shell code cannot take arguments, at least no portable shell. This generates errors on the buildfarm sind quite a while.
* s3-spoolss: added another intermittent failure to knownfailAndrew Tridgell2010-10-061-0/+1
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 6 11:55:00 UTC 2010 on sn-devel-104
* selftest: make it more obvious we only expect the printjob tests to fail.Günther Deschner2010-10-051-1/+2
| | | | Guenther
* s3-selftest: fix prefix in subunit output.Jelmer Vernooij2010-10-011-3/+3
|
* s3: Add subunit-test target.Jelmer Vernooij2010-10-011-1/+3
|
* s3-selftest: added samba3.posix_s3.rpc.spoolss.printer to knownfailAndrew Tridgell2010-10-011-0/+1
| | | | | | | | this fails intermittently on sn-devel. Guenther suggested adding it to knownfail Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Oct 1 04:37:36 UTC 2010 on sn-devel-104
* s3-waf: add basic make test infrastructure, not able to test yet.Günther Deschner2010-09-292-0/+156
| | | | Guenther
* s3-selftest: added samba3.posix_s3.rap.printing as a knownfailAndrew Tridgell2010-09-261-0/+1
| | | | | this fails intermittently on sn-devel, Günther suggests adding this to knownfail for now
* s3-selftest: Fix test prefixes in subunit output.Jelmer Vernooij2010-09-221-3/+4
|
* s3-selftest: Move Samba3-specific script to source3/selftest.Jelmer Vernooij2010-09-161-0/+44
|
* s3-selftest: add print_test_extended (as called from RPC-PRINTER) to ↵Günther Deschner2010-09-101-0/+1
| | | | | | knownfail list. Guenther
* s3:selftest This test does not fail anymore (Samba4's smbtorture has been fixed)Andrew Bartlett2010-08-181-1/+0
|
* s3-selftest: add samba3.posix_s3.rpc.spoolss.notify to knownfail list.Günther Deschner2010-08-161-0/+1
| | | | Guenther
* s3-selftest: fix testparm tests as non-root.Günther Deschner2010-08-131-1/+4
| | | | | | Thanks to Andreas for pointing this out. Guenther
* s3-selftest: add testparm tests to selftest.Günther Deschner2010-08-131-0/+1
| | | | Guenther
* s3-selftest: fix locktest9 in make selftest.Günther Deschner2010-06-171-2/+2
| | | | Guenther
* s3-selftest: disable domain creds smbclient_s3 tests for now.Günther Deschner2010-06-081-2/+2
| | | | | | | | | | | Not sure they were ever working before. With this patch, make selftest is down to 4 failures from 259 tests. (two times LOCK9 from s3 smbtorture, one spoolss notify test and samba3.posix_s3.unix.info2). Guenther
* s3-selftest: Fix blackbox smbclient s3 tests during make selftest.Günther Deschner2010-06-021-6/+6
| | | | Guenther
* s3:selftest: handle spaces in test namesStefan Metzmacher2010-02-241-1/+2
| | | | metze
* s3:selftest: make wbinfo_s3 work on the "member" server too.Stefan Metzmacher2010-02-241-0/+14
| | | | metze
* s3:selftest: $WORKGROUP doesn't exist, we should use $DOMAINStefan Metzmacher2010-02-231-1/+1
| | | | metze
* s3 test: Make the netbios name test pass againKai Blin2010-02-111-0/+2
|
* s3:selftest: make selftest requires bash for nowStefan Metzmacher2010-02-091-1/+1
| | | | | | So force bash until we removed the dependency to bash. metze
* s3-selftest: use testenv dc so that smbtorture4 actually uses the client ↵Günther Deschner2010-01-181-1/+1
| | | | | | | | configuration. Found while trying to get RPC-SPOOLSS-NOTIFY working against s3. Guenther
* selftest/Samba3: Test smb signing against the member serverStefan Metzmacher2009-03-231-0/+4
| | | | metze
* s3:selftest: fix blackbox.net_s3 testsStefan Metzmacher2009-02-031-1/+1
| | | | metze
* s3:selftest: run test_posix_s3.sh testsStefan Metzmacher2009-02-031-0/+39
| | | | metze
* s3:selftest: pass correct arguments to $SCRIPTDIR/test_smbtorture_s3.shStefan Metzmacher2009-02-021-2/+2
| | | | metze
* s3:selftest: run the same tests as 'make test'Stefan Metzmacher2009-01-301-29/+73
| | | | | | Only the tests with samba4's smbtorture are missing. metze
* selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATHStefan Metzmacher2009-01-301-1/+1
| | | | metze