Added routed rpcs to pcep-topology|tunnel-provider 36/4136/10
authorMaros Marsalek <mmarsale@cisco.com>
Thu, 9 Jan 2014 11:52:25 +0000 (12:52 +0100)
committerMaros Marsalek <mmarsale@cisco.com>
Mon, 20 Jan 2014 10:08:42 +0000 (11:08 +0100)
commit38fa2c7fe8ecf2014104974f7bc19fec7fd56a2e
treeaf217a2b15cd2c0c30c8c0dfa91926a408ca1967
parentcd5f587bb2074dcdba68a6a020137d3a3807cb34
Added routed rpcs to pcep-topology|tunnel-provider

Also added integration(pax-exam) test to test the routing

Change-Id: I385f99ecc0fbb9c3cee0a555c87335f3080e2412
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
18 files changed:
commons/parent/pom.xml
integration-tests/pom.xml
integration-tests/src/test/java/org/opendaylight/protocol/integration/AbstractBundleTest.java
integration-tests/src/test/java/org/opendaylight/protocol/integration/TestHelper.java [new file with mode: 0644]
integration-tests/src/test/java/org/opendaylight/protocol/integration/pcep/AbstractPcepOsgiTest.java [new file with mode: 0644]
integration-tests/src/test/java/org/opendaylight/protocol/integration/pcep/PcepRpcServicesRoutingTest.java [new file with mode: 0644]
integration-tests/src/test/resources/config/controller.xml [new file with mode: 0644]
pcep/topology-api/pom.xml
pcep/topology-api/src/main/yang/network-topology-pcep.yang
pcep/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/PCEPTopologyProvider.java
pcep/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/TopologyProgramming.java
pcep/tunnel-api/pom.xml
pcep/tunnel-api/src/main/yang/topology-tunnel-pcep-programming.yang
pcep/tunnel-provider-config/src/main/java/org/opendaylight/controller/config/yang/pcep/tunnel/provider/PCEPTunnelTopologyProviderModule.java
programming/topology-api/src/main/java/org/opendaylight/bgpcep/programming/topology/TopologyProgrammingUtil.java
programming/topology-api/src/main/yang/network-topology-programming.yang
topology/api/pom.xml
topology/api/src/main/yang/odl-network-topology.yang [new file with mode: 0644]