aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vnf_samples/nsut/prox/tc_prox_baremetal_bng-4.yaml
diff options
context:
space:
mode:
authorAbhijit Sinha <abhijit.sinha@intel.com>2017-10-23 10:27:27 +0100
committerRoss Brattain <ross.b.brattain@intel.com>2017-10-23 15:52:20 +0000
commit6d170b5075f5750ba34b4647830f4c96bf5379ed (patch)
tree960b65c603ab3b0da229059747e8a7cb1f8695cb /samples/vnf_samples/nsut/prox/tc_prox_baremetal_bng-4.yaml
parent269c070a51389914c87b8f2c66a199ecabb6c5bb (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_bng-4.yaml')
-rw-r--r--samples/vnf_samples/nsut/prox/tc_prox_baremetal_bng-4.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/vnf_samples/nsut/prox/tc_prox_baremetal_bng-4.yaml b/samples/vnf_samples/nsut/prox/tc_prox_baremetal_bng-4.yaml
index 272d4e06f..dd1fc1a27 100644
--- a/samples/vnf_samples/nsut/prox/tc_prox_baremetal_bng-4.yaml
+++ b/samples/vnf_samples/nsut/prox/tc_prox_baremetal_bng-4.yaml
@@ -27,7 +27,7 @@ scenarios:
options:
vnf__0:
- prox_path: /root/dppd-PROX-v037/build/prox
+ prox_path: /opt/nsb_bin/prox
prox_config: "configs/handle_bng-4.cfg"
prox_args:
"-t": ""
@@ -36,7 +36,7 @@ scenarios:
"configs/ipv4.lua" : ""
tg__0:
- prox_path: /root/dppd-PROX-v037/build/prox
+ prox_path: /opt/nsb_bin/prox
prox_config: "configs/gen_bng-4.cfg"
prox_args:
"-e": ""
@@ -51,5 +51,5 @@ context:
type: Node
name: yardstick
nfvi_type: baremetal
- file: /etc/yardstick/nodes/prox-baremetal-4.yml
+ file: prox-baremetal-4.yaml