X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yardstick%2Ftests%2Funit%2Fnetwork_services%2Ftraffic_profile%2Ftest_rfc2544.py;h=fdcd36f0eb97d00eac4e3e1d5b0c71f726e2c227;hb=ede54e4a04df7a7fa3924935cd6bcf94a3efbfdc;hp=b8fbc634475fcd58d1f40a6052fe175d599538a2;hpb=bb8a40544fdac7c9c5311b42993bf93f2d4da903;p=yardstick.git diff --git a/yardstick/tests/unit/network_services/traffic_profile/test_rfc2544.py b/yardstick/tests/unit/network_services/traffic_profile/test_rfc2544.py index b8fbc6344..fdcd36f0e 100644 --- a/yardstick/tests/unit/network_services/traffic_profile/test_rfc2544.py +++ b/yardstick/tests/unit/network_services/traffic_profile/test_rfc2544.py @@ -275,7 +275,7 @@ class TestRFC2544Profile(base.BaseUnitTestCase): 'timestamp': datetime.datetime(2000, 1, 1, 1, 1, 1, 31)}} ] completed, output = rfc2544_profile.get_drop_percentage( - samples, 0, 0, False) + samples, 0, 0, False, 0.1) expected = {'DropPercentage': 50.0, 'Latency': {'xe1': 'Latency1', 'xe2': 'Latency2'}, 'RxThroughput': 1000000.0,