diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-05-15 15:46:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-15 15:46:39 +0000 |
commit | ebeb81ea222770e2f5330b680a8a13f587e023e8 (patch) | |
tree | cdc98f7e7e3088571f1abf87e346bca6c9629af6 /tests/unit/network_services/traffic_profile/test_prox_binsearch.py | |
parent | 29a75d1c182b6a707c36fbc48a3e4b123f390d9f (diff) | |
parent | 443b3d4ada33d464bdf59fe1ef0da4c8bf9a8607 (diff) |
Merge "Fix PROX throughput result calculation"
Diffstat (limited to 'tests/unit/network_services/traffic_profile/test_prox_binsearch.py')
-rw-r--r-- | tests/unit/network_services/traffic_profile/test_prox_binsearch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/network_services/traffic_profile/test_prox_binsearch.py b/tests/unit/network_services/traffic_profile/test_prox_binsearch.py index 1b4189b48..28840ef98 100644 --- a/tests/unit/network_services/traffic_profile/test_prox_binsearch.py +++ b/tests/unit/network_services/traffic_profile/test_prox_binsearch.py @@ -68,7 +68,7 @@ class TestProxBinSearchProfile(unittest.TestCase): # Result Samples inc theor_max result_tuple = {"Result_Actual_throughput": 7.5e-07, - "Result_theor_max_throughput": 0.00012340000000000002, + "Result_theor_max_throughput": 1.234e-10, "Result_pktSize": 200} profile.queue.put.assert_called_with(result_tuple) |