moby--moby/libnetwork/pkg
Jana Radhakrishnan 10fafb06eb Fixed an intermittent issue in the libnetwork test
The libnetwork test does not need to run inside a namespace
when inside a container. This results in unpredictable behavior
when the sandbox code unlocks the go routine from the OS thread
while the test code still wants it locked in the OS thread. This
will result in unreachable interfaces when the go routine
migrates to a different OS thread.

Fixed by passing a special test flag which is only set to true
when the test is run inside a container.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-05-13 00:22:00 +00:00
..
etchosts Fixed an intermittent issue in the libnetwork test 2015-05-13 00:22:00 +00:00
iptables Fixed an intermittent issue in the libnetwork test 2015-05-13 00:22:00 +00:00
netlabel - Moved label definitions to a new package 2015-05-06 17:21:19 +00:00
options Fixed an intermittent issue in the libnetwork test 2015-05-13 00:22:00 +00:00
portallocator Fixed an intermittent issue in the libnetwork test 2015-05-13 00:22:00 +00:00
resolvconf Fixed an intermittent issue in the libnetwork test 2015-05-13 00:22:00 +00:00