[monitoring-plugins] Disable IPv6 in tests

Jacob Hansen git at monitoring-plugins.org
Wed May 19 14:40:12 CEST 2021


 Module: monitoring-plugins
 Branch: feature_github_actions
 Commit: 227369bb3bec2a44ebece952a9085bfb032a7a0e
 Author: Jacob Hansen <jhansen at op5.com>
   Date: Wed May 19 13:12:29 2021 +0200
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=227369b

Disable IPv6 in tests

Docker doesn't seem to have a working IPv6 stack by default. For now
disable IPv6 tests.

Signed-off-by: Jacob Hansen <jhansen at op5.com>

---

 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4c3497d..06cc441 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -71,7 +71,7 @@ jobs:
               ${{ matrix.distro }} \
               /bin/sh -c '${{ matrix.prepare }} && \
                 tools/setup && \
-                ./configure --enable-libtap && \
+                ./configure --enable-libtap --with-ipv6=no && \
                 make && \
                 make test'
           docker volume rm tmp-vol



More information about the Commits mailing list