Update git submodules

* Update neutron from branch 'master'
  to 48fe9e8bab172576d0eb40d07a8f057c59231c74
  - Merge "Group execution of SQL functional tests"
  - Group execution of SQL functional tests
    
    Functional SQL tests (MySQL and PostgreSQL) use the DB installed
    backend. To avoid overloading the DB engine, the test cases are
    grouped [1] together and executed by the same worker process.
    That will ensure those tests are not executed in parallel,
    interfering each other.
    
    All test classes ended in "MySQL" or "PostgreSQL" are now grouped.
    That means the tests implemented inside the same class are
    executed in the same worker, not in parallel. **HOWEVER**, that
    doesn't guarantee all test cases using the same database backend
    will run in the same worker serially. The FT job can still execute
    test cases from different classes, using the same DB backend,
    in two workers at the same time.
    
    This patch also fixes the ``TestReservation*`` classes to inherit
    from the parent classes in the correct order. That sets the
    "DRIVER" value to the expected one "mysql" or "postgresql".
    
    [1]https://review.opendev.org/c/openstack/neutron/+/785568
    
    Closes-Bug: #1962594
    Related-Bug: #1687027
    Change-Id: I6bca7daf4d3e46071686bb62d5988ae314af8e7e
This commit is contained in:
Zuul 2022-03-07 16:01:06 +00:00 committed by Gerrit Code Review
parent b2f4712188
commit b148fe8eec
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 33120db76e7e5ec58f00b6488a07448fb602aa64
Subproject commit 48fe9e8bab172576d0eb40d07a8f057c59231c74