Updated git submodules
authorJakub Morvay <jmorvay@cisco.com>
Fri, 24 Mar 2017 08:59:11 +0000 (09:59 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 27 Mar 2017 07:36:19 +0000 (07:36 +0000)
commitd5b7106edf3562913611f0e9453798087f41aea7
treeb42a17ad721e2666c72a76462caf7cd1222f7b64
parent237d7e823166a69b1d464d1ecc05fd759172aedb
Updated git submodules

Project: netconf master 95452d33026b37907b541dc47006426e3b3e35ad

Fix LibraryModulesSchemasTest failure

LibraryModulesSchemasTest#testCreateInvalidModulesEntries() tests
filtering invalid modules entries during resolving
ietf-netconf-yang-library/modules-state/modules node.

Resolution goes as follows. We parse xml document containing
ietf-netconf-yang-library/modules-state retrieved from the device with
help of DomToNormalizedNodeParserFactory. Then we filter invalid modules
entries from the parsed modules list node. Module entry is considered
invalid if its revision or schema url are invalid.

However, change in yangtools
https://git.opendaylight.org/gerrit/#/c/53553 causes that parsing
invalid revision will fail whole parsing xml process with unchecked
exception.

For now, do not test modules with bad revision. This is intended just as
a temporary solution. We will also need to slightly change our
ietf-netconf-yang-library/modules-state/modules node resolution logic.
Opened BUG 8071 to track that.

Change-Id: If12ae8d7bf94528088aac81e78b24058c5152283
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
docs/submodules/netconf