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 /conf | |
parent | 66a2773d89c689d1b8740aa2388164582e9ccb6c (diff) | |
parent | bee2d008c4f708895ef93a7918c20d546091ac29 (diff) |
Merge "paths: Modify algorithm for PATHS verification"
Diffstat (limited to '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 6cfbbf23..a88e4bcc 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -457,7 +457,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') |