Fix action lookups 46/83946/10
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 23 Aug 2019 16:05:42 +0000 (18:05 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 28 Aug 2019 10:08:20 +0000 (12:08 +0200)
commit4dc751203f52b31c4327ad8793956047691ff9fb
treeb6d5d887aa002e39c203d49ee91c63c99fd55566
parent52caea7f0226b11307aee7983b721124d2e8d25f
Fix action lookups

Actions, unlike RPCs, are not uniquely identified by their last
component, simply because they can be defined at any nest level --
and while their names can be equal, they can be completely different
things.

JIRA: NETCONF-639
Change-Id: Ic9f1df106240a26dd14a5f34de34a198945355c3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/schema/mapping/NetconfMessageTransformer.java
netconf/sal-netconf-connector/src/test/java/org/opendaylight/netconf/sal/connect/netconf/schema/mapping/NetconfMessageTransformerTest.java
netconf/sal-netconf-connector/src/test/resources/schemas/conflicting-actions.yang [new file with mode: 0644]