diff options
Diffstat (limited to 'core/traffic_controller_rfc2544.py')
-rw-r--r-- | core/traffic_controller_rfc2544.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/traffic_controller_rfc2544.py b/core/traffic_controller_rfc2544.py index c3d9ab91..a6b3e7f9 100644 --- a/core/traffic_controller_rfc2544.py +++ b/core/traffic_controller_rfc2544.py @@ -104,7 +104,7 @@ class TrafficControllerRFC2544(ITrafficController, IResults): duration=self._duration) elif traffic['traffic_type'] == 'continuous': result = self._traffic_gen_class.send_cont_traffic( - traffic, time=int(get_test_param('rfc2544_duration', 30))) + traffic, duration=int(get_test_param('duration', 30))) else: result = self._traffic_gen_class.send_rfc2544_throughput( traffic, trials=self._trials, |