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