Andrew Bartlett
6e863e5fec
Finally found the magic string to skip the python registry tests.
...
(I really do wish it was clear what strings should be used in this file)
Until these tests authenticate, we can't pass against Samba4, and they
never could pass against AD.
Andrew Bartlett
2008-03-29 09:43:58 +11:00
Stefan Metzmacher
278eea57fa
selftest: Samba4 passes all oplocks tests now
...
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
2008-02-26 09:33:01 +01:00
Stefan Metzmacher
3b78dc7ab2
selftest: we pass the BASE-DEFER_OPEN test
...
We just need to pass the same sharedelay time
to smbtorture as we use for smbd.
metze
2008-02-25 07:42:38 +01:00
Jelmer Vernooij
fe0f2173c0
Use consistent hierarchical naming for tests used in selftest.
...
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.
2008-02-18 21:13:03 +01:00
Jelmer Vernooij
8b33860954
Initial work on a test for samba.tests.samdb
2008-02-13 02:18:45 +01:00
Jelmer Vernooij
3c71aae2a3
Skip offline tests.
2008-02-08 01:19:14 +01:00
Jelmer Vernooij
d029c0bedf
python: No longer skip LDAP tests.
2008-01-11 03:27:26 +01:00
Jelmer Vernooij
d649f73431
r26598: Simplify the way Python tests are run.
2007-12-26 11:57:08 -06:00
Jelmer Vernooij
231ec0777b
r26585: Fix samba3.python tests.
2007-12-26 11:57:04 -06:00
Jelmer Vernooij
15038d9586
r26572: Fix warnings in the Python code.
2007-12-24 01:51:04 -06:00
Jelmer Vernooij
85eeecf997
r26483: Merge ldb module dependency fixes, fix auth python module.
2007-12-21 05:50:41 +01:00
Jelmer Vernooij
e26d0fff6d
r26474: Move credentials-specific kerberos file to credentials subsystem. Fixes missing symbols in some of the python bindings.
2007-12-21 05:50:34 +01:00
Jelmer Vernooij
25e9824531
r26460: Enable ldb python tests.
2007-12-21 05:50:27 +01:00
Jelmer Vernooij
f0fcad0a75
r26189: Add really trivial testsuite for the auth module.
2007-12-21 05:46:41 +01:00
Jelmer Vernooij
bfe54e2f19
r26090: Make building tdb python bindings independent of use of external tdb.
2007-12-21 05:45:59 +01:00
Jelmer Vernooij
afe091d92e
r26077: Import updated TDB bindings.
2007-12-21 05:45:55 +01:00
Jelmer Vernooij
2ceeea14b3
r26075: Ignore registry python test for now.
2007-12-21 05:45:54 +01:00
Jelmer Vernooij
99f5668040
r26070: Skip credentials python tests for now.
2007-12-21 05:45:52 +01:00
Jelmer Vernooij
fc3a8caef7
r26068: Import improved Python bindings for LDB, including tests.
2007-12-21 05:45:51 +01:00
Jelmer Vernooij
9cfa44b438
r25740: More consistent naming for tests, always include environment name in test name.
2007-12-21 05:43:37 +01:00
Jelmer Vernooij
e99e9c167f
r25737: Integrate more of the test recipe code into one file, use
...
different mechanism for determining the quicktest list.
Quicktest is a bit verbose now (reports all the tests not run as SKIP:)
2007-12-21 05:43:36 +01:00
Günther Deschner
b9d53f1eea
r25673: Ignore RPC-FRSAPI for samba4.
...
Guenther
2007-12-21 05:43:08 +01:00
Stefan Metzmacher
39981e5fa2
r25504: run WINBIND tests for samba3
...
metze
2007-10-10 15:07:44 -05:00
Ronnie Sahlberg
cb5bc80136
r25263: add a test to check the accessmasks and ACLs on policy handles returned on the
...
SAMR pipe.
also test which bits in the accessmasks grant which right to perform operations on the returned policy handle
2007-10-10 15:07:01 -05:00
Jelmer Vernooij
d392d6e92b
r24894: Run the libnet tests over just one DCE/RPC transport. Other DCE/RPC tests already check
...
that the DCE/RPC library and interfaces work ok.
2007-10-10 15:03:31 -05:00
Jelmer Vernooij
b5b8e879a1
r24892: Skip some tests that were previously being incorrectly treated as succeeding.
2007-10-10 15:03:30 -05:00
Jelmer Vernooij
93910d92cd
r24882: Use the torture API in BASE-CHARSET.
2007-10-10 15:03:27 -05:00
Jelmer Vernooij
84c94b37fe
r24878: Support specifying a reason for skips/expected failures
2007-10-10 15:03:26 -05:00
Jelmer Vernooij
1ff13ae254
r24835: Put all RPC tests in the list (skipping when necessary), warn if tests aren't there.
2007-10-10 15:03:17 -05:00
Volker Lendecke
df0b3ad90a
r24800: Don't execute RAW-SAMBA3POSIXTIMEDLOCK
...
Thanks jelmer, I was not aware of the difference between knownfail and
skip
2007-10-10 15:03:12 -05:00
Ronnie Sahlberg
b58677fa74
r24767: add a torture test that performs "ping-pong" that works the same way as
...
ping-pong.c
this is a manual test and only makes sense to be used in parallell with
the real ping-pong.c tool
2007-10-10 15:03:07 -05:00
Andrew Tridgell
81355630ff
r24766: forgot to commit this before. It is needed as this never terminates.
2007-10-10 15:03:07 -05:00
Jelmer Vernooij
2a5a0819ee
r24751: Run more tests, remove empty testsuites, more small improvements.
2007-10-10 15:03:02 -05:00
Jelmer Vernooij
ebdb0ce83b
r24689: There is no such test as LDAP-UPTODATENESS.
2007-10-10 15:02:44 -05:00
Jelmer Vernooij
7a1eec6358
r24667: Finally merge the registry improvements that Wilco Baan Hofman and I have
...
been working on for at least half a year now. Contains the following
improvements:
* proper layering (finally!) for the registry library. Distinction is
now made between 'real' backends (local, remote, wine, etc) and
the low-level hive backends (regf, creg, ldb, ...) that are only used
by the local registry backend
* tests for all important hive and registry operations
* re-enable RPC-WINREG tests (still needs more work though, as
some return values aren't checked yet)
* write support for REGF files
* dir backend now supports setting/reading values, creating keys
* support for storing security descriptors
* remove CREG backend as it was incomplete, didn't match the data model
and wasn't used at all anyway
* support for parsing ADM files as used by the policy editor (see lib/policy)
* support for parsing PREG files (format used by .POL files)
* new streaming interface for registry diffs (improves speed and memory usage
for regdiff/regpatch significantly)
... and fixes a large number of bugs in the registry code
2007-10-10 15:02:34 -05:00
Stefan Metzmacher
b8994c3d1c
r22896: we pass SMB2-LOCK now
...
metze
2007-10-10 14:52:30 -05:00
Andrew Bartlett
01ed78d20a
r22875: We want to skip this test, it will fail unless run against IPC$ (which the pattern does not).
...
We need a way to list this against IPC$, but not have this skip entry
override it.
Andrew Bartlett
2007-10-10 14:52:27 -05:00
Stefan Metzmacher
924102aa1d
r22609: skip BASE-UTABLE (400s) and BASE-SMB (837s)
...
maybe we should have a "make completetest"
that includes all benchmark and scanner tests,
which we can run before doing a release...
metze
2007-10-10 14:51:51 -05:00
Stefan Metzmacher
592d2c0017
r22581: disable BASE-UTABLE and BASE-SMB on the ntvfs/cifs share
...
we should maybe disable them complete they're protocol scanners!
and take more than 400s each
metze
2007-10-10 14:51:47 -05:00
Jelmer Vernooij
1b73e6a776
r22339: Run some more tests.
2007-10-10 14:51:06 -05:00
Andrew Bartlett
ce2714884c
r22182: Skip a few tests that will not pass against the ntvfs/posix layer,
...
when testing ntvfs/cifs -> ntvfs/posix too.
Andrew Bartlett
2007-10-10 14:49:58 -05:00
Andrew Bartlett
8a5b3067e9
r21751: These 2 tests pass for me, so add them to the standard test script.
...
Andrew Bartlett
2007-10-10 14:49:23 -05:00
Jelmer Vernooij
f6aa921521
r21732: Use smbtorture for enumerating tests.
2007-10-10 14:49:20 -05:00
Jelmer Vernooij
01befd5211
r21709: Add a list of tests that should be skipped rather than ad-hoc test skipping in various places.
2007-10-10 14:49:16 -05:00