summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamo Luhrsen <jluhrsen@redhat.com>2017-06-30 14:39:21 -0700
committerJamo Luhrsen <jluhrsen@redhat.com>2017-06-30 14:39:28 -0700
commitaef6fbca85506c547ebfa1c66167f1568ffe8630 (patch)
tree3526f7385502f3e22bbcb5538b2274c11687153b
parentbcca6e377e0c2bfa5fb4df2689c910811793a622 (diff)
Install jmespath for cperf dockerfile
this is just to avoid an ugly error we'll get when running ODL Robot suites from this container. It will show up even if the .py file importing this library is unused. it was added in upstream ODL here: https://git.opendaylight.org/gerrit/#/c/58823/ Change-Id: Iaaa761e131602557407bb6c56d282c8856acba6f Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
-rw-r--r--docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5e3a05a..5f1338e 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -52,6 +52,7 @@ RUN pip install docker-py \
netifaces \
netaddr \
ipaddr \
+ jmespath \
jsonpath-rw \
robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}}