BUG-730 : moved BGP parser-to-sal test from integration 01/10101/3
authorDana Kutenicsova <dkutenic@cisco.com>
Wed, 20 Aug 2014 13:32:48 +0000 (15:32 +0200)
committerRobert Varga <rovarga@cisco.com>
Sat, 23 Aug 2014 09:08:32 +0000 (09:08 +0000)
Change-Id: I77601286f750a150af50119e6c18446fc1817993
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
bgp/topology-provider/pom.xml
bgp/topology-provider/src/test/java/org/opendaylight/bgpcep/bgp/topology/provider/ParserToSalTest.java [moved from integration-tests/src/test/java/org/opendaylight/protocol/integration/bgp/ParserToSalTest.java with 99% similarity]
bgp/topology-provider/src/test/resources/bgp_hex.txt [moved from integration-tests/src/test/resources/bgp_hex.txt with 100% similarity]

index 3bd985ad5b22321e3297ebb813030ab092e44650..dfa36b9cac29f48e5bb514f4c2ce6aa8c570dc04 100644 (file)
             <artifactId>bgp-rib-impl</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>bgp-rib-mock</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-broker-impl</artifactId>
             <artifactId>protocol-framework</artifactId>
             <type>test-jar</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-binding-broker-impl</artifactId>
+            <scope>test</scope>
+            <type>test-jar</type>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>netty-threadgroup-config</artifactId>
similarity index 99%
rename from integration-tests/src/test/java/org/opendaylight/protocol/integration/bgp/ParserToSalTest.java
rename to bgp/topology-provider/src/test/java/org/opendaylight/bgpcep/bgp/topology/provider/ParserToSalTest.java
index 1a09b3053046c841ac87eb273d150a8412ee859e..e45e62f66cd8a77f0ec564f8c4b77a995c4480af 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.protocol.integration.bgp;
+package org.opendaylight.bgpcep.bgp.topology.provider;
 
 import static junit.framework.Assert.assertFalse;
 import static junit.framework.Assert.assertTrue;