Runners crash on test startup. 77/61177/5
authorDanielMartinBuckley <daniel.m.buckley@intel.com>
Tue, 21 Aug 2018 13:17:25 +0000 (14:17 +0100)
committerDanielMartinBuckley <daniel.m.buckley@intel.com>
Thu, 23 Aug 2018 09:34:10 +0000 (10:34 +0100)
commit61881a0b18dfe041db724eb666b6fd6f674758f8
treeacd71b5d127738f45adc95acd63fec86d25ccb11
parent4343c22ed72556aca12aea1167b7b92e02e8a20d
Runners crash on test startup.

JIRA: YARDSTICK-1393

The problem resides in this traffic generator class: this class
is inheriting from SampleVNFTrafficGen and overriding the
__init__ method but is NOT calling the parent class __init__
one.

Change-Id: I206a66e361a3e2eb50bb5fa01ddadae25b4a9f54
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
yardstick/network_services/vnf_generic/vnf/tg_prox.py
yardstick/tests/unit/network_services/vnf_generic/vnf/test_tg_prox.py