From db5b1e9d33327868d3768ad76e398f6b0e6aee1a Mon Sep 17 00:00:00 2001 From: Abhijit Sinha Date: Fri, 21 Sep 2018 16:48:02 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "SA: Fix private key file name generation issue" - SA: Fix private key file name generation issue In current implementation of Yardstick, SA context uses the same SSH key file name for each VM created. E.g. the Yardstick overrides the key file context each time the new VM is created. As a result, the key file is valid only for last VM created by Yardstick causing the connection problem for other VMs. Solution is to generate different key file name for each VM name separately. JIRA: YARDSTICK-1436 Change-Id: I22ae2874695736255aa3314654a2cced9338b53d Signed-off-by: Mytnyk, Volodymyr --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 115a4df2a..497292013 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 115a4df2aeeec7a50cc1348a66b9c5e2cc3b442c +Subproject commit 497292013ef0d7e1e014d76803d4f284618b4986 -- cgit 1.2.3-korg