changed the pom.xml to include proper integration test 55/2755/3
authorBasheeruddin Ahmed <syedbahm@cisco.com>
Thu, 14 Nov 2013 20:03:54 +0000 (12:03 -0800)
committerBasheeruddin Ahmed <syedbahm@cisco.com>
Mon, 18 Nov 2013 15:07:35 +0000 (07:07 -0800)
commit90ba98827f4eb7aef46fa26edf65f73617a62553
tree0d77786aa97f159455eef9aaad1f6ab79bc70c5a
parent97ec40086c461eae4ab2075a11da61fabf755b42
changed the pom.xml to include proper integration test

Change-Id: I644e3c66ca16979dbb1a3f0b50e3ae9729265a03
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
12 files changed:
opendaylight/md-sal/pom.xml
opendaylight/md-sal/zeromq-routingtable/implementation/pom.xml [new file with mode: 0644]
opendaylight/md-sal/zeromq-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/RouteChangeListener.java [moved from opendaylight/md-sal/sal-zeromq-connector/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/RouteChangeListener.java with 52% similarity]
opendaylight/md-sal/zeromq-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/RoutingTable.java [moved from opendaylight/md-sal/sal-zeromq-connector/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/RoutingTable.java with 69% similarity]
opendaylight/md-sal/zeromq-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/RoutingTableException.java [new file with mode: 0644]
opendaylight/md-sal/zeromq-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/SystemException.java [new file with mode: 0644]
opendaylight/md-sal/zeromq-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/impl/Activator.java [new file with mode: 0644]
opendaylight/md-sal/zeromq-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/impl/RoutingTableImpl.java [new file with mode: 0644]
opendaylight/md-sal/zeromq-routingtable/implementation/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/impl/RoutingTableImplTest.java [new file with mode: 0644]
opendaylight/md-sal/zeromq-routingtable/integrationtest/pom.xml [new file with mode: 0644]
opendaylight/md-sal/zeromq-routingtable/integrationtest/src/test/java/org/opendaylight/controller/sal/connector/remoterpc/impl/ZeroMQRoutingTableTestIT.java [new file with mode: 0644]
opendaylight/md-sal/zeromq-routingtable/integrationtest/src/test/resources/logback.xml [new file with mode: 0644]