1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/cmd/dnet
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
..
dnet.go Updating CallFunc to match the Docker CLI API changes 2015-06-15 09:41:28 -07:00
dnet_test.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00
flags.go Moved the TOML based Configuration to dnet 2015-06-12 12:46:12 -07:00
libnetwork.toml Reading the top level element (network) from datastore on init 2015-06-18 08:35:46 -07:00