diff options
author | Niranjana <niranjana.y60@wipro.com> | 2022-03-17 09:03:08 +0000 |
---|---|---|
committer | decheng zhang <decheng.zhang@huawei.com> | 2022-04-26 12:24:15 -0400 |
commit | 9ed698d4522c487445a1ca048f29836c5f59c5e6 (patch) | |
tree | 2976ff365ecdfcb294c9f4d4d377ac23d12dfb83 /scripts/dcaegen2-services-slice-analysis-ms/Dockerfile | |
parent | 8f88f01b9fbbdd2af363a747ecf43b9de15a9b6e (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/Dockerfile | 15 |
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" ] |