summaryrefslogtreecommitdiffstats
path: root/docs/submodules/yardstick
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-03-06 17:21:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-06 17:21:43 +0000
commit21b14da117519b7eec692ade652352465b110248 (patch)
tree2e4b1c3c77738bb27f0b3baa12bcc3090d9719a0 /docs/submodules/yardstick
parent3b3b4afde698564dd0f69b6771efad7f227709ef (diff)
Update git submodules
* Update docs/submodules/yardstick from branch 'master' - Merge "Move SSH key generation from "init" to "deploy"" - Move SSH key generation from "init" to "deploy" In [1], the Context SSH key generation was modified; the SSH now has a name matching the name context (which depends on the given name and the task ID). In a test suite, the task ID is the same for all test cases executed in the same batch. If the context name of different test cases is the same (there is no impediment, e.g.: "demo", "yardstick"), the SSH key filename will be the same. Currently the SSH key generation is done during the initialization process, at the begining of the test suite executing. If, by coincidence, two test cases have the same context name, the first one will remove the SSH key file during the "undeploy" process; then the second one will rise an exception because the SSH key file is deleted. This patch moves the SSH key file generation from the initialization process to the context deploy process: TEST SUITE: - init: parse all test cases - test case 1: - deploy (generate SSH keys) - run - undeploy (delete SSH keys) - test case 2: ... [1] Id175061d6cfe23a068bb3d12ce176c1f176e8236 JIRA: YARDSTICK-1045 Change-Id: I05dc46db20d2a0cba3092c415ce9b248513406fb Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Diffstat (limited to 'docs/submodules/yardstick')
m---------docs/submodules/yardstick0
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick
-Subproject 8544a361f831f324eae33f8a48b94bf2a34f5ab
+Subproject 983435d34a8d3bd73417ba96bc75c3e3ddca6b0