Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Fri, 15 Jun 2018 08:41:37 +0000 (08:41 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 15 Jun 2018 08:41:37 +0000 (08:41 +0000)
commita3881b599086adf3f963249ef8a15aeb443a1dfd
tree4e3294da403e3942cacf07e67974b133a316ede7
parent30780069d779c32dbe3f3365bcdde36f9b3bd626
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 <emma.l.foley@intel.com>
docs/submodules/yardstick