1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

AppVeyor: run openvpn integration tests

This commit is contained in:
Ilya Shipitsin 2019-01-06 16:53:42 +05:00
parent 4e6f58584e
commit 77894a34ce
3 changed files with 9 additions and 2 deletions

View File

@ -72,6 +72,10 @@ for:
- make package -C tmp -j $(nproc || sysctl -n hw.ncpu || echo 4) - make package -C tmp -j $(nproc || sysctl -n hw.ncpu || echo 4)
test_script: test_script:
- .ci/appveyor-deb-install-test.sh - .ci/appveyor-deb-install-test.sh
- sudo apt-get update && sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip # openvpn build deps
- sudo .ci/start-se-openvpn.sh
- sudo .ci/run-openvpn-tests.sh
- -
matrix: matrix:
only: only:
@ -84,6 +88,9 @@ for:
- .ci/memory-leak-test.sh - .ci/memory-leak-test.sh
test_script: test_script:
- .ci/appveyor-deb-install-test.sh - .ci/appveyor-deb-install-test.sh
- sudo apt-get update && sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip # openvpn build deps
- sudo .ci/start-se-openvpn.sh
- sudo .ci/run-openvpn-tests.sh
deploy: deploy:
description: 'automatic release' description: 'automatic release'

View File

@ -27,4 +27,4 @@ RUN_TITLE_2="testing tcp/ipv4"
OPENVPN_CONF_2="--dev null --proto tcp --port 1194 \$OPENVPN_BASE" OPENVPN_CONF_2="--dev null --proto tcp --port 1194 \$OPENVPN_BASE"
EOF EOF
sudo make test_scripts=t_client.sh check make test_scripts=t_client.sh check

View File

@ -15,5 +15,5 @@ steps:
.ci/appveyor-deb-install-test.sh .ci/appveyor-deb-install-test.sh
sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip # openvpn build deps sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip # openvpn build deps
sudo .ci/start-se-openvpn.sh sudo .ci/start-se-openvpn.sh
.ci/run-openvpn-tests.sh sudo .ci/run-openvpn-tests.sh
displayName: 'Ubuntu 16.04' displayName: 'Ubuntu 16.04'