[XS] Change in openvpn[master]: t_client.rc-sample: Add missing documentation for FPING_ARGS_x
"cron2 \(Code Review\) via Openvpn-devel" <[email protected]>
| Newsgroups | gmane.network.openvpn.devel |
|---|---|
| Message-ID | <[email protected]> |
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/1791?usp=email ) Change subject: t_client.rc-sample: Add missing documentation for FPING_ARGS_x ...................................................................... t_client.rc-sample: Add missing documentation for FPING_ARGS_x Also include some smaller misc documentation fixes. Change-Id: Ib6956c3a8b332866a59b41c186cce4e0bc5f078f Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Arne Schwabe <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1791 Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg38207.html Signed-off-by: Gert Doering <[email protected]> --- M tests/t_client.rc-sample 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/t_client.rc-sample b/tests/t_client.rc-sample index d61ecc4..a35d185 100644 --- a/tests/t_client.rc-sample +++ b/tests/t_client.rc-sample @@ -8,9 +8,13 @@ # define these - if empty, no tests will run # top_srcdir="${top_srcdir:-..}" + +# PKI args CA_CERT="${top_srcdir}/sample/sample-keys/ca.crt" CLIENT_KEY="${top_srcdir}/sample/sample-keys/client.key" CLIENT_CERT="${top_srcdir}/sample/sample-keys/client.crt" + +# Customize ping tests #FPING_EXTRA_ARGS="-t 1000" # Load EXPECT_IFCONFIG* parameters from cache @@ -48,8 +52,8 @@ # # -# now define the individual tests - all variables suffixed with _1, _2 etc -# will be used in test run "1", "2", etc. +# now define the individual tests - all variables suffixed with _1, _2, _2n etc +# will be used in test run "1", "2", "2n" etc. # # if something is not defined here, the corresponding test is not run # @@ -64,6 +68,7 @@ # # hook test options: # +# FPING_ARGS_x = "arguments to append to the fping command line" # CHECK_SKIP_x = "commands to execute before openvpn, skip test on failure" # PREPARE_x = "commands to execute before openvpn" # POSTINIT_CMD_x = "commands to execute after openvpn but before ping" -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1791?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: Ib6956c3a8b332866a59b41c186cce4e0bc5f078f Gerrit-Change-Number: 1791 Gerrit-PatchSet: 3 Gerrit-Owner: flichtenheld <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]> _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel