diff options
Diffstat (limited to 'vsperf')
-rwxr-xr-x | vsperf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -546,8 +546,8 @@ def main(): settings.setValue('mode', args['mode']) - # set dpdk and ovs paths according to VNF and VSWITCH - if settings.getValue('mode') != 'trafficgen': + # update paths to trafficgens if required + if settings.getValue('mode') == 'trafficgen': functions.settings_update_paths() # if required, handle list-* operations |