From: Rodolfo Alonso Hernandez Date: Fri, 15 Jun 2018 08:41:37 +0000 (+0000) Subject: Update git submodules X-Git-Tag: opnfv-10.0.0~1654 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a3881b599086adf3f963249ef8a15aeb443a1dfd;p=opnfvdocs.git Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "assert[Greater,Equal] -> assert_{,not_}called" - assert[Greater,Equal] -> assert_{,not_}called assertEqual(mock_xxx.call_count, 1) -> mock_xxx.assert_called_once assertEqual(mock_xxx.call_count, 0) -> mock_xxx.assert_not_called assertGreater(mock.call_count, 0) -> mock.assert_called() assertGreaterEqual(mock.call_count, 1) -> mock.assert_called() JIRA: YARDSTICK-1069 Change-Id: I890084d120c8e78304e169e2a0e5d30011a41525 Signed-off-by: Emma Foley --- diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 9008c4f32..ded989093 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 9008c4f324b368dcd8594b7af76875e9b2720917 +Subproject commit ded989093f16c2d7d8900b2a3afbc0521d474e08