Remove RemoteDeviceId.getTopologyBindingPath() 72/103872/3
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 1 Jan 2023 19:17:58 +0000 (20:17 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 1 Jan 2023 20:32:03 +0000 (21:32 +0100)
commitaf45b16ab668b74b6853b46c46fb20f5784f0c67
treec84b2f88e38f5df3639c8c60b6e876c994f1712e
parent37c482748aa5a52d75237e53cb5a5af9fc5dcede
Remove RemoteDeviceId.getTopologyBindingPath()

This path is only used transiently by netconf-topology components,
move the responsibility back to them, instantiating the path as needed.

JIRA: NETCONF-913
Change-Id: Iee8a62b9b181324a7ccc51cf3d9e70d37bf3c66f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/MasterSalFacade.java
netconf/netconf-topology/src/main/java/org/opendaylight/netconf/topology/spi/NetconfDeviceTopologyAdapter.java
netconf/netconf-topology/src/main/java/org/opendaylight/netconf/topology/spi/NetconfTopologyDeviceSalFacade.java
netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfDeficeTopologyAdapterIntegrationTest.java
netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/spi/NetconfDeviceTopologyAdapterTest.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/util/RemoteDeviceId.java