summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-05-27 17:56:19 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-05-27 17:56:19 -0400
commit8b4b850101e0c71e078c67efeb5ce0efc16f351c (patch)
treeb6a460e09b1468d8a401e90296b60e66ee9a8b25
parent4065943df69857981c75bc264ca8c7b41ce279d3 (diff)
change to support processing of xml
-rw-r--r--tempest-pull/Dockerfile1
-rwxr-xr-xtempest-pull/setup2
2 files changed, 2 insertions, 1 deletions
diff --git a/tempest-pull/Dockerfile b/tempest-pull/Dockerfile
index 9bc3cd9..672b0ff 100644
--- a/tempest-pull/Dockerfile
+++ b/tempest-pull/Dockerfile
@@ -9,6 +9,7 @@ VOLUME /srv/data/logs
# Get dependencies
RUN pip install py2neo
+RUN pip install xmltodict
# Copy the local package files to the container's workspace.
ADD . /opt/tempest-pull
diff --git a/tempest-pull/setup b/tempest-pull/setup
index 162cd16..b273317 100755
--- a/tempest-pull/setup
+++ b/tempest-pull/setup
@@ -2,4 +2,4 @@
virtualenv venv
source venv/bin/activate
pip install py2neo
-pip install xml2dict
+pip install xmltodict