1
0
mirror of https://git.zx2c4.com/wireguard-go synced 2024-11-15 01:05:15 +01:00
wireguard-go/device
David Crawshaw c9159a5b86 [WIP] device: run testns.sh from a Go test harness
objectives:
- to make it easy to run these tests during go development
  (TODO: running sudo go test is weird, is there some
  alternative? does docker provide a namespace hole for
  normal users if it's installed?)
- to make it easy to run some part of the script, e.g.
  just run the sticky sockets test without waiting on
  the prior iperf tests

not clear yet if the shell-inside-go is worth it

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
2020-05-03 23:08:38 -04:00
..
allowedips_rand_test.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
allowedips_test.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
allowedips.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
bind_test.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
bindsocketshim.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
boundif_android.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
constants.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
cookie_test.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
cookie.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
device_test.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
device.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
endpoint_test.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
indextable.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
ip.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
kdf_test.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
keypair.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
logger.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
misc.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
noise_test.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
noise-helpers.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
noise-protocol.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
noise-types.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
ns_test.go [WIP] device: run testns.sh from a Go test harness 2020-05-03 23:08:38 -04:00
peer_test.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
peer.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
pools.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
queueconstants_android.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
queueconstants_default.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
queueconstants_ios.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
receive.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
send.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
sticky_default.go conn: introduce new package that splits out the Bind and Endpoint types 2020-05-02 01:46:42 -06:00
sticky_linux.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
timers.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
tun_test.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
tun.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
uapi.go global: update header comments and modules 2020-05-02 02:08:26 -06:00
version.go version: bump snapshot 2020-03-20 12:00:53 -06:00