diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-11-20 09:30:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-20 09:30:10 +0000 |
commit | 62cc56705f9ec94c59b2b0597ffdd1fa41008982 (patch) | |
tree | 16cdcc552dd7bd227252e9fd375e5cc46d040d55 /vsperf | |
parent | 66a2773d89c689d1b8740aa2388164582e9ccb6c (diff) | |
parent | bee2d008c4f708895ef93a7918c20d546091ac29 (diff) |
Merge "paths: Modify algorithm for PATHS verification"
Diffstat (limited to 'vsperf')
-rwxr-xr-x | vsperf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -564,8 +564,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 |