neutron/neutron/tests/unit/objects
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
..
db Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
extensions Make UUIDField actually validate UUIDs 2016-12-07 15:11:43 +00:00
plugins OVO for FlatAllocation 2016-12-22 13:25:50 +00:00
port tests: introduce update_obj_fields method in base objects test class 2016-11-29 07:29:31 +00:00
qos Make QoS policy object compatible with versions 1.2 and higher 2017-06-15 19:43:28 +00:00
__init__.py objects.base: avoid db access if object does not have changes 2015-07-03 02:02:17 +03:00
test_address_scope.py Use BaseDbObjectTestCase in AddressScope UT 2016-10-12 14:17:15 -05:00
test_agent.py Add DictOfMiscValuesField in OVO for dict usage 2017-01-05 07:57:06 +00:00
test_auto_allocate.py Add OVO for AutoAllocatedTopology 2017-01-17 14:24:10 -06:00
test_base.py [Live Migration] Extend ml2_port_binding table 2017-01-26 16:49:15 +00:00
test_common_types.py Support protocol numbers in security group API 2018-01-10 09:29:23 +01:00
test_flavor.py Flavor and Service Profile to OVO 2017-01-05 16:59:36 -06:00
test_floatingip.py tests: introduce update_obj_fields method in base objects test class 2016-11-29 07:29:31 +00:00
test_ipam.py OVO for Ipam(Allocation,Subnet,Pool) 2017-01-19 19:25:01 +00:00
test_network.py tests: introduce update_obj_fields method in base objects test class 2016-11-29 07:29:31 +00:00
test_objects.py [Live Migration] Extend ml2_port_binding table 2017-01-26 16:49:15 +00:00
test_ports.py Merge "Add DictOfMiscValuesField in OVO for dict usage" 2017-01-13 11:48:49 +00:00
test_provisioning_blocks.py tests: introduce update_obj_fields method in base objects test class 2016-11-29 07:29:31 +00:00
test_rbac_db.py Fixes to allow OVO deserializion of ports/networks 2017-01-25 19:30:36 -08:00
test_router.py tests: introduce update_obj_fields method in base objects test class 2016-11-29 07:29:31 +00:00
test_securitygroup.py Centralize creation of security group test obj 2017-01-10 14:37:42 -06:00
test_servicetype.py ProviderResourceAssociation to OVO 2016-11-18 13:09:29 -06:00
test_subnet.py tests: introduce update_obj_fields method in base objects test class 2016-11-29 07:29:31 +00:00
test_subnetpool.py Use unique subnetpools in SubnetPoolPrefixDbObjectTestCase 2017-01-12 05:56:04 +00:00
test_trunk.py Use project_id instead of tenant_id in objects 2017-01-13 14:31:26 +00:00
test_utils.py objects: introduce a util function to handle tenant_id filter 2016-08-03 08:42:38 +00:00