projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01972d2
)
Updated the Tests container's Dockerfile to include the conformance-tests folder
75/11275/1
author
veleza
<axel.velez@etsi.org>
Tue, 19 Oct 2021 14:43:44 +0000
(14:43 +0000)
committer
veleza
<axel.velez@etsi.org>
Tue, 19 Oct 2021 14:53:03 +0000
(14:53 +0000)
Change-Id: I1c6eaf4f32b949adf2586a41210e2f778a9a9c2e
Signed-off-by: veleza <axel.velez@etsi.org>
docker/tests/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/tests/Dockerfile
b/docker/tests/Dockerfile
index
711b66a
..
115f8fb
100644
(file)
--- a/
docker/tests/Dockerfile
+++ b/
docker/tests/Dockerfile
@@
-51,6
+51,7
@@
RUN pip3 install \
-r /usr/share/osm-tests/requirements.txt
RUN mv /usr/share/osm-tests/robot-systest /robot-systest
+RUN mv /usr/share/osm-tests/conformance-tests/ /robot-systest/
RUN mv /usr/share/osm-tests/charm.sh /usr/sbin/charm
RUN git clone \