Update git submodules

* Update python-tripleoclient from branch 'master'
  to 196dcf5d06f337fed6ea2e20620ecf9aa02d0541
  - Merge "Mocking utils.check_deploy_backups in OvercloudDeploy tests"
  - Mocking utils.check_deploy_backups in OvercloudDeploy tests
    
    The `check_deploy_backups` makes calls to `stat` which can potentially
    lead to I/O error in testing scenarios when the relevant file is
    removed after path retrieval but before `stat` is called.
    
    This can lead to tox test failure, in both CI and local environments.
    Mocking the utils.check_deploy_backups in tests where it is indirectly
    called should alleviate the problem.
    
    Long term solution would be mocking all built in functions performing I/O calls by default.
    
    Closes-Bug: #1969425
    
    Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
    Change-Id: I96d4bfce84ffe36d476e3383ee264cea6fd93c24
This commit is contained in:
Zuul 2022-05-06 08:15:29 +00:00 committed by Gerrit Code Review
parent 75a79abdf0
commit 24f338c8ca
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c00a0e4af940407944b10dfba3d5e8d29651c70b
Subproject commit 196dcf5d06f337fed6ea2e20620ecf9aa02d0541