Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 28 Sep 2017 07:10:43 +0000 (00:10 -0700)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 4 Oct 2017 15:41:45 +0000 (15:41 +0000)
commit0d622650a8c452d1b518ab821510109d751d1b8d
tree81e6b5e2c42adf70551346fa67f2d439dcb7272b
parent862f35a18f5132d942ab3208b0e48acc9cc355b8
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/euphrates'
  - NSB PROX test hang fixes

    The PROX tests were hanging in the duration
    runner.

    These are fixes for various errors:

    raise error in collect_kpi if VNF is down

    move prox dpdk_rebind after collectd stop
    fix dpdk nicbind rebind to group by drivers

    prox: raise error in collect_kpi if the VNF is down
    prox: add VNF_TYPE for consistency

    sample_vnf: debug and fix kill_vnf
    pkill is not matching some executable names,
    add some debug process dumps and try switching
    back to killall until we can find the issue

    sample_vnf: add default timeout, so we can override
    default 3600 SSH timeout

    collect_kpi is the point at which we check
    the VNFs and TGs for failures or exits

    queues are the problem make sure we aren't silently blocking on
    non-empty queues by canceling join thread in subprocess

    fixup duration runner to close queues
    and other attempt to stop duration runner
    from hanging

    VnfdHelper: memoize port_num

    resource: fail if ssh can't connect
    at the end of 3600 second test our ssh connection
    is dead, so we can't actually stop collectd
    unless we reconnect

    fix stop() logic to ignore ssh errors

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