From b3f2bf77efe17d868c4daff0a900b86c77b2e2d5 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Fri, 17 Nov 2017 09:48:39 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "NSB Prox BM test case fixes for scale up" - 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 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 144e46765..680cd988b 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 144e467652c2b6cd11803ef78014d2748b6ec4a8 +Subproject commit 680cd988b2dfc5a0074cb829e5bae69f0bc7a6af -- cgit 1.2.3-korg