diff options
Diffstat (limited to 'yardstick/tests')
-rw-r--r-- | yardstick/tests/p2p_rfc2544_throughput_sample.yaml | 2 | ||||
-rw-r--r-- | yardstick/tests/rfc2544_back2back_dummy.yaml | 2 | ||||
-rw-r--r-- | yardstick/tests/rfc2544_continuous_dummy.yaml | 2 | ||||
-rw-r--r-- | yardstick/tests/rfc2544_throughput_dummy.yaml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/yardstick/tests/p2p_rfc2544_throughput_sample.yaml b/yardstick/tests/p2p_rfc2544_throughput_sample.yaml index b633732b..91aa5d00 100644 --- a/yardstick/tests/p2p_rfc2544_throughput_sample.yaml +++ b/yardstick/tests/p2p_rfc2544_throughput_sample.yaml @@ -28,7 +28,7 @@ scenarios: type: Vsperf options: testname: 'p2p_rfc2544_throughput' - traffic_type: 'rfc2544' + traffic_type: 'rfc2544_throughput' frame_size: '64' bidirectional: 'True' iload: 100 diff --git a/yardstick/tests/rfc2544_back2back_dummy.yaml b/yardstick/tests/rfc2544_back2back_dummy.yaml index a3265c52..9fe834c5 100644 --- a/yardstick/tests/rfc2544_back2back_dummy.yaml +++ b/yardstick/tests/rfc2544_back2back_dummy.yaml @@ -30,7 +30,7 @@ scenarios: type: Vsperf options: testname: 'rfc2544_back2back' - traffic_type: 'back2back' + traffic_type: 'rfc2544_back2back' frame_size: '64' bidirectional: 'True' iload: 100 diff --git a/yardstick/tests/rfc2544_continuous_dummy.yaml b/yardstick/tests/rfc2544_continuous_dummy.yaml index fea0af3f..9d189c80 100644 --- a/yardstick/tests/rfc2544_continuous_dummy.yaml +++ b/yardstick/tests/rfc2544_continuous_dummy.yaml @@ -30,7 +30,7 @@ scenarios: type: Vsperf options: testname: 'rfc2544_continuous' - traffic_type: 'continuous' + traffic_type: 'rfc2544_continuous' frame_size: '64' bidirectional: 'True' iload: 100 diff --git a/yardstick/tests/rfc2544_throughput_dummy.yaml b/yardstick/tests/rfc2544_throughput_dummy.yaml index 81755c50..9ebf28c4 100644 --- a/yardstick/tests/rfc2544_throughput_dummy.yaml +++ b/yardstick/tests/rfc2544_throughput_dummy.yaml @@ -30,7 +30,7 @@ scenarios: type: Vsperf options: testname: 'rfc2544_throughput' - traffic_type: 'rfc2544' + traffic_type: 'rfc2544_throughput' frame_size: '64' bidirectional: 'True' iload: 100 |