Fix PROX throughput result calculation 59/57359/8
authorAbhijit Sinha <abhijit.sinha@intel.com>
Mon, 14 May 2018 13:31:52 +0000 (14:31 +0100)
committerAbhijit Sinha <abhijit.sinha@intel.com>
Tue, 15 May 2018 13:33:51 +0000 (14:33 +0100)
commit443b3d4ada33d464bdf59fe1ef0da4c8bf9a8607
treed37550831a7199815126559e237e7e5367ff89a6
parent36855392d8f0996ec4565ac409212981ffad6a47
Fix PROX throughput result calculation

The success criteria needed a fix for throughput
calculation. The results on success criteria were
muliplied by 1000*1000 which is not correct and
not needed as this was leading to false results
in grafana.

JIRA: YARDSTICK-1172

Change-Id: I56b24a700f8a565db80897aeab796e7039cae5c9
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
tests/unit/network_services/traffic_profile/test_prox_binsearch.py
yardstick/network_services/traffic_profile/prox_binsearch.py