neutron/neutron/tests
Brian Haley 8442a144a2 Support protocol numbers in security group API
Somewhere along the way we broke supporting numbers in
the security group API that were not in our known list
of protocols.  In order to fix this properly we must
use the correct arguments when using iptables-save, as
it could use a name instead of a number, or vice-versa.
Determined the list of mappings by doing:

 for num in {0..255}; do iptables -A INPUT -p $num; done
 # iptables-save

Change-Id: I5895250b47ddf664d214cf085be693c3897e0c87
Closes-bug: #1716045
Closes-bug: #1716790
(cherry picked from commit 7ff492c5bb)
2018-01-10 09:29:23 +01:00
..
common Connectivity tests for OVS agent failures/restarts 2017-05-05 17:03:05 +00:00
contrib Merge "Enable QoS scenario tests" into stable/ocata 2017-09-06 23:21:08 +00:00
etc Remove FWaaS policy.json entries 2016-09-06 21:30:41 +00:00
fullstack test_ha_router: wait until two agents are scheduled 2017-09-07 01:45:46 +00:00
functional Move check_ha_state_for_router() into notification code 2017-11-09 10:52:08 -05:00
retargetable Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
tempest Fix missing super's skip_checks() 2017-09-15 18:56:03 +00:00
unit Support protocol numbers in security group API 2018-01-10 09:29:23 +01:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Merge "Use plugin directory fixture" 2017-01-28 06:17:10 +00:00
fake_notifier.py
post_mortem_debug.py
tools.py Display deprecation warning in test only once 2017-01-29 09:44:03 +00:00