diff options
author | teor <teor@torproject.org> | 2019-10-31 17:21:10 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-05 11:12:59 +1000 |
commit | 6d52b5ce910c31962e16b654426b923a43f38201 (patch) | |
tree | 617b8a384f7599d6060af753f5dc9cd1c607424a /src/test/conf_examples/pt_02 | |
parent | 233b96d83addba8d5db49e28f4d762cf34935afc (diff) | |
download | tor-6d52b5ce910c31962e16b654426b923a43f38201.tar.gz tor-6d52b5ce910c31962e16b654426b923a43f38201.zip |
test/parseconf: Add conf_examples for PTs
Tests relay/transport_config.c.
Part of 32213.
Diffstat (limited to 'src/test/conf_examples/pt_02')
-rw-r--r-- | src/test/conf_examples/pt_02/error_no_dirauth_relay | 1 | ||||
-rw-r--r-- | src/test/conf_examples/pt_02/expected | 0 | ||||
-rw-r--r-- | src/test/conf_examples/pt_02/torrc | 11 |
3 files changed, 12 insertions, 0 deletions
diff --git a/src/test/conf_examples/pt_02/error_no_dirauth_relay b/src/test/conf_examples/pt_02/error_no_dirauth_relay new file mode 100644 index 0000000000..9f9c0fd8f3 --- /dev/null +++ b/src/test/conf_examples/pt_02/error_no_dirauth_relay @@ -0,0 +1 @@ +This tor was built with relay mode disabled. diff --git a/src/test/conf_examples/pt_02/expected b/src/test/conf_examples/pt_02/expected new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/src/test/conf_examples/pt_02/expected diff --git a/src/test/conf_examples/pt_02/torrc b/src/test/conf_examples/pt_02/torrc new file mode 100644 index 0000000000..d047d615f7 --- /dev/null +++ b/src/test/conf_examples/pt_02/torrc @@ -0,0 +1,11 @@ +# Relay PT tests +# Options from relay/transport_config.c +# Bad options are also ignored +ExtORPort illegal_hostname_chars$()^*%(%#%)#(%* +ServerTransportPlugin bad +ServerTransportPlugin bad2 exec +ServerTransportPlugin bad3 exec / +ServerTransportListenAddr bad +ServerTransportListenAddr bad2 illegal_hostname_chars$()^*%(%#%)#(%* +ServerTransportOptions bad +ServerTransportOptions bad2 not_kv |