summaryrefslogtreecommitdiff
path: root/test/runtest
AgeCommit message (Collapse)Author
2016-01-16Testsuite: ignore optional OCSP output from -bP testcaseJeremy Harris
2016-01-06Testsuite: ignore dane for -bP outputJeremy Harris
2015-12-20Testsuite: OpenSSL version variancesJeremy Harris
2015-12-18Redis: move from Experimental to mainlineexim-4_87_RC2Jeremy Harris
2015-12-16Testsuite: GnuTLS version changesJeremy Harris
2015-12-16Testsuite: OpenSSL version changesJeremy Harris
2015-12-12Testsuite: add testcase for Redis. Bug 1755Jeremy Harris
2015-12-08Testsuite: fix to ignore SUPPORT_PROXY debug output differenceJeremy Harris
2015-12-02Testsuite: helpful diagnostic for configuration faultJeremy Harris
2015-11-08Testsuite: perl executable location may differJeremy Harris
2015-11-08Testsuite: fix fallout from TLS-by-defaultJeremy Harris
Also handle testsuite run user different from testsuite files owner
2015-11-08TLS: Default tls_advertise_hosts to "*". Bug 1709Jeremy Harris
Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set.
2015-11-08Testsuite: Add munge for EXPERIMENTAL_DSN_INFOJeremy Harris
2015-11-06Transport: permit an empty string for the transport_filter option. Bug 1714Jeremy Harris
2015-10-27Testsuite: allow for sudo -u <user> in test scriptsHeiko Schlittermann (HS12-RIPE)
2015-10-26Testsuite: deal better with -bt output and long test-system ipv4 addressesJeremy Harris
2015-08-19Testsuite: auto-detect the Exim binary in ../src/build*Heiko Schlittermann (HS12)
2015-08-05Testsuite: Avoid requesting TLS cert-status requests from GnuTLS test ↵Jeremy Harris
utility unless wanted
2015-08-02Testsuite: pass GnuTLS despite OCSP whiningJeremy Harris
2015-06-09Testsuite: less agressive PID-hidingJeremy Harris
2015-06-09Testsuite: quieteningJeremy Harris
2015-06-08Truncate delay when peer closes connection. Bug 348Jeremy Harris
This is now possible on Linux, at least.
2015-06-04TLS authenticatorJeremy Harris
2015-05-27Testsuite: Add $USER to env if missingHeiko Schlittermann (HS12)
2015-05-19Testsuite: avoid tryng to run in net 10.Jeremy Harris
2015-05-17Testsuite: Munge the output to fit the ad=… linesHeiko Schlittermann (HS12)
2015-05-07 Log lengthy DNS lookups. Bug 514Jeremy Harris
Original by <derrick.rice@gmail.com>, massaged by JH
2015-05-06Testsuite: Fix the [U]pdate for new testcasesHeiko Schlittermann (HS12)
2015-05-03Testsuite: interlock daemon startup with testcase runJeremy Harris
Required for running on an SD card filesystem, which is subject to obscene delays (possibly flash background processing).
2015-04-25Testsuite: add support for -FLAVOUR optionHeiko Schlittermann (HS12)
This feature allows to save test results as as a "flavo(u)r". E.g. Debian/8 uses special lib-OpenSSL settings. This results in less verbose output of some SSL related tests.
2015-04-25Testsuite: add support for relative name of eximHeiko Schlittermann (HS12)
The runtest script converts a relative name of the binary to an absolute name. This is mainly a comfort feature.
2015-04-25Testsuite: check the TRUSTED_CONFIG_LIST contentHeiko Schlittermann (HS12)
The testsuite relies on trusted configs. Exim needs to be compiled with the TRUSTED_CONFIG_LIST option. The file mentioned in the TRUSTED_CONFIG_LIST needs to meet several conditions.
2015-04-25Testsuite: Auto-detect missing sbin directoriesHeiko Schlittermann (HS12)
The runtest script maps bin directories to matching sbin directories, if they are not already included in the $PATH. This is mainly a comfort feature to find ifconfig on some systems automatically.
2015-04-25Testsuite: unify the fs dependend error messagesHeiko Schlittermann (HS12)
2015-04-24Testsuite: Fix check_dir_size() fs dependenciesJeremy Harris
2015-04-19Testsuite: fix content-scanner interface testsJeremy Harris
2015-04-12recipient verify calloutJeremy Harris
2015-04-12smtp inputJeremy Harris
2015-02-18Testsuite: permit use of IPv6 loopbackJeremy Harris
2015-01-12Testsuite: random number used for DSN MIME boundary can have few digitsJeremy Harris
2015-01-12Move DSN support to mainlineJeremy Harris
Affects bug 893
2014-11-29Testsuite: treat ECONNRESET the same as ECONNREFUSED on the new connectionJeremy Harris
2014-11-26Testsuite: sort output of retry DB dumpsJeremy Harris
Different systems will have dump output in different order so to tidy up the Solaris runs, sort pairs of lines by the leading "word".
2014-11-12Testsuite: munge for unrelated test affected by EXPERIMENTAL_CERTNAMESJeremy Harris
2014-11-12Testsuite: 0393 intermittently spits an extra stderr line. UnimportantJeremy Harris
for the testcase, so ignore it.
2014-11-01Testsuite: tidyingJeremy Harris
2014-10-29Testsuite: tidyingJeremy Harris
2014-10-23Test suite continue past unexpected client errorsTodd Lyons
2014-10-22More regular logging use of H=<name> [<ip>]Jeremy Harris
Note this may affect utilities which parse logs.
2014-10-20Test suite: completely omit 127/8 IPsTodd Lyons