Updated git submodules
authorSam Hague <shague@redhat.com>
Sat, 18 Nov 2017 20:29:11 +0000 (15:29 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 19 Nov 2017 02:02:13 +0000 (02:02 +0000)
commitffb85b0ecbb396cd4cead828f1a177323b8163eb
treeed98efadb8126869007dbf214470df41c6e785ef
parent42464b787636ddeb586c48a0511ede5399ac4128
Updated git submodules

Project: integration/test master dc784f488a64deb07b7342fd6b0428cdde9a3179

Use iproute instead of nameserver to get gw

The nameserver line is only included when a vm fails
to ping the gw and you see the below messages in the
console log:

=== pinging gateway failed, debugging connection ===

The iproute line is always included:

ip-route:169.254.169.254 via 10.20.20.2 dev eth0

The old code worked because at least one of the vms
in the list would hit the gateway failed block and
get the gw from the nameserver line. The old code
also would only copy the gw address once for all
the vms because it kept a list with size 1 for
the address. The new Get VM IPs tries to get the
gw for each vm and not just one for the whole list
of vms. Timing differences might end up not getting
the nameserver line, so instead use the metadata
line which is always present.

Change-Id: I72637575b5171d3eaad6110ed2e8bc2cefed25ed
Signed-off-by: Sam Hague <shague@redhat.com>
docs/submodules/integration/test