Fix TRex RFC2544 traffic profile tolerance definition 41/60941/2
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 14 Aug 2018 13:50:27 +0000 (14:50 +0100)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 14 Aug 2018 14:36:13 +0000 (15:36 +0100)
commitae3505a798a19bb8422c9ddf3ea40d315312bdcf
treed2b6192427f272ac4ed55e13da5a94073bf1bc49
parent799a7d36587b14cbc0a9e24da5ba627b7ccb935c
Fix TRex RFC2544 traffic profile tolerance definition

In TRex RFC2544 traffic profile, the tolerance limit is not set correctly.
The parameters "tol_high" and "tol_low" in "get_drop_percentage" are
incorrect.

The tolerance limit should be reduced to 0.01.

JIRA: YARDSTICK-1382

Change-Id: If5fc1f3aec86effabd7903e0924724fe7eeb42ab
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
yardstick/network_services/traffic_profile/rfc2544.py
yardstick/network_services/vnf_generic/vnf/sample_vnf.py
yardstick/network_services/vnf_generic/vnf/tg_rfc2544_trex.py
yardstick/tests/unit/network_services/traffic_profile/test_rfc2544.py
yardstick/tests/unit/network_services/vnf_generic/vnf/test_sample_vnf.py
yardstick/tests/unit/network_services/vnf_generic/vnf/test_tg_rfc2544_trex.py