diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-06-07 14:51:48 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-06-07 14:52:00 +0200 |
commit | 8800110b72d539e6e9a57ca9e6a66a9ad427f528 (patch) | |
tree | 3ea2986fafcdb9bb9c7e0e4bb045e0c27c25f15e /src/lib | |
parent | a4813d1864a6cc00f829b35849c3cc5f78d75764 (diff) |
update twister conf
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/test_exchange_api_twisted.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/test_exchange_api_twisted.conf b/src/lib/test_exchange_api_twisted.conf index ba59b5a60..bb06fee86 100644 --- a/src/lib/test_exchange_api_twisted.conf +++ b/src/lib/test_exchange_api_twisted.conf @@ -4,6 +4,7 @@ [twister] # HTTP listen port for twister HTTP_PORT = 8888 +SERVE = tcp # HTTP Destination for twister. The test-Webserver needs # to listen on the port used here. Note: no trailing '/'! |