Mock TRex STL libraries globally 17/52117/6
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 13 Feb 2018 17:17:22 +0000 (17:17 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 28 Feb 2018 13:36:39 +0000 (13:36 +0000)
commitb7513baa593bc9715abe652ef337c923619ead21
tree3c750fb14bb59661af9ee1d74b790584c8af68cf
parent3387e5618de37c37714c86cec9058d737cb01a5c
Mock TRex STL libraries globally

TRex Python libraries are not going to be available during
unit testing execution. Those modules calling TRex libraries
should be mocked individually. This patch will remove the need
of mocking those libraries per module.

JIRA: YARDSTICK-1010

Change-Id: I4aa11d43ecf32a3dad78f869541b4afea4ec1d28
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
yardstick/tests/unit/__init__.py
yardstick/tests/unit/benchmark/runner/test_search.py
yardstick/tests/unit/benchmark/scenarios/networking/test_vnf_generic.py