Install jmespath for cperf dockerfile 07/36807/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 30 Jun 2017 21:39:21 +0000 (14:39 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 30 Jun 2017 21:39:28 +0000 (14:39 -0700)
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>
docker/Dockerfile

index 5e3a05a..5f1338e 100644 (file)
@@ -52,6 +52,7 @@ RUN pip install docker-py \
     netifaces \
     netaddr \
     ipaddr \
+    jmespath \
     jsonpath-rw \
     robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}}