]> www.infradead.org Git - users/dwmw2/vpnc-scripts.git/commit
vpnc-scripts: added a sanity check of routes and resolv.conf generation
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 18 Nov 2020 09:37:58 +0000 (10:37 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 25 Nov 2020 10:23:50 +0000 (11:23 +0100)
commitc95a3ad0e77963fea73c185ff0308e1edabe522c
treeaa51b71ce40ff3cf3e07f9705518a671688f83bb
parentc3d8902110c1a25b62c3c9aff336e0c9ed7835a1
vpnc-scripts: added a sanity check of routes and resolv.conf generation

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
13 files changed:
.gitlab-ci.yml [new file with mode: 0644]
tests/Makefile [new file with mode: 0644]
tests/certs/ca-key.pem [new file with mode: 0644]
tests/certs/ca.pem [new file with mode: 0644]
tests/certs/server-cert.pem [new file with mode: 0644]
tests/certs/server-key.pem [new file with mode: 0644]
tests/common.sh [new file with mode: 0644]
tests/data/ocserv.passwd [new file with mode: 0644]
tests/data/vpn-noroute.config [new file with mode: 0644]
tests/data/vpn-routes.config [new file with mode: 0644]
tests/ns.sh [new file with mode: 0644]
tests/vpn-noroute [new file with mode: 0755]
tests/vpn-routes [new file with mode: 0755]