1
0
mirror of https://github.com/rtr7/router7.git synced 2024-05-06 15:54:52 +00:00

8 Commits

Author SHA1 Message Date
df9a40557c dhcp4: correctly check errors from c.once 2018-11-21 08:41:24 +01:00
30e9a6677b integration/dhcpv4: print unified line-wise diff
This is much more readable than the go-cmp Diff() output when dealing with
[]string lines.
2018-11-18 14:29:30 +01:00
ea10307b5d dhcpv4: replace hard-coded midna → os.Hostname() 2018-07-14 17:35:25 +02:00
9e0f83a7cf integration tests: send ip netns add errors to stderr, too 2018-07-14 15:43:47 +02:00
b347ed74c5 update import paths 2018-07-09 08:54:04 +02:00
ff7aa8f2cb add copyright notices 2018-06-28 20:08:23 +02:00
a881f6b61e cut down on test noise 2018-06-24 12:06:40 +02:00
5a07d6696d split integration tests into multiple packages
This makes them complete more quickly (because they are run in parallel) and
invalidates only the cache for the integration test I’m working on, not for all
of them.
2018-06-24 11:46:49 +02:00