aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dcaegen2-services-slice-analysis-ms/Dockerfile
diff options
context:
space:
mode:
authorNiranjana <niranjana.y60@wipro.com>2022-03-17 09:03:08 +0000
committerdecheng zhang <decheng.zhang@huawei.com>2022-04-26 12:24:15 -0400
commit9ed698d4522c487445a1ca048f29836c5f59c5e6 (patch)
tree2976ff365ecdfcb294c9f4d4d377ac23d12dfb83 /scripts/dcaegen2-services-slice-analysis-ms/Dockerfile
parent8f88f01b9fbbdd2af363a747ecf43b9de15a9b6e (diff)
Add new testcase for network slicing capacity in slice-analysis-ms
Issue-ID: DCAEGEN2-2942 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I3842e57f094a996ea64423eab0790ac99927d751
Diffstat (limited to 'scripts/dcaegen2-services-slice-analysis-ms/Dockerfile')
-rw-r--r--scripts/dcaegen2-services-slice-analysis-ms/Dockerfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/dcaegen2-services-slice-analysis-ms/Dockerfile b/scripts/dcaegen2-services-slice-analysis-ms/Dockerfile
deleted file mode 100644
index 52d54a57..00000000
--- a/scripts/dcaegen2-services-slice-analysis-ms/Dockerfile
+++ /dev/null
@@ -1,15 +0,0 @@
-FROM python:alpine3.7
-
-ADD configdb-sim.py /
-
-ADD ./sim-data /
-
-RUN pip install Flask --trusted-host pypi.org --trusted-host files.pythonhosted.org
-
-RUN pip install requests --trusted-host pypi.org --trusted-host files.pythonhosted.org
-
-EXPOSE 5000
-
-CMD ["flask", "run", "--host", "0.0.0.0"]
-
-CMD [ "python", "./configdb-sim.py" ]