-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28389/
-----------------------------------------------------------
Review request for cloudstack, sanjeev n and SrikanteswaraRao Talluri.
Bugs: CLOUDSTACK-7963
https://issues.apache.org/jira/browse/CLOUDSTACK-7963
Repository: cloudstack-git
Description
-------
Test case failed with exception:
int() argument must be a string or a number, not 'NoneType'
It fails while checking if the vlan id of the network is from the dedicated
range.
The network does not get vlan id in the first place because it is not in
implemented state.
Solution:
Either deploy a VM in the network or implement the network with persistent
network offering
Changes:
Used persistent network offering instead of normal offering.
Diffs
-----
test/integration/component/test_dedicate_guest_vlan_ranges.py efba229
Diff: https://reviews.apache.org/r/28389/diff/
Testing
-------
Release a dedicated vlan range when no vlan id is in use ... === TestName:
test_05_release_range_vlan_in_use | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 1 test in 61.409s
OK
Thanks,
Ashutosh Kelkar