Updated git submodules
authorVratko Polak <vrpolak@cisco.com>
Wed, 14 Jun 2017 13:27:56 +0000 (15:27 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 14 Jun 2017 15:01:49 +0000 (15:01 +0000)
commit6a3feaefd5d7d86d6bcc4d76f2a91435b513dd07
treed55043b947b635dfeaa7f967a8c40bf502ed1ba9
parentb675c20ffeb5114219cda36a183a6e3ff5749441
Updated git submodules

Project: integration/test master 129c121903a81cd17cccf715af879702e51e4bb6

Fix handling of nested list responses

${resp}[2] is bad, @{resp}[2] is good.
@{resp}[0][2] does not work, handled using custom keyword.
This should fix MdsalLowlevelPy response handling.

Return tuple contains time first, prefix-id second.
Prefix_id is a string derived from integer member index argument.

Change-Id: If39ebc14f641be5383ed9fc6302a4bb8b38b9336
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
docs/submodules/integration/test