2385e0417b
When tested network contained more than one subnet then test failed due to assert call. Subnet_id option specifies which subnet should be used for testing when more than one subnet in network is present. If subnet_id is specified then each created VM is assigned a floating IP within the range of the subnet. Closes-Bug: 1856671 Change-Id: Ie4d44b16595055201e12f10982fc78683a12d41a
9 lines
337 B
YAML
9 lines
337 B
YAML
---
|
|
features:
|
|
- A new config option 'subnet_id' is added to section
|
|
'network' to specify subnet which should be used for
|
|
allocation of IPs for VMs created during testing.
|
|
It should be used when the tested network contains more
|
|
than one subnet otherwise test of external connectivity
|
|
will fail. (Fixes bug #1856671)
|