From f587c2a589f2d64bdebd2913ac1fc9ed626943e8 Mon Sep 17 00:00:00 2001 From: doobry Date: Sun, 6 Aug 2023 10:22:48 +0200 Subject: [PATCH] Remove check for alternative port from Goss test Since version 4.6.0, coturn no longer listens on an alternative port if config option `no-rfc5780` is set (which is the default and recommended). See these upstream commits for details: https://github.com/coturn/coturn/commit/eda11698f0f5512e0149e807e39b5737187ae33f https://github.com/coturn/coturn/commit/54ef0518440fcc68b67d5baf46a9055ab513bda0 --- templates/test_coturn.yml.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/test_coturn.yml.j2 b/templates/test_coturn.yml.j2 index 6f3376e..33e38db 100644 --- a/templates/test_coturn.yml.j2 +++ b/templates/test_coturn.yml.j2 @@ -5,13 +5,9 @@ port: {% if coturn_tls %} tcp:{{ coturn_tls_listening_port }}: listening: true - tcp:{{ coturn_listening_port|int + 1 }}: - listening: true {% endif %} udp:{{ coturn_listening_port }}: listening: true - udp:{{ coturn_listening_port|int + 1 }}: - listening: true service: coturn: enabled: true