Update git submodules

* Update neutron from branch 'master'
  to ae704369b5390d939db653c9bb0cbc965f7a761a
  - tests: fix invalid `addr` mock values in ovs firewall suite
    
    The tests were passing a string of IPv4 address where the actual code
    was expecting a tuple of (IPv4 address, MAC address). The type of the
    `addr` changed from a string to a tuple in:
    
    I2e3aa7c400d7bb17cc117b65faaa160b41013dde
    
    but the names of variables and the test cases were not.
    
    Tests still didn't fail till recently because addr[0] resulted in the
    first character of the IPv4 address string (e.g. `1`), and was then
    interpreted by `netaddr` library as an address. This worked until
    `netaddr>=1.0` started to enforce proper formats for passed IPv4
    addresses - which broke the tests.
    
    Closes-Bug: #2054435
    Change-Id: Ib9594bc0611007efdbaf3219ccd44bbb37cfc627
This commit is contained in:
Ihar Hrachyshka 2024-04-28 00:13:37 -04:00 committed by Gerrit Code Review
parent 50f0ade1dd
commit d28eaba92b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 22a3384194e14ed2e7a2f3888cf5f107d0ecdb42
Subproject commit ae704369b5390d939db653c9bb0cbc965f7a761a