From 89566a29278fbef60ca14cba76b2ca6c1a57c32c Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Wed, 14 Feb 2018 15:32:53 +0100 Subject: BugFix: Fix to pod context filename The "context:file" of tc_prox_baremetal_lw_aftr has an incorrect path, compaired to all other prox test cases. Change-Id: Id24e74905f36bc84fdf93d1a2966211ecad55c8b Signed-off-by: Xavier Simonart --- samples/vnf_samples/nsut/prox/tc_prox_baremetal_lw_aftr-4.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/vnf_samples/nsut/prox') diff --git a/samples/vnf_samples/nsut/prox/tc_prox_baremetal_lw_aftr-4.yaml b/samples/vnf_samples/nsut/prox/tc_prox_baremetal_lw_aftr-4.yaml index 37af37dcc..c190910c9 100644 --- a/samples/vnf_samples/nsut/prox/tc_prox_baremetal_lw_aftr-4.yaml +++ b/samples/vnf_samples/nsut/prox/tc_prox_baremetal_lw_aftr-4.yaml @@ -50,5 +50,5 @@ 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