From aef6fbca85506c547ebfa1c66167f1568ffe8630 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Fri, 30 Jun 2017 14:39:21 -0700 Subject: 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 --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/Dockerfile') 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}} -- cgit 1.2.3-korg