Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 4 Oct 2017 20:38:43 +0000 (13:38 -0700)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 1 Mar 2018 21:16:29 +0000 (21:16 +0000)
commit809af7e8a5ffa667fe27858e4c7897f57a33d825
treee88e11ca741a9a9f0284401ebaeda824e48c8caf
parent06f23de222fdc8d0517365fe0abc006d588a01f5
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - NSB: move interface probe to VNF, and attempt driver-only probe first

    If no devices are present we can't detect MAC address so
    we can't match Heat ports to interfaces.

    If only the driver is missing we can try to probe the driver using
    lspci.  We can use lspci to ask the kernel what driver it should use
    for the PCI device.

    If we can't probe at all because the device is already bound, we can
    use dpkd-devind to find all the PCI address we care about and create a
    map with PCI device and real kernel driver.

    Then we can dpdk force rebind to the kernel driver.
    Once we have rebound to the kernel driver we can detect
    MAC address and all the other attributes that are required.

    Fix VnfSshHelper to allow override of wait timeout

    And a bunch of other refactors that got swept up in this

    JIRA: YARDSTICK-835

    Change-Id: I14cb657ed289a77941d048345d06ced5b5d5da52
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
docs/submodules/yardstick