prox: pass prox_config_dict between Processes using queue 79/42379/5
authorRoss Brattain <ross.b.brattain@intel.com>
Tue, 19 Sep 2017 08:07:15 +0000 (01:07 -0700)
committerEdward MacGillivray <edward.s.macgillivray@intel.com>
Tue, 19 Sep 2017 21:36:12 +0000 (14:36 -0700)
commit94612c27db940251eb40018a48be73fc7507d1c4
tree4072c07ffd725421b9857f6b8b64f963bc7558df
parent661d78e5ad9a831a4e6c36287d17ff6829b062d0
prox: pass prox_config_dict between Processes using queue

we generate the prox_config_dict in the _run Process,
but we also need it in the _traffic_runner Process to
get core info.

use a queue to pass the config list between the processes

enable collect_kpi

Change-Id: Ibaf41d606e559a87addf43d6ddaed206dbd2d20c
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com>
tests/unit/network_services/traffic_profile/test_prox_binsearch.py
tests/unit/network_services/traffic_profile/test_prox_mpls.py
tests/unit/network_services/traffic_profile/test_prox_profile.py
tests/unit/network_services/vnf_generic/vnf/test_prox_helpers.py
tests/unit/network_services/vnf_generic/vnf/test_prox_vnf.py
tests/unit/network_services/vnf_generic/vnf/test_tg_prox.py
yardstick/network_services/traffic_profile/prox_profile.py
yardstick/network_services/vnf_generic/vnf/prox_helpers.py
yardstick/network_services/vnf_generic/vnf/prox_vnf.py