Use pip module instead of pip itself 93/5093/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 6 Jun 2017 05:05:30 +0000 (22:05 -0700)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 6 Jun 2017 15:19:18 +0000 (11:19 -0400)
commit63d7528a39e06ad4a4173fa11d4d51b6920c1713
treed741ec9483a8c351bd34790ff06768414a9ef1cf
parent2d0e35ec2fdbca31583674345cf1b72bf20997d8
Use pip module instead of pip itself

when the filepath is very long and pip is run in a
virtualenv, the filepath is truncated and the
commands don't work. Some ODL CSIT jobs have
this problem. They use the lftools to upload their
logs so these specific CSIT jobs are not getting
their logs updloaded.

Change-Id: I0b4c0ac785fe6e2fbd183c1b9332cc6fd7b0ecaa
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
shell/lftools-install.sh