1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/osl
David Calavera cc02894a50 Move test specific functions to a testutils package.
This way we won't vendor test related functions in docker anymore.
It also moves netns related functions to a new ns package to be able to
call the ns init function in tests. I think this also helps with the
overall package isolation.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-09-07 13:33:28 -04:00
..
interface_freebsd.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
interface_linux.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
interface_windows.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
namespace_linux.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00
namespace_unsupported.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
namespace_windows.go Explicitly set namespace for all network operations 2015-09-01 14:00:58 -07:00
neigh_freebsd.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
neigh_linux.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
neigh_windows.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
options_linux.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
route_linux.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
sandbox.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
sandbox_freebsd.go Explicitly set namespace for all network operations 2015-09-01 14:00:58 -07:00
sandbox_linux_test.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
sandbox_test.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00
sandbox_unsupported.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
sandbox_unsupported_test.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00