Update git submodules

* Update manila-tempest-plugin from branch 'master'
  - Preserve the items order when calling ddt.data()
    
    Several calls to ddt.data() change the lists of items into a set
    to de-duplicate them. This happens, for example, when the list
    constains microversions which may come from some variable.
    
    In order to generate a consistent and predictable list of tests,
    which can be compared over time (as ddt adds the index of the
    test to the test name), replace the usage of set with
    a new function which removes the duplicates but keeps the order.
    
    Change-Id: I9cbd26016238c25487ac8104c1188cd2cf4f467e
This commit is contained in:
Luigi Toscano 2020-10-03 15:17:23 +02:00 committed by Gerrit Code Review
parent ea8b0ab24e
commit e3c7aef7ef
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9ff6b341370b10a80fddc6d1fd70c6375542b846
Subproject commit d91870b8e63f2a2301af645fd8632601a67ec742