From 6be2918c7192f4166095c8ee34df810a8a96b301 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Mon, 17 Jul 2017 03:08:47 +0000 Subject: 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 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/yardstick') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 04776024a..93df930fb 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 04776024ae7a404c2987e842fe725589a56600dd +Subproject commit 93df930fbd7e8f0f4a7868be469ab7b1fa2b3c47 -- cgit 1.2.3-korg