diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2023-02-28 12:59:37 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2023-03-01 10:56:01 +0000 |
commit | 1153b6d0153344d4d92518d2ca73ecfe71dfa9d9 (patch) | |
tree | 019fcc478bc3cda85d28ed960926a4729d0ff782 /helm/Dockerfile | |
parent | fde3ffa6e508ae30945c8f2fefbf941bf6d42074 (diff) |
New Test Development
- api, pap (except consolidated HC), apex and acm runtime passing
on both docker and helm environment
- other simulators exposed on simulator service
- topics are checked on test with robot http support
- apex temp engine port exposed
- xacml readiness added
Issue-ID: POLICY-4125
Change-Id: I39ee8c38e70dd3a4ad26ba69d7c62e61a211469e
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'helm/Dockerfile')
-rw-r--r-- | helm/Dockerfile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/helm/Dockerfile b/helm/Dockerfile deleted file mode 100644 index 5249e734..00000000 --- a/helm/Dockerfile +++ /dev/null @@ -1,14 +0,0 @@ -FROM python:3 -ARG CSIT_SCRIPT=${CSIT_SCRIPT} -ARG ROBOT_FILE=${ROBOT_FILE} -ENV ROBOT_WORKSPACE /opt/robotworkspace -ENV ROBOT_FILE $ROBOT_FILE -RUN python3 -m pip install --upgrade pip -RUN python3 -m pip install --upgrade --extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" 'robotframework-onap==0.5.1.*' --pre -RUN python3 -m pip freeze -RUN mkdir -p ${ROBOT_WORKSPACE} -COPY ${CSIT_SCRIPT} ${ROBOT_WORKSPACE} -COPY tests/ ${ROBOT_WORKSPACE}/ -WORKDIR ${ROBOT_WORKSPACE} -RUN chmod +x run-test.sh -CMD ["sh", "-c", "./run-test.sh" , "${ROBOT_FILE}"] |