X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fns-ping.test;h=5a5415cf0ff7462faad1d661d464911b960f0f6e;hb=refs%2Fheads%2F1.1;hp=5931c75ff0c542cbe13c73e0971424d27885bc12;hpb=046a10d692d1ac22de4daf783ee4fe025c4eb6ec;p=tinc diff --git a/test/ns-ping.test b/test/ns-ping.test deleted file mode 100755 index 5931c75f..00000000 --- a/test/ns-ping.test +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/sh - -# shellcheck source=testlib.sh -. "${0%/*}/testlib.sh" - -echo "[STEP] Skip this test if we aren't root or if 'ip netns' does not exist" - -test "$(id -u)" = "0" || exit $EXIT_SKIP_TEST -test -e /dev/net/tun || exit $EXIT_SKIP_TEST -ip netns list || exit $EXIT_SKIP_TEST - -ip_foo=192.168.1.1 -ip_bar=192.168.1.2 -mask=24 - -echo [STEP] Initialize two nodes - -tinc foo <