From 44681729d9ef3a46934f2b36a5ab0b45c18d5249 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sat, 16 Nov 2019 16:44:27 +0100 Subject: [PATCH] Update to Xtesting 0.83 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It supports mimetypes and then eases reading the reports from browser. Change-Id: Ic38fca9fb05ca1ad76b589800b22bc78882c7806 Signed-off-by: Cédric Ollivier (cherry picked from commit 9df8ee861d2161a105598474092e5e83da88a354) --- docker/core/Dockerfile | 2 +- upper-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index e5600bd46..ab58b1eed 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=stable/rocky RUN apk --no-cache add --update \ python libffi openssl libjpeg-turbo py-pip bash \ - grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils && \ + grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils mailcap && \ apk --no-cache add --virtual .build-deps --update \ python-dev build-base linux-headers libffi-dev \ openssl-dev libjpeg-turbo-dev && \ diff --git a/upper-constraints.txt b/upper-constraints.txt index e61ecb7f7..6d3837beb 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -15,7 +15,7 @@ robotframework-httplibrary===0.4.2 robotframework-requests===0.4.7 robotframework-sshlibrary===2.1.3;python_version=='2.7' ansible===2.3.2.0 -xtesting===0.82.0 +xtesting===0.83.0 networking-bgpvpn===9.0.0 networking-sfc===7.0.0 neutron===13.0.2 -- 2.16.6