From e3740b25f83b23a46acfd77bfb3fdbea223d89fa Mon Sep 17 00:00:00 2001 From: "Mytnyk, Volodymyr" Date: Wed, 4 Apr 2018 16:30:08 +0100 Subject: [PATCH] Update git submodules * Update docs/submodules/yardstick from branch 'stable/fraser' - Add scale out TCs with availability zone support Add PROX and vFW scale out TCs with availability zone configuration. To be able to specify the availability zone for specific VNF or TG the following example of command line option shoud be used: yardstick -d task start --task-args='{ "num_vnfs": 2, "availability_zone": { "vnf_0": "az_0", "tg_0": "az_0", "vnf_1": "az_1", "tg_1": "az_1", ... }}' The steps to run new scale-out TCs is documented in the userguide. JIRA: YARDSTICK-1203 Change-Id: Ib3878485c5483981fe9b48ab02995712bcc31ae5 Signed-off-by: Mytnyk, Volodymyr (cherry picked from commit 0156b5c37e08f91a37dda08edb854758bbba7413) --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index ab9af285f..1d1c746e5 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit ab9af285f2fce475c2389f15696e2800a0010f0c +Subproject commit 1d1c746e56bf498054bcc21d1635f8958ac0b9c4 -- 2.16.6