8c9d88b316
* Test the client configuration to detect breakages
20 lines
212 B
Bash
20 lines
212 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
testAlias+=(
|
|
[kylemanna/openvpn]='openvpn'
|
|
)
|
|
|
|
imageTests+=(
|
|
[openvpn]='
|
|
paranoid
|
|
conf_options
|
|
client
|
|
basic
|
|
dual-proto
|
|
otp
|
|
iptables
|
|
revocation
|
|
'
|
|
)
|