Update git submodules

* Update tempest from branch 'master'
  to 393e94a604f29940025c2c2d8f406419e7733e5c
  - Merge "Fix unstability in test_subnet_details"
  - Fix unstability in test_subnet_details
    
    when the image has some dns preconfigured in /etc/resolv.conf,
    for example:
    
    resolv.conf
    nameserver 192.168.122.1
    
    the test failed due to:
    testtools.matchers._impl.MismatchError:
    {'1.2.3.4'} != {'1.2.3.4', '192.168.122.1'}: Looking for servers: ['1.2.3.4'].
    Retrieved DNS nameservers: ['192.168.122.1', '1.2.3.4'] From host: 10.0.0.234
    
    DHCP renewal is forced in the server that will cleanup the file
    /etc/resolv.conf from any other preconfigured DNS entry. When
    the DHCP server pushes the new configuration, the Neutron network
    DNS entries are applied
    
    Closes-Bug: #1914229
    Change-Id: I9bd8b47642891a1fe42c48a0b9fe50cf9bc4e03b
This commit is contained in:
Zuul 2021-05-11 18:39:18 +00:00 committed by Gerrit Code Review
parent 742552c0c4
commit 6ef194ac64
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4a02cec3df55b5828fdaeb006b61532d5cff0ae5
Subproject commit 393e94a604f29940025c2c2d8f406419e7733e5c