aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/test_quota_compliance_http_asymmetric_peer1.conf7
-rw-r--r--src/transport/test_quota_compliance_http_asymmetric_peer2.conf9
2 files changed, 9 insertions, 7 deletions
diff --git a/src/transport/test_quota_compliance_http_asymmetric_peer1.conf b/src/transport/test_quota_compliance_http_asymmetric_peer1.conf
index f56b1578a..472e3f74b 100644
--- a/src/transport/test_quota_compliance_http_asymmetric_peer1.conf
+++ b/src/transport/test_quota_compliance_http_asymmetric_peer1.conf
@@ -1,10 +1,9 @@
1@INLINE@ template_cfg_peer1.conf 1@INLINE@ template_cfg_peer1.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test_quota_compliance_peer1 3SERVICEHOME = /tmp/test_quota_compliance_peer1
4DEFAULTCONFIG = test_quota_compliance_http_peer1.conf 4DEFAULTCONFIG = test_quota_compliance_http_asymmetric_peer1.conf
5 5
6[transport-http] 6[transport-http_client]
7PORT = 4010
8 7
9[arm] 8[arm]
10PORT = 4015 9PORT = 4015
@@ -24,7 +23,7 @@ UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.sock
24 23
25[transport] 24[transport]
26PORT = 4011 25PORT = 4011
27PLUGINS = http 26PLUGINS = http_client
28UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock 27UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock
29 28
30 29
diff --git a/src/transport/test_quota_compliance_http_asymmetric_peer2.conf b/src/transport/test_quota_compliance_http_asymmetric_peer2.conf
index 20ef5829f..48c1a6e83 100644
--- a/src/transport/test_quota_compliance_http_asymmetric_peer2.conf
+++ b/src/transport/test_quota_compliance_http_asymmetric_peer2.conf
@@ -1,10 +1,13 @@
1@INLINE@ template_cfg_peer2.conf 1@INLINE@ template_cfg_peer2.conf
2[PATHS] 2[PATHS]
3SERVICEHOME = /tmp/test_quota_compliance_peer2 3SERVICEHOME = /tmp/test_quota_compliance_peer2
4DEFAULTCONFIG = test_quota_compliance_http_peer2.conf 4DEFAULTCONFIG = test_quota_compliance_http_asymmetric_peer2.conf
5 5
6[transport-http] 6[transport-http_server]
7PORT = 3010 7PORT = 3010
8USE_IPv6 = NO
9BINDTO = 127.0.0.1
10
8 11
9[arm] 12[arm]
10PORT = 3015 13PORT = 3015
@@ -24,7 +27,7 @@ UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer2.sock
24 27
25[transport] 28[transport]
26PORT = 3011 29PORT = 3011
27PLUGINS = http 30PLUGINS = http_server
28UNIXPATH = /tmp/test_quota_compliance_http_transport_peer2.sock 31UNIXPATH = /tmp/test_quota_compliance_http_transport_peer2.sock
29 32
30 33