n-lundie / openvpn-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenVPN Scripts

Expect scripts for automating interactions with openvpn-install.

Testing

A Dockerfile has been created to allow integration testing in an environment configured with openvpn-install.

Steps to test:

First we must build the docker image. Navigate to the project root directory and run docker build -t scr:test . This only needs to be done once, or when there is a change to the Dockerfile. To launch the test environment with your latest code run:

  1. docker run -it --rm --device=/dev/net/tun -v ./scripts:/scripts scr:test

About


Languages

Language:Shell 62.6%Language:Dockerfile 37.4%