Netconf-topology module unit tests 43/34343/2
authorJakub Morvay <jmorvay@cisco.com>
Tue, 9 Feb 2016 10:32:26 +0000 (11:32 +0100)
committerTomas Cere <tcere@cisco.com>
Tue, 29 Mar 2016 14:28:29 +0000 (14:28 +0000)
commitf9a440713559f77639435682751faa593189c50d
treea31b8bb75304c170be9c9ca88d7330925aca1b99
parent1421132a724317ca4e68de880fe0f89e2cfa7c4e
Netconf-topology module unit tests

Change-Id: I8258ce4973758ef20d503712147e34ee78a1cd95
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
(cherry picked from commit 32e6bedfee7fa221f28aea8694ed36965c9b905b)
opendaylight/netconf/abstract-topology/src/main/java/org/opendaylight/netconf/topology/util/TopologyUtil.java [new file with mode: 0644]
opendaylight/netconf/netconf-topology/src/main/java/org/opendaylight/netconf/topology/impl/OnlySuccessStateAggregator.java [deleted file]
opendaylight/netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/impl/NetconfNodeOperationalDataAggregatorTest.java [new file with mode: 0644]
opendaylight/netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/impl/NetconfTopologyImplTest.java [new file with mode: 0644]
opendaylight/netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/pipeline/ClusteredNetconfDeviceCommunicatorTest.java [new file with mode: 0644]
opendaylight/netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/pipeline/TopologyMountPointFacadeTest.java [new file with mode: 0644]
opendaylight/netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/pipeline/tx/ProxyReadOnlyTransactionTest.java [new file with mode: 0644]
opendaylight/netconf/netconf-topology/src/test/java/org/opendaylight/netconf/topology/pipeline/tx/ProxyWriteOnlyTransactionTest.java [new file with mode: 0644]