From 03a1e7264d0160239090ce705e6973fc6a938600 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Thu, 14 Dec 2017 05:06:28 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "NSB Prox BM test case fixes for scale up" into stable/euphrates - NSB Prox BM test case fixes for scale up YARDSTICK-839 In a scale-up test the VNF number can start from 0 to MAX (num_vnf-1) The NSB PROX BM test nodes are currently marked as: tg__0: trafficgen_1.yardstick vnf__0: vnf.yardstick They need to be changed to the below: tg__0: tg_0.yardstick vnf__0: vnf_0.yardstick Changes done are: - All BM Prox test cases have tg_0 and vnf_0 as default test nodes - The prox-baremetal-1/2/4.yaml sample pod file - Cleaned Up some unused Prox test/config files Change-Id: I819011bcb35eda62b17dd3e1035918918c582b13 Signed-off-by: Abhijit Sinha (cherry picked from commit 4b0bf9ea920b461b6464d0c6888b3b0bcc9a0004) --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 329a9650d..9e218eb33 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 329a9650d2cc0f79b828854e906327fdb44ec845 +Subproject commit 9e218eb334621677379485033b3a75ea6cae2ac3 -- cgit 1.2.3-korg