aboutsummaryrefslogtreecommitdiffstats
path: root/vsperf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-11-20 09:30:10 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-20 09:30:10 +0000
commit62cc56705f9ec94c59b2b0597ffdd1fa41008982 (patch)
tree16cdcc552dd7bd227252e9fd375e5cc46d040d55 /vsperf
parent66a2773d89c689d1b8740aa2388164582e9ccb6c (diff)
parentbee2d008c4f708895ef93a7918c20d546091ac29 (diff)
Merge "paths: Modify algorithm for PATHS verification"
Diffstat (limited to 'vsperf')
-rwxr-xr-xvsperf4
1 files changed, 2 insertions, 2 deletions
diff --git a/vsperf b/vsperf
index 68a961ec..6f248f89 100755
--- a/vsperf
+++ b/vsperf
@@ -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