diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-04-24 01:58:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-24 01:58:31 +0000 |
commit | 8c177de61a54d3212b209d079e20f700e9f1690c (patch) | |
tree | 2fa292979dbcbecf5e3788f435fc5231d2b11cb0 /docs/submodules/yardstick | |
parent | 77d570c69614f87e3e4baea70f3e073aee79295c (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "standardize ssh auth"
- standardize ssh auth
we need to be following defautl paramiko rules,
first use pkey, then key_filenames (autodetecting ~/.ssh/ keys),
then password
We have too much boilerplate redudant code everywhere, we need
to standardize on a factory function that takes a node dict.
Using Python3 ChainMap we can layer overrides and defaults.
VNF descriptors have to default key_filename, password to Python None.
The only way to do this is to omit key values if the variable is not
defined, this way the dict will not have the value and it will
default to Python None
Add python2 chainmap backport
Updated unittest mocking to use ssh.SSH.from_node
Change-Id: I80b0cb606e593b33e317c9e5e8ed0b74da591514
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'docs/submodules/yardstick')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject af7518c51362ce882972c4b2168dbbfa4f5dcb2 +Subproject 07249e010dd9837d63f3090f1eac0fc6763b968 |