diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2017-10-23 10:27:27 +0100 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-23 15:52:20 +0000 |
commit | 6d170b5075f5750ba34b4647830f4c96bf5379ed (patch) | |
tree | 960b65c603ab3b0da229059747e8a7cb1f8695cb /samples/vnf_samples/nsut/prox/tc_prox_baremetal_l2fwd_multiflow-4.yaml | |
parent | 269c070a51389914c87b8f2c66a199ecabb6c5bb (diff) |
BugFix: Fix to pod filename ext and prox path
As per defect:
- the "context:" stanza of every tc_prox_baremetal*.yaml"
file has an incorrect pathname for the config file
- tc_prox_baremetal_binsearch.yaml and
tc_prox_baremetal_ramp.yaml refer to
"prox-baremetal.yml", which idoes not exist
- incorrect prox bin path
Resolution:
- Unify the pod file name and path for all BM tests
- Prox bin path changed to "/opt/nsb_bin/prox"
Change-Id: I16b25189104ad5585ddc1c2c0dd71b3c4c2aecd3
Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
(cherry picked from commit 2ebe6693b09a221de154a697ba24817a61e8548d)
Diffstat (limited to 'samples/vnf_samples/nsut/prox/tc_prox_baremetal_l2fwd_multiflow-4.yaml')
-rw-r--r-- | samples/vnf_samples/nsut/prox/tc_prox_baremetal_l2fwd_multiflow-4.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/vnf_samples/nsut/prox/tc_prox_baremetal_l2fwd_multiflow-4.yaml b/samples/vnf_samples/nsut/prox/tc_prox_baremetal_l2fwd_multiflow-4.yaml index c429a4432..206a3ff6d 100644 --- a/samples/vnf_samples/nsut/prox/tc_prox_baremetal_l2fwd_multiflow-4.yaml +++ b/samples/vnf_samples/nsut/prox/tc_prox_baremetal_l2fwd_multiflow-4.yaml @@ -27,13 +27,13 @@ scenarios: options: vnf__0: - prox_path: /root/dppd-PROX-v037/build/prox + prox_path: /opt/nsb_bin/prox prox_config: "configs/handle_l2fwd_multiflow-4.cfg" prox_args: "-t": "" tg__0: - prox_path: /root/dppd-PROX-v037/build/prox + prox_path: /opt/nsb_bin/prox prox_config: "configs/gen_l2fwd_multiflow-4.cfg" prox_args: "-e": "" @@ -48,4 +48,4 @@ context: type: Node name: yardstick nfvi_type: baremetal - file: /etc/prox-baremetal-4.yml + file: prox-baremetal-4.yaml |