From 2ebe6693b09a221de154a697ba24817a61e8548d Mon Sep 17 00:00:00 2001 From: Abhijit Sinha Date: Mon, 23 Oct 2017 10:27:27 +0100 Subject: 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 --- samples/vnf_samples/nsut/prox/tc_prox_baremetal_l3fwd-4.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'samples/vnf_samples/nsut/prox/tc_prox_baremetal_l3fwd-4.yaml') diff --git a/samples/vnf_samples/nsut/prox/tc_prox_baremetal_l3fwd-4.yaml b/samples/vnf_samples/nsut/prox/tc_prox_baremetal_l3fwd-4.yaml index c0819df3f..2f8acce0b 100644 --- a/samples/vnf_samples/nsut/prox/tc_prox_baremetal_l3fwd-4.yaml +++ b/samples/vnf_samples/nsut/prox/tc_prox_baremetal_l3fwd-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_l3fwd-4.cfg" prox_args: "-t": "" @@ -35,7 +35,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_l3fwd-4.cfg" prox_args: "-e": "" @@ -50,4 +50,4 @@ context: type: Node name: yardstick nfvi_type: baremetal - file: /etc/yardstick/nodes/prox-baremetal-4.yml + file: prox-baremetal-4.yaml -- cgit 1.2.3-korg