summaryrefslogtreecommitdiff
path: root/test/README
Commit message (Collapse)AuthorAgeFilesLines
* Testsuite: env var for commandJeremy Harris2023-02-261-0/+11
|
* Utility: exim_msgdateAndrew Aitchison2023-02-161-0/+8
|
* Utilities: fix exiqgrep perl syntax, add testcases. Bug 2821Jeremy Harris2022-03-061-0/+6
| | | | Broken-by: df618101a5
* Testsuite: testcase for ClamAV over TCPJeremy Harris2021-01-171-3/+6
|
* Testsuite: Allow input lines starting with ":<cmd>:", like ":sleep:".Heiko Schlittermann (HS12-RIPE)2020-10-051-12/+15
| | | | | | | | | | | | This somehow mimics the behaviour of the client tool, but works for *any* input line that is sent to the application. This reverts the unfortunate take abusing the client's special notation '>>> '. Currently implemented: - :eval: - :neol: - :sleep:
* Testsuite: README: improve searchability of ">>> ", "??? ", …Heiko Schlittermann (HS12-RIPE)2020-10-051-7/+7
|
* Testsuite: Provide '>>> ' for script input to allow binary data (take 2)Heiko Schlittermann (HS12-RIPE)2020-10-041-3/+15
| | | | | | | | | | | This mimics the '>>> ' prefix known for the test client. Any line prefixed with '>>> ' will be processed by Perl's string eval(). As '>>> ' is generic and documented, it replaces the (undocumented) '\NONL\' tag. The client input lines starting with '>>> ' are now changed to '\>>> ' to avoid evaluation by the runtest script. (Test 4030, 1101).
* Revert "Testsuite: Provide '>>> ' for script input to allow binary data"Heiko Schlittermann (HS12-RIPE)2020-10-031-6/+1
| | | | This reverts commit f7ec095232186edba2b7137594bfdd7d7b7f9504.
* Testsuite: Provide '>>> ' for script input to allow binary dataHeiko Schlittermann (HS12-RIPE)2020-10-031-1/+6
| | | | | | | | This mimics the '>>> ' prefix for the test client. Any line prefixed with '>>> ' will be processed by Perl's string eval(). As '>>> ' is generic and documented, it replaces the (undocumented) '\NONL\' tag.
* Testsuite: build a generic tls enabled client: client-anytlsHeiko Schlittermann (HS12-RIPE)2020-02-261-0/+3
|
* Testsuite: avoid picking 0.0.0.0 as the HOSTIPV4; permit 10.0/8 apart from ↵Jeremy Harris2019-09-201-1/+1
| | | | | | | | 10.250.0/16 Solaris leaves 0.0.0.0 lying around (for not-UP interfaces) The suite only needs testspace under 10.250.0/16 so we can permit the ret, making testing on many NATted 10.0/8 subnets possible.
* testsuite: interlock callout testsJeremy Harris2019-07-281-3/+5
|
* spelling fixesklemens2018-12-201-1/+1
|
* Testsuite: document noisy-comment script commandsJeremy Harris2018-11-201-0/+5
|
* Testsuite: client script faciility for handling optional reponsesJeremy Harris2018-10-141-4/+13
| | | | | Use this to deal with fallout from TLS negotiation failure, where the server sees leftover encrypted data as garbage commands.
* Testsuite: tidyingJeremy Harris2018-10-131-1/+1
|
* Testsuite: tweak instructions for running the suiteJeremy Harris2018-06-281-3/+3
|
* Testsuite: add file-inclusion facility to "client" scriptsJeremy Harris2017-02-251-1/+6
|
* Testsuite: add option to insert delays, for very slow test platformsJeremy Harris2017-02-181-0/+3
| | | | | | | An emulated PPC, running as a VM on x86_64, was seeing testcase fails where the trailing few log line were missing in munged output, despite on inspection being present in the spool. Adding a delay before the munge-and-compare made the issue go away.
* Avoid using "-w" option in perl script shebang lines, being incompatible ↵Jeremy Harris2017-01-311-2/+2
| | | | with "env perl"
* 214 spelling fixesJosh Soref2017-01-181-6/+6
|
* PROXY: fix v2 protocol decode. Bugs 2003, 1747Jeremy Harris2017-01-021-1/+7
|
* Testsuite: Add flavour detectionHeiko Schlittermann (HS12-RIPE)2016-11-041-5/+9
|
* Testsuite: Add doc for PORT_DYNAMICHeiko Schlittermann (HS12-RIPE)2016-10-201-2/+7
|
* Testsuite: add clarification about the permissions of the trusted-configs fileHeiko Schlittermann (HS12-RIPE)2016-10-151-2/+3
|
* Logging: connection_reject log selector should apply also to the connect aclJeremy Harris2016-10-021-1/+1
|
* Add automatic macros for compile-time feature optionsJeremy Harris2016-08-221-1/+1
|
* Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800Jeremy Harris2016-03-031-1/+3
|
* Testsuite: enforce different exim/testuser group numbersJeremy Harris2016-02-051-6/+7
|
* GEF 20160130 Changed date in header in test/READMEGraeme Fowler2016-01-301-2/+2
|
* Testsuite: add testcase for Redis. Bug 1755Jeremy Harris2015-12-121-0/+6
|
* Testsuite: Update README about flavoursHeiko Schlittermann (HS12-RIPE)2015-08-191-4/+17
|
* Testsuite: move test.again.dns and test.fail.dns handling to fakensJeremy Harris2015-05-231-7/+0
|
* Testsuite: avoid tryng to run in net 10.Jeremy Harris2015-05-191-1/+1
|
* Testsuite: move manyhome.test,ex handling from exim to fakensJeremy Harris2015-05-181-7/+10
|
* Testsuite: fix scripts for daemon interlockJeremy Harris2015-05-041-0/+5
| | | | Broken-by: f41e05066084
* Testsuite: add hint about usernamesHeiko Schlittermann (HS12)2015-04-251-0/+2
|
* Fix positive testcase for -oMmJeremy Harris2015-03-311-0/+3
|
* SOCKS: as a client, talk SMTP via a socks5 proxy. Bug 1590Jeremy Harris2015-03-151-2/+8
|
* Add retry option to clamd and spamd. Bug 392Jeremy Harris2015-02-091-1/+3
|
* Testsuite: output changes for ipv6Jeremy Harris2014-10-261-1/+1
|
* Correct testuite docJeremy Harris2014-06-151-2/+2
|
* Extra requires/notes for running test suiteTodd Lyons2013-10-191-3/+7
|
* OCSP-stapling enhancement and testing.Jeremy Harris2013-03-251-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Server: Honor environment variable as well as running_in_test_harness in permitting bogus staplings Update server tests Add "-ocsp" option to client-ssl. Server side: add verification of stapled status. First cut server-mode ocsp testing. Fix some uninitialized ocsp-related data. Client (new): Verify stapling using only the chain that verified the server cert, not any acceptable chain. Add check for multiple responses in a stapling, which is not handled Refuse verification on expired and revoking staplings. Handle OCSP client refusal on lack of stapling from server. More fixing in client OCSP: use the server cert signing chain to verify the OCSP info. Add transport hosts_require_ocsp option. Log stapling responses. Start on tests for client-side. Testing support: Add CRL generation code and documentation update Initial CA & certificate set for testing. BUGFIX: Once a single OCSP response has been extracted the validation routine return code is no longer about the structure, but the actual returned OCSP status.
* Add CONTINUE to runtest scriptTodd Lyons2012-07-091-0/+5
|
* Make +smtp_confirmation be a default logging option.Todd Lyons2012-07-061-0/+4
|
* Testsuite: add per-testcase munge facility; use for dnssec and gnutls.Jeremy Harris2012-06-051-0/+6
|
* Merge branch 'master_testsuite_faq'Todd Lyons2012-05-201-0/+27
|\
| * FAQ of running test suiteTodd Lyons2012-05-201-0/+27
| |
* | Testsuite: more guidance in READMEJeremy Harris2012-05-201-4/+6
|/