diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2014-07-01 03:13:16 +0000 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2014-07-01 03:13:16 +0000 |
commit | 5ab82d972d1b300af56a680950726b810133cd89 (patch) | |
tree | 72c2afde82d1003dc22cc24a19951a5d5a87380e /src/transport/test_transport_api_reliability_http_xhr_peer2.conf | |
parent | 0e07f3b3f6df0f56bc5b23820977864828616845 (diff) |
Add HTTP transport tests with XHR client emulation
These tests don't pass currently but I ran them against a hacked
version of the HTTP server which never calls server_delete_session
and they passed.
Diffstat (limited to 'src/transport/test_transport_api_reliability_http_xhr_peer2.conf')
-rw-r--r-- | src/transport/test_transport_api_reliability_http_xhr_peer2.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_reliability_http_xhr_peer2.conf b/src/transport/test_transport_api_reliability_http_xhr_peer2.conf new file mode 100644 index 000000000..8d85cf7b1 --- /dev/null +++ b/src/transport/test_transport_api_reliability_http_xhr_peer2.conf @@ -0,0 +1,30 @@ +@INLINE@ template_cfg_peer2.conf +[PATHS] +GNUNET_TEST_HOME = /tmp/test-transport/api-http-p2/ + +[transport-http_server] +PORT = 12090 +USE_IPv6 = NO +BINDTO = 127.0.0.1 + +[arm] +PORT = 12195 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock + +[statistics] +PORT = 12194 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock + +[resolver] +PORT = 12193 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock + +[peerinfo] +PORT = 12192 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock + +[transport] +PORT = 12191 +PLUGINS = http_server +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock + |