Update git submodules
authorRex Lee <limingjiang@huawei.com>
Mon, 24 Apr 2017 01:58:31 +0000 (01:58 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 24 Apr 2017 01:58:31 +0000 (01:58 +0000)
commit8c177de61a54d3212b209d079e20f700e9f1690c
tree2fa292979dbcbecf5e3788f435fc5231d2b11cb0
parent77d570c69614f87e3e4baea70f3e073aee79295c
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>
docs/submodules/yardstick