Hi,
On Sat, Apr 09, 2022 at 01:37:02PM +, Pete Nelson wrote:
> It sounds like a framework that runs some basic client and server tests,
> say based on docker, may be a welcome contribution.
There are a few more basic tests (t_lpback.sh, t_cltsrv.sh) to do
"basic client/server TLS test" and "b
Hi.
On Sat, Apr 9, 2022 at 8:19 AM Gert Doering wrote:
> The openvpn tree itself brings a test script, "t_client.sh", which runs
> a number of OpenVPN instances, verifies that they come up, interface IPs
> are "as expected", and then runs pings to see if the tunnel works. There
> are no pre-def
Hi,
On Fri, Apr 08, 2022 at 06:24:07PM +, Pete Nelson wrote:
> I'm looking for tips on testing a dev branch of openvpn. I see I can fork
> the github repo and enable actions to test that it builds on various OSs,
> but what do you guys do for functional testing? Do you run a bunch of VMs
> o
Hello, devs.
I'm looking for tips on testing a dev branch of openvpn. I see I can fork
the github repo and enable actions to test that it builds on various OSs,
but what do you guys do for functional testing? Do you run a bunch of VMs
or docker containers and have them connect to each other? Any