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_heat_context_bng_qos-4.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml') diff --git a/samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml b/samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml index 25d509260..0578bf5f7 100644 --- a/samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml +++ b/samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml @@ -27,7 +27,7 @@ scenarios: options: vnf__0: - prox_path: /root/dppd-PROX-v037.1/build/prox + prox_path: /opt/nsb_bin/prox prox_config: "configs/handle_bng_qos-4.cfg" prox_args: "-t": "" @@ -37,7 +37,7 @@ scenarios: "configs/dscp.lua" : "" tg__0: - prox_path: /root/dppd-PROX-v037.1/build/prox + prox_path: /opt/nsb_bin/prox prox_config: "configs/gen_bng_qos-4.cfg" prox_args: "-e": "" -- cgit 1.2.3-korg