From: Jamo Luhrsen Date: Fri, 30 Jun 2017 21:39:21 +0000 (-0700) Subject: Install jmespath for cperf dockerfile X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F36807%2F1;p=cperf.git 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 --- 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}}