-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
?
-
?
-
?
-
?
We will need to have new API test in neutron-tempest-plugin to validate cascade network deletion.
Test can do something like:
- Create network,
- Create subnet(s) in the network,
- Create router
- Attach subnet(s) to the router,
- Create some regular ports (can be unbound),
- (optionally) create trunk port and subports,
- Delete network with single API call with "cascade=True"
- Validate that all resources were removed properly:
- all ports are deleted,
- trunk port and all subports are deleted,
- subnets are removed from the router,
- subnets are deleted
- network is deleted