Re: [Openvpn-devel] [PATCH v3 6/7] unit tests: implement test for sitnl

2019-05-10 Thread Arne Schwabe
Am 19.12.18 um 06:01 schrieb Antonio Quartulli: > This patch introduces a new unit test that is not executed > by the cmocka framework, but rather used by a new t_net.sh > bash script. > > The idea behind this test is to ensure that invoking sitnl > functions or running iproute commands leads to t

[Openvpn-devel] [PATCH v3 6/7] unit tests: implement test for sitnl

2018-12-18 Thread Antonio Quartulli
This patch introduces a new unit test that is not executed by the cmocka framework, but rather used by a new t_net.sh bash script. The idea behind this test is to ensure that invoking sitnl functions or running iproute commands leads to the same networking (interface and routing table) state. To