X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Ftests%2FDockerfile;fp=docker%2Ftests%2FDockerfile;h=2c824bc3e6bb1293ea0371ec6d43c75aee6761d3;hb=e78f5a762565fe67b2637b560fdc829a9d71ccd0;hp=bafe66f5302bf9f7993a770c30c59cee04270801;hpb=2aab0d77d06ee94a10ffed431d1b270871ce319e;p=osm%2Fdevops.git diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index bafe66f5..2c824bc3 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -42,7 +42,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ iputils-ping=3:* \ jq=1.6* \ libcurl4-openssl-dev=7.81.* \ - libssl-dev=3.0.* + libssl-dev=3.0.* \ + libmagic1=1:5.* ARG OSM_TESTS_URL ARG PYTHON3_OSM_IM_URL @@ -66,6 +67,9 @@ 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 +COPY pyangbind.patch /robot-systest +RUN patch /usr/local/lib/python3.10/dist-packages/pyangbind/lib/yangtypes.py < /robot-systest/pyangbind.patch + ARG CACHE_DATE=not_a_date RUN git clone \ https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git \