]> git.ipfire.org Git - thirdparty/openvpn.git/commit
add POSTINIT_CMD_suf to t_client.sh and sample config
authorGert Doering <gert@greenie.muc.de>
Tue, 4 Oct 2016 11:38:54 +0000 (13:38 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 4 Oct 2016 12:04:20 +0000 (14:04 +0200)
commit7891c8ce93b33749ee75ab579aa391bc5eab6e2f
tree14b7e85b302bee3661563e3cb35c124dbb72990f
parent6ac1cf103e77b0d2aa3360c4373099bf4d9f1919
add POSTINIT_CMD_suf to t_client.sh and sample config

We have pre-init and cleanup commands, but some test cases might need
or want to run a shell script after openvpn has initialized, but before
executing any tests (ifconfig comparison and ping).

Example: POSTINIT_CMD_4="sleep 5" on MacOS X for tap tests (IPv6 DAD)

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20161004113854.42470-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12594.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit bae1ad7005fd9a1fadeed56370a9ac5422a33fee)
tests/t_client.rc-sample
tests/t_client.sh.in