diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-11-09 13:09:25 +0000 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2017-11-09 13:25:25 +0000 |
commit | bee2d008c4f708895ef93a7918c20d546091ac29 (patch) | |
tree | 7ed345d225596138621080a9338f8fd137cf1476 /conf/03_traffic.conf | |
parent | 1653f5d6a12febed50f138076dcf8c191d9f24e6 (diff) |
paths: Modify algorithm for PATHS verification
VSPERF verifies if PATHS to the tools (vSwitch, VNF, etc.)
are valid. This check was modified to take into the account
tools required by selected testcase. It will help to avoid
runtime errors triggered by missing tools, which
are not essential for testcase execution.
Change-Id: Ifcfea983cad1bdbc8c1f08c7a0281001005410df
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
Diffstat (limited to 'conf/03_traffic.conf')
-rw-r--r-- | conf/03_traffic.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf index b5533833..c16b0d6a 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -444,7 +444,7 @@ TRAFFICGEN_TREX_LINE_SPEED_GBPS = '10' # FOR SR-IOV or multistream layer 2 tests to work with T-Rex enable Promiscuous mode TRAFFICGEN_TREX_PROMISCUOUS=False PATHS['trafficgen'] = { - 'trex': { + 'Trex': { 'type' : 'src', 'src': { 'path': os.path.join(ROOT_DIR, 'src/trex/trex/scripts/automation/trex_control_plane/stl') |