PoC of SOL005 Robot conformance tests into OSM's CICD
[osm/tests.git] / docker / Dockerfile
index b13f2ea..97b8222 100644 (file)
@@ -35,6 +35,9 @@ RUN git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git --recu
 COPY robot-systest /robot-systest
 COPY charm.sh /usr/sbin/charm
 
+# Copy conformance tests data
+COPY conformance-tests /robot-systest/conformance-tests
+
 # Folder where Robot tests are stored
 ENV ROBOT_DEVOPS_FOLDER=/robot-systest