These tests don't actually trigger bug 32588, but they do increase
the coverage of the auto port config code.
Tests for 32588.
20 files changed:
--- /dev/null
+This tor was built with relay mode disabled.
--- /dev/null
+Nickname Unnamed
+ORPort auto
--- /dev/null
+Your ContactInfo config option is not set
\ No newline at end of file
--- /dev/null
+# Relay tests
+# default (IPv4) ORPort auto
+ORPort auto
--- /dev/null
+This tor was built with relay mode disabled.
--- /dev/null
+DirPort auto
+Nickname Unnamed
+ORPort auto
--- /dev/null
+Your ContactInfo config option is not set
\ No newline at end of file
--- /dev/null
+# Relay tests
+# default (IPv4) ORPort and DirPort auto
+ORPort auto
+DirPort auto
--- /dev/null
+This tor was built with relay mode disabled.
--- /dev/null
+Nickname Unnamed
+ORPort auto
+ORPort [::1]:auto
--- /dev/null
+Your ContactInfo config option is not set
\ No newline at end of file
--- /dev/null
+# Relay tests
+# default (IPv4) ORPort auto and IPv6 ORPort auto
+ORPort auto
+ORPort [::1]:auto
--- /dev/null
+This tor was built with relay mode disabled.
--- /dev/null
+Nickname Unnamed
+ORPort 127.0.0.1:auto
+ORPort [::1]:auto
--- /dev/null
+Your ContactInfo config option is not set
\ No newline at end of file
--- /dev/null
+# Relay tests
+# explicit IPv4 ORPort auto and IPv6 ORPort auto
+ORPort 127.0.0.1:auto
+ORPort [::1]:auto
--- /dev/null
+This tor was built with relay mode disabled.
--- /dev/null
+DirPort 127.0.0.1:auto
+Nickname Unnamed
+ORPort 127.0.0.1:auto
+ORPort [::1]:auto
--- /dev/null
+Your ContactInfo config option is not set
\ No newline at end of file
--- /dev/null
+# Relay tests
+# explicit IPv4 ORPort and DirPort auto and IPv6 ORPort auto
+ORPort 127.0.0.1:auto
+ORPort [::1]:auto
+DirPort 127.0.0.1:auto