diff options
author | Rex Lee <limingjiang@huawei.com> | 2016-12-01 09:34:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-01 09:34:27 +0000 |
commit | fad4811d1a722f2577f158840b7c8e61489e2e90 (patch) | |
tree | 2af421f3a784f5d09fc155629a95d6da08c6f4e7 /tests/unit/benchmark/scenarios/networking/test_vsperf.py | |
parent | ccdca64bafb07057dd482cf04da7bf9e64dc1928 (diff) | |
parent | b1727baf59060f6caeed70c8f7ebd0325e71a8a1 (diff) |
Merge "vsperf: Enhanced vswitchperf configuration"
Diffstat (limited to 'tests/unit/benchmark/scenarios/networking/test_vsperf.py')
-rw-r--r-- | tests/unit/benchmark/scenarios/networking/test_vsperf.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/unit/benchmark/scenarios/networking/test_vsperf.py b/tests/unit/benchmark/scenarios/networking/test_vsperf.py index cb5c09ab3..25d52212b 100644 --- a/tests/unit/benchmark/scenarios/networking/test_vsperf.py +++ b/tests/unit/benchmark/scenarios/networking/test_vsperf.py @@ -39,17 +39,17 @@ class VsperfTestCase(unittest.TestCase): } self.args = { 'options': { - 'testname': 'rfc2544_p2p_continuous', + 'testname': 'p2p_rfc2544_continuous', 'traffic_type': 'continuous', - 'pkt_sizes': '64', + 'frame_size': '64', 'bidirectional': 'True', 'iload': 100, - 'duration': 29, 'trafficgen_port1': 'eth1', 'trafficgen_port2': 'eth3', 'external_bridge': 'br-ex', - 'conf-file': 'vsperf-yardstick.conf', - 'setup-script': 'setup_yardstick.sh', + 'conf_file': 'vsperf-yardstick.conf', + 'setup_script': 'setup_yardstick.sh', + 'test_params': 'TRAFFICGEN_DURATION=30;', }, 'sla': { 'metrics': 'throughput_rx_fps', |