On 03/27/2017 09:35 AM, Lori Jakab wrote: > On Mon, Mar 27, 2017 at 11:18 AM, Lori Jakab <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > The lispflowmapping performance tests have been failing for (quite) a > while. Looking at the root cause, it looks like the > netaddr Python package is missing on the Robot image: > > > https://logs.opendaylight.org/releng/jenkins092/lispflowmapping-csit-1node-performance-only-carbon/617/archives/log.html.gz > > <https://logs.opendaylight.org/releng/jenkins092/lispflowmapping-csit-1node-performance-only-carbon/617/archives/log.html.gz> > > Not sure why it was removed (accidentally?), but can someone please put > it back? > > > Looking ar jjb/integration/include-raw-integration-install-robotframework.sh > from releng/builder it looks like netaddr should > be installed by pip.
well, this is the virtualenv part and the lisp csit is calling "Run Process" to execute the lisp test tool, so I don't know if the virtaulenv is available there. However, it should be there from this yum install: https://github.com/opendaylight/releng-builder/blob/master/packer/provision/robot.sh#L42 it's not. Thanh checked a live system and it's not installed. We've asked Anil (when he comes online) to look in to updating the image and making sure netaddr is there. This is a weird one. Thanks, JamO > -Lori > > > > Thanks, > -Lori > > > > > _______________________________________________ > integration-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/integration-dev > _______________________________________________ infrastructure mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/infrastructure
