T3: Ping to same host behind two routers

Change-Id: Idb07b620587345c4ffefccc980e365606bbbffc0
diff --git a/BUCK b/BUCK
index 50905b2..f28792c 100644
--- a/BUCK
+++ b/BUCK
@@ -8,11 +8,13 @@
     '//cli:onos-cli',
     '//drivers/default:onos-drivers-default',
     '//apps/segmentrouting/app:onos-apps-segmentrouting-app',
+    '//apps/route-service/api:onos-apps-route-service-api',
 ]
 
 TEST_DEPS = [
     '//lib:TEST_ADAPTERS',
     '//utils/misc:onlab-misc',
+    '//apps/route-service/api:onos-apps-route-service-api-tests',
 ]
 
 osgi_jar_with_tests (
@@ -26,5 +28,5 @@
     url = 'https://wiki.opencord.org/pages/viewpage.action?pageId=4456974',
     description = 'Provides static analysis of flows and groups ' +
     'to determine the possible paths a packet may take.',
-    required_apps = [ 'org.onosproject.segmentrouting' ],
+    required_apps = [ 'org.onosproject.segmentrouting', 'org.onosproject.route-service' ],
 )