Comment 20 for bug 1336207

Revision history for this message
Tristan Cacqueray (tristan-cacqueray) wrote : Re: There is no quota for allowed address pair (CVE-2014-3555)

Thanks Liping Mao! ./run_tests.sh succeeded on both backports!

Though, there are those flake8 errors:

./neutron/tests/unit/test_extension_allowedaddresspairs.py:176:5: E303 too many blank lines (2)
    def test_more_than_max_allowed_address_pair(self):
    ^
./neutron/tests/unit/test_extension_allowedaddresspairs.py:215:5: E303 too many blank lines (2)
    def test_update_add_address_pairs(self):
    ^
./neutron/extensions/allowedaddresspairs.py:33:1: E302 expected 2 blank lines, found 1
class AllowedAddressPairsMissingIP(nexception.InvalidInput):
^

@neutron-coresec: Can you please review those three patches ?