Bbs test cases are not run while bbs code is merged
[integration/csit.git] / tests / dcaegen2 / bbs-testcases / resources / simulator / DMaaP_simulator
diff --git a/tests/dcaegen2/bbs-testcases/resources/simulator/DMaaP_simulator b/tests/dcaegen2/bbs-testcases/resources/simulator/DMaaP_simulator
deleted file mode 100644 (file)
index 8139fc3..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-FROM python:3-alpine
-
-ADD DMaaP.py httpServerLib.py /
-COPY certs/* /certs/
-
-CMD [ "python", "./DMaaP.py" ]