Age | Commit message (Collapse) | Author | Files | Lines |
|
metze
(This used to be commit 7688919ab879706450a745b59fe5ef2506c25943)
|
|
metze
(This used to be commit 0b48ca5d3ebe8fe29774d85ee15e473af8c0714d)
|
|
metze
(This used to be commit a21a86543f46f677696eb77c140763414600e24d)
|
|
of pcap files into functions
metze
(This used to be commit dea42ce55965d22ff82279cacd8939b1e133ff1e)
|
|
prefix dir
before using abs_path()
metze
(This used to be commit a3f35f5af4533d7903c2a1e181017b310baa9d71)
|
|
(This used to be commit 913aa17b0278e0861f2662768453e436a3d71e1e)
|
|
(This used to be commit 1b73e6a776a3ef478718f656523d125d28589f5c)
|
|
(This used to be commit 74efac5ce2655e47f8274f484630b82b6d5fcb24)
|
|
metze
(This used to be commit b6b95180d3fb851264fd64eb5a0de4803ee0892a)
|
|
metze
(This used to be commit cf3a176615943fd552bd153a1760cbb21ab75db2)
|
|
(in build-farm mode)
use scalar(localtime()) instead of system("date")
metze
(This used to be commit d1d485fd0c0b9ebc1c9d5635397ee44d7c7406bb)
|
|
metze
(This used to be commit 3d3c0b36cbb0a34b3e241575d79427936aaa8306)
|
|
and pass buildfarm specific msg_ops to run_test()
instead
metze
(This used to be commit e102863020c98565155d1f6f8454db3ac3da884b)
|
|
via function pointers
metze
(This used to be commit 4a77fc9cf5037a851b605dde8f5deb5d22f025c3)
|
|
(This used to be commit 3f85eab5908b8aa6761f23702f987d89f2977179)
|
|
--with-selftest-prefix
metze
(This used to be commit b9dc78c3ad4c636bd8356978c18313ab4277cd64)
|
|
makes the code a bit clearer.
(This used to be commit e3ba5ced0440e736f0f140e12a8c728f79a20bb2)
|
|
Set the default socket_wrapper interface inside the test env setup, so
it actually stays (fixes LOCAL-SOCKET failures).
Andrew Bartlett
(This used to be commit 783c57bf1c0f3dd4249302857936a2b6595e0a7b)
|
|
metze
(This used to be commit 31c9bd4bf2e08a979c7396a56b7bdb124bebfd01)
|
|
(ab)used for messaging.
Andrew Bartlett
(This used to be commit 0a721c3193163f8a12f5410df4c29b6dc00b7035)
|
|
private dir to contain a valid machine account.
It isn't really valid it use the DC's account any more, so extend this
script to also join the domain. This nicely tests out some previously
untested code too!
Andrew Bartlett
(This used to be commit 12f4e6033ed11a010211a4295424588f44f7e5e0)
|
|
and ensure that $prefix exists before it tries to create $prefix/w.
This should fix the build farm. Perhaps we should have a rm -rf
$prefix at the start of this script, as that would have found the
problem, but I want to be careful about that...
Andrew Bartlett
(This used to be commit a230261e83fd9161e60554b74cf8556f36b1af45)
|
|
quicktest to pass).
Ensure that when we fail on the build farm, this ends up in the total
failures.
I think having the 2 different functions for running the tests is just
asking for this kind of failure. The build farm should be a
presentation detail, and not alter the test behaviour.
There is still a gremlin in there, we will fail horribly on the farm,
but not on local tests...
Andrew Bartlett
(This used to be commit 519f3c0575748968ece2f556f370ade98c59ff05)
|
|
- Don't set up environments until necessary
- Add --resetup-environment option
- Add 'none' environment
(This used to be commit ed0410309bfdefb0d31cb247c26b947956fb1137)
|
|
(This used to be commit 9399123a7277dbaf8dd392dd4ec2fe1c0780d486)
|
|
use with Samba 3 or windows easier as well as environments.
(This used to be commit a32cdc06c39b07fbc7a3015ef059cc9143fb6e20)
|
|
(This used to be commit 290815d180b2bf0ba24744b3796905096d07d7b7)
|
|
(This used to be commit 9e95871b3a70310b8c0ca92dfdb595d7cfc559d5)
|
|
(This used to be commit 150bb2238ea91ead3bdde0a34ff801b79bc83ec3)
|
|
(This used to be commit b0e0c5cb94fc6d96dff9acd55ec632e3dd461b17)
|
|
(This used to be commit 36cd3406db06e3101cfede2f3935879cb11eeb93)
|
|
- Allow tests to specify what environment they need to run in (dc and none are thecurrent supported ones).
- Move more Samba4-specific code out of the common code
(This used to be commit dbe9de10287c902f4a5ea5d431dea4a79f9b170b)
|
|
listening, before we continue.
Andrew Bartlett
(This used to be commit 171540e06a3eb42320238ad81bc9993e86137dc7)
|
|
(This used to be commit 4b78ed3a606b6697512f1e4e9b9c6c93816e71f8)
|
|
changes seem to have been lost in the merge, and some variables were
not yet exported.
Andrew Bartlett
(This used to be commit ee9d9fb6c0bd3d4d01dea771025536ff83057072)
|
|
(This used to be commit 8d775e87b58d3f6d87338197728530c94b8c841b)
|
|
(This used to be commit a5000b286d6ffb847edf47404f82ff93173208c4)
|
|
skipping in various places.
(This used to be commit 01befd52111b8c183d78f9e0d80065fe0825b87c)
|
|
This changes the main selftest code to be in perl rather than in shell script.
The selftest script is now no longer a black box but a regular executable that takes
--help.
This adds the following features:
* "make test TESTS=foo" will run only the tests that match the regex "foo"
* ability to deal with expected failures. the suite will not warn about tests
that fail and are known to fail, but will warn about other failing tests and
tests that are succeeding tests but incorrectly marked as failing.
* ability to print a summary with all failures at the end of the run
It also opens up the way to the following features, which I hope to implement later:
* "environments", for example having a complete domains with DCs and domain members
in a testenvironment
* only set up smbd if necessary (not when running LOCAL tests, for example)
* different mktestsetup scripts per target. except for the mktestsetup script, we can
use the same infrastructure for samba 3 or windows.
(This used to be commit 38f867880beb40c691e9713f854426031310629c)
|
|
(This used to be commit 842637f78bbfb66ff669dadf3c7387dbc45feaf8)
|
|
(This used to be commit 8ca927f8883ec7b7e9c91ae2c2df2cac2110601d)
|
|
(This used to be commit b1719ebf3812b79715cf4e549426d798571b4908)
|
|
more properly, I hope to use this as a replacement for the existing
file.
(This used to be commit 1e013aba7697716451c25eeab851b6812b2e066f)
|