Update git submodules
authorJing Lu <lvjing5@huawei.com>
Thu, 4 May 2017 12:59:04 +0000 (12:59 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 4 May 2017 12:59:04 +0000 (12:59 +0000)
commit6ddd8fedac99e103fbb9df25718986f19dff91ab
tree5c75ac554cd3d7b3de98500d4abb5d2a845353b9
parent5eb72021a66b94ac5b7bc6db13d489b03128d45b
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/danube'
  - Merge "standardize ssh auth" into stable/danube
  - 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>
    (cherry picked from commit 99abbb424007da2e01762f3c040a39c0157cbe1f)
docs/submodules/yardstick