Updated git submodules
authorSam Hague <shague@redhat.com>
Sun, 12 Nov 2017 01:02:51 +0000 (20:02 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 13 Nov 2017 19:01:39 +0000 (19:01 +0000)
commit636aa693b43ee15ef495d6e7c9dff940ed9abd3a
tree72421edcc42008ec2e63dc8e9c290b380a866e65
parent4767fee0a69e628a55f95950c25799e3b6900ec8
Updated git submodules

Project: integration/test master d8c13d7866321b7b2080cb15d8c6cfb02590887e

Reduce logging in collect ips

Created a new VM Collect IP keyword that reduces the
amount of logging and works faster.

Problems in old keyword:
- logged the whole console multiple times, per vm check and per
operation
- ran Verify Active extra times
- different suites replicated using code

This patch:
- moves all the common wrapping code to a single keyword
- reduces the extra Active calls
- reduces the console to a single time per vm check
- removed console log on error since the log is always captured
during the attempt to get the addresses already

This looks to have reduced the time in half for retrieving the
addresses as well as reducing the multiple loggin of long
console logs.

Only converted the connectivity suite and left the old keyword
in place. The next patches will convert the other suites.

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