Renamed Test Cleanup to Suite Cleanup; fix teardown to work properly in test suites
[osm/tests.git] / docker / Dockerfile
index 2ae03c9..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
 
@@ -45,7 +48,7 @@ ENV ENVIRONMENTS_FOLDER=environments
 ENV PACKAGES_FOLDER=/robot-systest/osm-packages
 
 # Folder where test results should be exported
-ENV ROBOT_REPORT_FOLDER=/robot-systest/results
+ENV ROBOT_REPORT_FOLDER=/robot-systest/reports
 
 # Kubeconfig file
 ENV K8S_CREDENTIALS=/root/.kube/config