remove trex install from run_tests.sh. 71/28271/2
authorRoss Brattain <ross.b.brattain@intel.com>
Tue, 7 Feb 2017 10:17:43 +0000 (02:17 -0800)
committerDeepak S <deepak.s@linux.intel.com>
Wed, 8 Feb 2017 14:15:34 +0000 (14:15 +0000)
commit35c03f69182e2b6e663c0fb2c2dc96a11bd296f2
tree4b4d6ad6bfbc5b468cb72c61beab2fba2dbd8b28
parenta4241e6e9b121447a50fdfe0d79b322c2e2aaea9
remove trex install from run_tests.sh.

We have mocked out all the Trex imports, so we don't need to download
the Trex library

It doesn't really make sense to down external libraries
each time we run unittests.  Trex is a large stand-alone package
and shouldn't really be used during unittests

Importing Trex caused some odd pyzmq import errors on Python 3

File "/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master
  /trex/scripts/external_libs/pyzmq-14.5.0/python3/fedora18
  /64bit/zmq/backend/cython/__init__.py", line 6, in <module>
    from . import (constants, error, message, context,
ImportError: cannot import name 'constants'

Change-Id: I2ed06c0f88061baeff9ec96534cc59cca81924cc
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
run_tests.sh