Merge branch 'v2.0'
[osm/SO.git] / examples / ping_pong_ns / CMakeLists.txt
index e373c2a..7aa4976 100644 (file)
@@ -53,21 +53,12 @@ install(
       COMPONENT ${PKG_LONG_NAME}
     )
 
-install(
-    FILES
-      ${CMAKE_CURRENT_BINARY_DIR}/ping_vnfd_with_image.tar.gz
-      ${CMAKE_CURRENT_BINARY_DIR}/pong_vnfd_with_image.tar.gz
-    DESTINATION
-      usr/rift/mano/examples/ping_pong_ns
-    COMPONENT ${PKG_LONG_NAME}
-    OPTIONAL
-    )
-
 rift_python_install_tree(
   COMPONENT ${PKG_LONG_NAME}
   FILES
     rift/mano/examples/ping_pong_nsd.py
     rift/mano/examples/start_traffic.py
+    rift/mano/examples/ping_set_rate.py
   )
 
 install(