Update git submodules

* Update os-brick from branch 'master'
  - nvmeof: Fix broken UTs
    
    This patch fixes broken nvmeof UTs. A few tests
    called 'asert_called_once_with' method on mock object,
    instead of calling 'assert_called_once_with'.
    The mistake went undetected, because mock objects
    were not configured to use auto-speccing.
    To avoid the same problem in the future, configure all
    mocks to use autospec.
    
    Additionally, replace 'assert_not_called' method which
    is not available on older versions of Python and caused
    lower-constraints testenv to fail.
    
    Change-Id: I54a91dfcfae774b1051662291afe1586e59901ac
    Signed-off-by: Szczerbik, Przemyslaw <przemyslawx.szczerbik@intel.com>
This commit is contained in:
Szczerbik, Przemyslaw 2019-09-24 10:50:07 +01:00 committed by Gerrit Code Review
parent cd423a2043
commit d1cbab6a02
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 707a8d5941cb6aa2e0d1c1eb0325b66d15a0c4f2
Subproject commit 87171abef8bf2336f15ce3a7949f77d7999e11b7