heat/heat/tests/openstack/neutron
Zane Bitter 764b8fb251 Use StackDefinition in intrinsic functions for resolving data
This unifies the 'lightweight stack' used in convergence with the how
things work the rest of the time: we now always obtain resource data from
the StackDefinition's ResourceProxy objects. This means that when we are
checking an individual resource, we will never create all of the other
Resource objects for the stack in memory (although we already avoided
loading data for them from the database) - now we will only create
ResourceProxy objects as needed.

Change-Id: Id7472557e26d172df88841ff7f20afdd7f5bfada
Implements: blueprint stack-definition
2017-07-21 10:30:34 -04:00
..
lbaas Replace assertRaisesRegexp with assertRaisesRegex 2017-05-19 18:13:59 +05:30
test_sfc Use assertIsNone(...) instead of assertEqual(None, ...) 2016-12-12 13:55:41 +08:00
__init__.py Change namespace for Neutron tests 2015-11-20 12:38:07 +08:00
inline_templates.py Fix validate() of rbac resource 2017-05-23 20:43:05 +08:00
test_address_scope.py Clean up tests setup 2016-06-10 10:49:10 +03:00
test_extraroute.py Change namespace for Neutron tests 2015-11-20 12:38:07 +08:00
test_neutron.py Revert "Support attributes with dynamic scheme" 2017-06-26 14:39:11 -04:00
test_neutron_firewall.py Remove usage of parameter enforce_type 2017-05-08 17:55:32 +08:00
test_neutron_floating_ip.py Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
test_neutron_loadbalancer.py Remove usage of parameter enforce_type 2017-05-08 17:55:32 +08:00
test_neutron_metering.py Do not convert resource_id to string 2016-02-15 08:12:59 +05:30
test_neutron_net.py Support adding tags for network 2017-04-27 03:52:20 +00:00
test_neutron_network_gateway.py Retry neutron resource deletion if the physical resource exists 2016-07-27 19:09:38 -04:00
test_neutron_port.py Support set tags for neutron port 2017-04-28 03:23:46 +00:00
test_neutron_provider_net.py Don't provide defaults for properties depending on extensions 2017-05-10 07:54:47 +05:30
test_neutron_rbac_policy.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-23 14:59:29 +08:00
test_neutron_router.py Support adding tags for router 2017-04-28 03:24:46 +00:00
test_neutron_security_group.py Fix python-novaclient 8.0.0 related issues 2017-05-16 16:12:04 +02:00
test_neutron_security_group_rule.py Add new resource Security Group Rule 2016-07-14 13:26:13 +03:00
test_neutron_segment.py Add segment resource 2017-04-25 10:25:37 +05:30
test_neutron_subnet.py Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
test_neutron_subnetpool.py Support set tags for neutron subnetpool 2017-04-28 03:24:28 +00:00
test_neutron_trunk.py Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
test_neutron_vpnservice.py Support auth_algorithm 'sha256, sha384, sha512' 2017-06-05 01:45:39 +00:00
test_qos.py Clean up tests setup 2016-06-10 10:49:10 +03:00
test_quota.py Replace assertRaisesRegexp with assertRaisesRegex 2017-05-19 18:13:59 +05:30