Fix issues with 'Success_' stats reported by ProxBinSearchProfile 51/61051/7
authorSerhiy Pshyk <serhiyx.pshyk@intel.com>
Fri, 17 Aug 2018 15:35:41 +0000 (16:35 +0100)
committerSerhiy Pshyk <serhiyx.pshyk@intel.com>
Thu, 23 Aug 2018 08:48:53 +0000 (09:48 +0100)
commit06f80e44e3dd48164bee99296d5b2888378a317b
tree9a79d976a0d4f51cdf7b9f6cb36264f23ed9b4d5
parent27521123b2a178ce5d9038a4901e65ced0b9e35e
Fix issues with 'Success_' stats reported by ProxBinSearchProfile

List of changes:
  - Added 'Status' field to indicate status of each search iteration.
    Possible values are 'Success', 'Failure', 'Result'.
  - Removed reporting of duplicated stats with 'Success_' prefix.
    Instead 'Status' field is set to 'Success'
  - Removed reporting of duplicated stats with 'Result_' prefix.
    Instead 'Status' field is set to 'Result'
  - Updated Prox_BM_L2FWD-4Port_MultiSize-1518452496550.json dashboard
    to query success and result status by 'Status' field value.

JIRA: YARDSTICK-1386

Change-Id: I9a21a102af6cb4db137e805011b5d81c4943d77b
Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
dashboard/Prox_BM_L2FWD-4Port_MultiSize-1518452496550.json
yardstick/network_services/traffic_profile/prox_binsearch.py
yardstick/tests/unit/network_services/traffic_profile/test_prox_binsearch.py