bcf8dc51eb
* Switch to upstream Docker inspired test suite. * Major disadvantage: Seeing the stdout log. To be researched later.
17 lines
176 B
Bash
17 lines
176 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
testAlias+=(
|
|
[kylemanna/openvpn]='openvpn'
|
|
)
|
|
|
|
imageTests+=(
|
|
[openvpn]='
|
|
paranoid
|
|
conf_options
|
|
basic
|
|
dual-proto
|
|
otp
|
|
'
|
|
)
|