plugins/portmap: fix test flake
authorCasey Callendrello <casey.callendrello@coreos.com>
Thu, 6 Jul 2017 12:54:53 +0000 (14:54 +0200)
committerCasey Callendrello <casey.callendrello@coreos.com>
Thu, 6 Jul 2017 14:12:24 +0000 (16:12 +0200)
commit3745ee2d3f1809f58f5719ca0bd9c839aac12c67
tree143197426be26f66095648d0b700a33c77a17b95
parente7328869fa65443100988b76fc5d2053fafe6075
plugins/portmap: fix test flake

The source address selection was random, and sometimes we picked a
source address that the container didn't have a route to. Adding a
default route fixes that!
plugins/meta/portmap/portmap_integ_test.go
plugins/meta/portmap/portmap_suite_test.go