Seperating usecase test suite dependencies
[integration/csit.git] / plans / usecases / 5G-bulkpm / composefile / onap.docker-compose-e2e
diff --git a/plans/usecases/5G-bulkpm/composefile/onap.docker-compose-e2e b/plans/usecases/5G-bulkpm/composefile/onap.docker-compose-e2e
deleted file mode 100644 (file)
index 1c05ca5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-version: '2.1'
-services:
-  datarouter-subscriber:
-      image: nexus3.onap.org:10001/onap/dmaap/datarouter-subscriber:2.0.0-SNAPSHOT
-      container_name: fileconsumer-node
-      hostname: subscriber.com
-      ports:
-       - "7070:7070"
-      volumes:
-       - ../subscriber_data/subscriber.properties:/opt/app/subscriber/etc/subscriber.properties
-
-  sftp:
-    container_name: sftp
-    image: atmoz/sftp
-    ports:
-      - "2222:22"
-    volumes:
-      - /host/upload:/home/admin
-    command: admin:admin:1001
\ No newline at end of file