Update git submodules

* Update tempest from branch 'master'
  to 371a96b7025dc59b15d71663401ecf98abf2f288
  - Merge "Create tmd dir with specific prefix in check-uuid unit tests"
  - Create tmd dir with specific prefix in check-uuid unit tests
    
    test_fix_argument_yes for check-uuid tool try to
    import the created tmp directory and work on that
    which is failing with the below error:
    ModuleNotFoundError: No module named 'tmpf61iim1k'
    
    - https://88e1de9a81e55d590d5b-26f184bb59af339cfe698349cbda4177.ssl.cf5.rackcdn.com/770520/8/check/openstack-tox-cover/e3518e8/testr_results.html
    
    It is happening more frequently nowadays: 40 occurrences in 7 days
    
    http://logstash.openstack.org/#/dashboard/file/logstash.json
    
    There is some race happening to delete the created tmp dir
    which is then used to import the test file in check-uuid run
    and raise error.
    
    This commit try to create the tmp dir with specific prefix so that
    any other tests cleanup deleting the *tmp* dir on root path then
    it can avoid this failure.
    
    Related-Bug: #1918316
    Change-Id: Ibab610d3e59ec22bb8c37d66f262ed1d2648bbf8
This commit is contained in:
Zuul 2021-03-10 08:17:07 +00:00 committed by Gerrit Code Review
parent 21d90c0eee
commit c65b0fb549
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e3995d9e73bfcfae9013c67873b678b342fd0008
Subproject commit 371a96b7025dc59b15d71663401ecf98abf2f288