Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Mon, 17 Jul 2017 03:08:47 +0000 (03:08 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 17 Jul 2017 03:08:47 +0000 (03:08 +0000)
commit6be2918c7192f4166095c8ee34df810a8a96b301
tree1b8b0db689992fa9fa86af4d3fa16f38bb1b094f
parent0791380366c2c5cf91ba0c99a67d63c2d45911bd
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "test_attacker_baremetal: don't run local commands"
  - test_attacker_baremetal: don't run local commands

    these tests were failing to mock subprocess.check_output
    and thus were trying to run sudo commands on the local
    system.

    This is dangerous.  Add the subprocess mock.

    Also mock the LOG object so we don't print
    bogus Runtime error tracebacks in the unittest logs
    when we test assertRaises()

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