aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-12-20 17:09:56 +0100
committerAndreas Schneider <asn@samba.org>2013-12-20 17:15:36 +0100
commit7d0e5efedce4cc338d0f9fb355793eba6542dfa9 (patch)
tree0f1afbc00a16e33160a839b22e8b2ebbfa619014 /tests/torture.h
parentf6f5e28f3382d3828228089765040413682db85a (diff)
downloadsocket_wrapper-7d0e5efedce4cc338d0f9fb355793eba6542dfa9.tar.gz
socket_wrapper-7d0e5efedce4cc338d0f9fb355793eba6542dfa9.tar.xz
socket_wrapper-7d0e5efedce4cc338d0f9fb355793eba6542dfa9.zip
tests: Use torture_server_(address|port).
This makes it possible to run tests without socket_wrapper.
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/torture.h b/tests/torture.h
index 62382d6..241b4a7 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -44,11 +44,6 @@
#include <stdint.h>
#include <string.h>
-#define TORTURE_ECHO_SRV_IPV4 "127.0.0.10"
-/* socket wrapper IPv6 prefix fd00::5357:5fxx */
-#define TORTURE_ECHO_SRV_IPV6 "fd00::5357:5f0a"
-#define TORTURE_ECHO_SRV_PORT 7
-
struct torture_state {
char *socket_dir;
char *srv_pidfile;