Add first integration test for the TopologyManager bundle 21/1521/4
authorMoiz Raja <moraja@cisco.com>
Mon, 30 Sep 2013 21:25:14 +0000 (14:25 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 1 Oct 2013 13:45:40 +0000 (13:45 +0000)
commit181b536d898b6385093d4e4eddad495917da4571
tree33e34bc24d109397d170aee4d0f056e7fbce6773
parent526185d061ed50c75890b31a376e9495144b660a
Add first integration test for the TopologyManager bundle

Change-Id: I9a5230f0f72ba51a88bb36141773b4d00885a774
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/distribution/opendaylight/pom.xml
opendaylight/protocol_plugins/stub/src/main/java/org/opendaylight/controller/protocol_plugins/stub/internal/Activator.java
opendaylight/protocol_plugins/stub/src/main/java/org/opendaylight/controller/protocol_plugins/stub/internal/TopologyServices.java [new file with mode: 0644]
opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/action/Action.java
opendaylight/topologymanager/integrationtest/pom.xml [new file with mode: 0644]
opendaylight/topologymanager/integrationtest/src/test/java/org/opendaylight/controller/topologymanager/TopologyManagerIT.java [new file with mode: 0644]
opendaylight/topologymanager/integrationtest/src/test/resources/logback.xml [new file with mode: 0644]
opendaylight/usermanager/api/src/test/java/org/opendaylight/controller/usermanager/AuthenticatedUserTest.java