Changes between Version 1 and Version 2 of TestCoverage


Ignore:
Timestamp:
05/27/20 10:51:57 (4 years ago)
Author:
Gert Döring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestCoverage

    v1 v2  
    55== code path / test module mapping ==
    66
     7=== networking stuff ("outside networking") ===
     8
    79||= code path =||= test module =||
    8 || tun/tap interface setup || t_client.sh ||
     10|| http proxy || t_client ||
     11|| SOCKS proxy || t_client ||
     12
     13
     14=== interface (ifconfig etc) stuff ===
     15
     16||= code path =||= test module =||
     17|| tun/tap interface setup (unix) || t_client.sh ||
     18|| ifconfig (unix) || t_client ||
     19|| route (unix) || t_client ||
     20|| netlink sanity (linux) || t_net ||
     21|| ifconfig/netsh (windows) || openvpn-testing-windows(?) ||
     22|| ifconfig/iservice (windows) || openvpn-testing-windows(?) ||
     23|| route/netsh (windows) || openvpn-testing-windows(?) ||
     24|| all of the above with topology subnet, topology net30, topology p2p || (?) ||
     25
     26=== packet forwarding / mangling ===
     27
     28||= code path =||= test module =||
     29|| basic ping test, v4+v6 || t_client ||
     30|| TCP MSS testing || **no** ||
     31|| pf testing || **no** ||
     32|| client side NAT testing || **no** ||
     33
     34
     35=== authentication stuff (server side) ===
     36
     37||= code path =||= test module =||
    938|| server: p2mp server, tun || t_server ||
    1039|| server: p2mp server, tap || t_server ||
     
    2049* t_cltsrv
    2150* t_loopback
     51* t_net
    2252* cmocka
    2353* t_client