neutron-tempest-plugin/neutron_tempest_plugin/api
Slawek Kaplonski 21f5342de8 Fix creating subnet without gateway
If create_subnet() method is called with gateway=None explicity,
subnet should be created without gateway_ip specified.
To achieve that "gateway_ip=null" should be passed in json in
request's body to neutron server.
This was missing, so neutron-server allocated gateway_ip automatically.
Now gateway for such network will not be set as is expected.

Closes-Bug: #1769609

Change-Id: Ia9f0646a3cf371f82f2aa2dc22837249531d1ff5
2018-11-02 16:14:54 +00:00
..
admin Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
base.py Fix creating subnet without gateway 2018-11-02 16:14:54 +00:00
base_routers.py api: Add HA router delete test 2017-12-07 17:58:15 +00:00
base_security_groups.py Do not assume all protocols in neutron-lib are usable for SG 2018-01-19 21:51:31 +09:00
clients.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_address_scopes.py Code Sync from neutron project to newly created neutron-tempest-plugin 2017-11-15 23:00:13 +05:30
test_address_scopes_negative.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_allowed_address_pair.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_auto_allocated_topology.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_dhcp_ipv6.py Fix flake8 E405 errors 2018-10-09 20:00:27 -04:00
test_extension_driver_port_security.py Code Sync from neutron project to newly created neutron-tempest-plugin 2017-11-15 23:00:13 +05:30
test_extensions.py Assert extensions match in config file and server 2018-08-13 18:04:11 +00:00
test_extra_dhcp_options.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_flavors_extensions.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_floating_ips.py Refactor test cases after adding new params to create_floatingip. 2018-09-27 07:16:17 +00:00
test_floating_ips_negative.py Refactor test cases after adding new params to create_floatingip. 2018-09-27 07:16:17 +00:00
test_metering_extensions.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_metering_negative.py Code Sync from neutron project to newly created neutron-tempest-plugin 2017-11-15 23:00:13 +05:30
test_network_ip_availability.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_network_ip_availability_negative.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_networks.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_networks_negative.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_ports.py Enable dns_domain_ports extension in tempest config 2018-06-15 14:41:48 +02:00
test_qos.py test for minimum bw ingress direction 2018-10-15 07:39:28 +00:00
test_qos_negative.py Code Sync from neutron project to newly created neutron-tempest-plugin 2017-11-15 23:00:13 +05:30
test_revisions.py Refactor test cases after adding new params to create_floatingip. 2018-09-27 07:16:17 +00:00
test_routers.py Merge "Tempest: Add l3-ha extension requirement for HA tests" 2018-05-18 05:39:31 +00:00
test_routers_negative.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_security_groups.py Code Sync from neutron project to newly created neutron-tempest-plugin 2017-11-15 23:00:13 +05:30
test_security_groups_negative.py Code Sync from neutron project to newly created neutron-tempest-plugin 2017-11-15 23:00:13 +05:30
test_service_type_management.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_subnetpools.py Fix flake8 H404 errors 2018-10-09 19:51:54 -04:00
test_subnetpools_negative.py Code Sync from neutron project to newly created neutron-tempest-plugin 2017-11-15 23:00:13 +05:30
test_subnets.py Add tests to assert filter validation 2018-09-03 18:16:02 +00:00
test_timestamp.py Refactor test cases after adding new params to create_floatingip. 2018-09-27 07:16:17 +00:00
test_trunk.py Update trunk tests to use create_trunk method. 2018-09-24 11:48:57 +00:00
test_trunk_details.py Update trunk tests to use create_trunk method. 2018-09-24 11:48:57 +00:00
test_trunk_negative.py Update trunk tests to use create_trunk method. 2018-09-24 11:48:57 +00:00