Testsuite: tidying
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 29 Oct 2014 12:57:00 +0000 (12:57 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 29 Oct 2014 12:57:30 +0000 (12:57 +0000)
test/runtest
test/scripts/0000-Basic/0390
test/scripts/5420-cutthrough-GnuTLS/5420
test/stderr/5420
test/stdout/1006

index 166a701e1c8266ccc910fde9d206aaacf573508e..8435fccfcf5691b4b0fe3ccfa988a1026dfbcd40 100755 (executable)
@@ -485,7 +485,7 @@ RESET_AFTER_EXTRA_LINE_READ:
   s/\d\d-[A-Z][a-z]{2}-\d{4}\s\d\d:\d\d:\d\d/07-Mar-2000 12:21:52/g;
 
   # Time on queue tolerance
-  s/QT=1s/QT=0s/;
+  s/(QT|D)=1s/$1=0s/;
 
   # Eximstats heading
   s/Exim\sstatistics\sfrom\s\d{4}-\d\d-\d\d\s\d\d:\d\d:\d\d\sto\s
@@ -1290,6 +1290,7 @@ return 1;
 #  paniclog, rejectlog, mainlog, stdout, stderr, msglog, mail
 # Search strings starting with 's' do substitutions;
 # with '/' do line-skips.
+# Triggered by a scriptfile line "munge <name>"
 ##################################################
 $munges =
   { 'dnssec' =>
@@ -1301,8 +1302,11 @@ $munges =
     'gnutls_handshake' =>
     { 'mainlog' => 's/\(gnutls_handshake\): Error in the push function/\(gnutls_handshake\): A TLS packet with unexpected length was received/', },
 
-    'tpda' =>
-    { 'stdout' => '/tpda_event_action =/', },
+    'optional_events' =>
+    { 'stdout' => '/event_action =/', },
+
+    'optional_ocsp' =>
+    { 'stderr' => '/127.0.0.1 in hosts_requ(ire|est)_ocsp/', },
 
   };
 
index 9d3d3ea61601a8a8ea82ae58ce01c20cdd1841e8..8548d8efff87b5202bc8deda99c524df04d78e7a 100644 (file)
@@ -1,5 +1,7 @@
 # .ifdef etc
-munge tpda
+#
+munge optional_events
+#
 exim -bP accept_8bitmime acl_not_smtp acl_smtp_auth acl_smtp_connect acl_smtp_data acl_smtp_etrn acl_smtp_expn acl_smtp_mail acl_smtp_rcpt acl_smtp_vrfy
 ****
 exim -DAA -bP accept_8bitmime acl_not_smtp acl_smtp_auth acl_smtp_connect acl_smtp_data acl_smtp_etrn acl_smtp_expn acl_smtp_mail acl_smtp_rcpt acl_smtp_vrfy
index 446bcc667f066e4d585816cb23ef8456a8e21d69..001e7ae67d183c8dd865a5300a12b961412b09ab 100644 (file)
@@ -1,4 +1,7 @@
 # cutthrough_delivery to target offering TLS
+#
+munge optional_ocsp
+#
 exim -DSERVER=server -bd -oX PORT_D
 ****
 exim -d-all+acl+transport+expand+lists -bs
index 5694e911f662ca2d6ada0463ebcd519f058814bf..64dfc0b120ade59132fceace717ea40a6ffe1e34 100644 (file)
@@ -81,8 +81,6 @@ expanding: ${if eq {$address_data}{userz}{*}{:}}
 127.0.0.1 in hosts_verify_avoid_tls? no (end of list)
   SMTP>> STARTTLS
   SMTP<< 220 TLS go ahead
-127.0.0.1 in hosts_require_ocsp? no (option unset)
-127.0.0.1 in hosts_request_ocsp? yes (matched "*")
  in tls_verify_hosts? no (option unset)
  in tls_try_verify_hosts? no (option unset)
   SMTP>> EHLO myhost.test.ex
index c131da929ac497f655279acda21d923eb4711d36..87903f4ea711d439a94a9a28c39a4cc0298cabd1 100644 (file)
@@ -23,4 +23,4 @@ Connecting to ip6:ip6:ip6:ip6:ip6:ip6:ip6:ip6 port 1225 ... connected
 ??? 221
 <<< 221 myhost.test.ex closing connection
 End of script
-Connecting to ip6:ip6:ip6:ip6:ip6:ip6:ip6:ip6 port 1225 ... failed: Connection refused
+Connecting to ip6:ip6:ip6:ip6:ip6:ip6:ip6:ip6 port 1225 ... connect failed: Connection refused