Northbound IntegrationTest 77/377/3
authorKalvin Hom <kahom@cisco.com>
Tue, 21 May 2013 01:48:28 +0000 (18:48 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 22 May 2013 12:56:11 +0000 (12:56 +0000)
commit01d802948b3598b8757fcca666013cafa38fe4b6
tree7d4915368a31ffaa0afc59f3e8d7b351fc140a4d
parent24ec831c484af2c756540027f5b341d4973e8649
Northbound IntegrationTest

Initial base for writing integration
tests for northbound bundles.

All northbound integration tests can be
done within this bundle.  A full controller
using the stub protocol plugin will be started.

A test for getting all flow statistics is also
done.

Change-Id: Ife16e2fb81a2fe223813473fdd83402385fc59ba
Signed-off-by: Kalvin Hom <kahom@cisco.com>
opendaylight/distribution/opendaylight/pom.xml
opendaylight/northbound/integrationtest/pom.xml
opendaylight/northbound/integrationtest/src/test/java/org/opendaylight/controller/northbound/integrationtest/NorthboundIntegrationTest.java [new file with mode: 0644]
opendaylight/northbound/integrationtest/src/test/resources/tomcat-server.xml [new file with mode: 0644]
opendaylight/protocol_plugins/stub/src/main/java/org/opendaylight/controller/protocol_plugins/stub/internal/ReadService.java