Shuffle test order
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 14 Aug 2014 19:47:31 +0000 (20:47 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 14 Aug 2014 19:49:20 +0000 (20:49 +0100)
12 files changed:
test/confs/5800
test/confs/5820 [new file with mode: 0644]
test/confs/5840 [moved from test/confs/5850 with 100% similarity]
test/confs/5890 [deleted file]
test/log/5840 [moved from test/log/5850 with 100% similarity]
test/scripts/5800-DANE/5800 [moved from test/scripts/5890-DANE/5890 with 80% similarity]
test/scripts/5800-DANE/REQUIRES [moved from test/scripts/5890-DANE/REQUIRES with 100% similarity]
test/scripts/5820-DANE-GnuTLS/5820 [moved from test/scripts/5800-DANE-GnuTLS/5800 with 100% similarity]
test/scripts/5820-DANE-GnuTLS/REQUIRES [moved from test/scripts/5800-DANE-GnuTLS/REQUIRES with 100% similarity]
test/scripts/5840-DANE-OpenSSL/5840 [moved from test/scripts/5850-DANE-OpenSSL/5850 with 100% similarity]
test/scripts/5840-DANE-OpenSSL/REQUIRES [moved from test/scripts/5850-DANE-OpenSSL/REQUIRES with 100% similarity]
test/stdout/5800 [moved from test/stdout/5890 with 61% similarity]

index f1bd09d1caf96c0e92a7cfbe5d0a77c8e83fd46c..bd0b77df22db437f4ce2457b759e7701056a72b0 100644 (file)
@@ -1,74 +1,10 @@
-# Exim test configuration 5800
-# DANE
-
-SERVER=
+# Exim test configuration 5890
+# DANE common
 
 exim_path = EXIM_PATH
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
-acl_smtp_rcpt = accept
-
-log_selector =  +tls_peerdn
-
-queue_only
-queue_run_in_order
-
-tls_advertise_hosts = *
-# needed to force generation
-tls_dhparam = historic
-
-# Set certificate only if server
-
-tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
-tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
-
-#tls_verify_hosts = *
-#tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail}
-
-
-# ----- Routers -----
-
-begin routers
-
-client:
-  driver = accept
-  condition = ${if eq {SERVER}{server}{no}{yes}}
-  retry_use_local_part
-  transport = send_to_server
-
-server:
-  driver = redirect
-  data = :blackhole:
-
-
-# ----- Transports -----
-
-begin transports
-
-send_to_server:
-  driver = smtp
-  allow_localhost
-  hosts = 127.0.0.1
-  port = PORT_D
-#  tls_certificate = DIR/aux-fixed/cert2
-#  tls_privatekey = DIR/aux-fixed/cert2
-#  tls_verify_certificates = DIR/aux-fixed/cert2
-
-
-# ----- Retry -----
-
-
-begin retry
-
-* * F,5d,10s
-
-
-# End
diff --git a/test/confs/5820 b/test/confs/5820
new file mode 100644 (file)
index 0000000..f1bd09d
--- /dev/null
@@ -0,0 +1,74 @@
+# Exim test configuration 5800
+# DANE
+
+SERVER=
+
+exim_path = EXIM_PATH
+host_lookup_order = bydns
+primary_hostname = myhost.test.ex
+rfc1413_query_timeout = 0s
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/SERVER%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+
+# ----- Main settings -----
+
+acl_smtp_rcpt = accept
+
+log_selector =  +tls_peerdn
+
+queue_only
+queue_run_in_order
+
+tls_advertise_hosts = *
+# needed to force generation
+tls_dhparam = historic
+
+# Set certificate only if server
+
+tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
+tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
+
+#tls_verify_hosts = *
+#tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail}
+
+
+# ----- Routers -----
+
+begin routers
+
+client:
+  driver = accept
+  condition = ${if eq {SERVER}{server}{no}{yes}}
+  retry_use_local_part
+  transport = send_to_server
+
+server:
+  driver = redirect
+  data = :blackhole:
+
+
+# ----- Transports -----
+
+begin transports
+
+send_to_server:
+  driver = smtp
+  allow_localhost
+  hosts = 127.0.0.1
+  port = PORT_D
+#  tls_certificate = DIR/aux-fixed/cert2
+#  tls_privatekey = DIR/aux-fixed/cert2
+#  tls_verify_certificates = DIR/aux-fixed/cert2
+
+
+# ----- Retry -----
+
+
+begin retry
+
+* * F,5d,10s
+
+
+# End
similarity index 100%
rename from test/confs/5850
rename to test/confs/5840
diff --git a/test/confs/5890 b/test/confs/5890
deleted file mode 100644 (file)
index bd0b77d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Exim test configuration 5890
-# DANE common
-
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-
-# ----- Main settings -----
-
similarity index 100%
rename from test/log/5850
rename to test/log/5840
similarity index 80%
rename from test/scripts/5890-DANE/5890
rename to test/scripts/5800-DANE/5800
index fd7b6d6d3e479eeea0b2a0215954f06ec23d3a58..98a70c115e25c50888931c6aac9484ab15fd2de9 100644 (file)
@@ -6,7 +6,7 @@
 
 exim -be
 
-dnslookup tpda: ${lookup dnsdb {tlsa=_1225._tcp.dane512ee.test.ex} \
+dnslookup tlsa: ${lookup dnsdb {tlsa=_1225._tcp.dane512ee.test.ex} \
                         {$value}{none}}
 
 ****
similarity index 61%
rename from test/stdout/5890
rename to test/stdout/5800
index 815d95942975f6f1f3efea212066d137879e1901..bcbbd88e0b61666e309b24b923e03c1c3cc3d011 100644 (file)
@@ -1,4 +1,4 @@
 > 
-> dnslookup tpda: 3 1 2 3d5eb81b1dfc3f93c1fa8819e3fb3fdb41bb590441d5f3811db17772f4bc6de29bdd7c4f4b723750dda871b99379192b3f979f03db1252c4f08b03ef7176528d000000
+> dnslookup tlsa: 3 1 2 3d5eb81b1dfc3f93c1fa8819e3fb3fdb41bb590441d5f3811db17772f4bc6de29bdd7c4f4b723750dda871b99379192b3f979f03db1252c4f08b03ef7176528d000000
 > 
 >