X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FDockerfile;h=72bf2150fcd71b636ed916a9e1e64222738f02bc;hb=5b7332fbe46cc12c39ee85f7a9c8a8b09b60e939;hp=b13f2ea2df55bca01f3ed0e2cac000ac57f9984f;hpb=6366c6877972bc918c0349f0509dfb95d760d79a;p=osm%2Ftests.git diff --git a/docker/Dockerfile b/docker/Dockerfile index b13f2ea..72bf215 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -25,16 +25,19 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install git soft RUN add-apt-repository -y ppa:rmescandon/yq && apt update && apt install yq -y RUN python3 -m pip install haikunator requests robotframework robotframework-seleniumlibrary robotframework-requests robotframework-jsonlibrary \ - robotframework-sshlibrary charm-tools git+https://osm.etsi.org/gerrit/osm/IM.git git+https://osm.etsi.org/gerrit/osm/osmclient.git + robotframework-sshlibrary charm-tools git+https://osm.etsi.org/gerrit/osm/IM.git@sol006 git+https://osm.etsi.org/gerrit/osm/osmclient.git@sol006 # Preparing working environment WORKDIR /robot-systest -RUN git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git --recurse-submodules /robot-systest/osm-packages +RUN git clone --branch sol006 https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git --recurse-submodules /robot-systest/osm-packages # Copy robot folder and charm.sh 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