[
https://issues.apache.org/jira/browse/CLOUDSTACK-8542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14576842#comment-14576842
]
ASF subversion and git services commented on CLOUDSTACK-8542:
-------------------------------------------------------------
Commit 6140db50b3d6ca79329cfcaf2f4293da8e38310d in cloudstack's branch
refs/heads/feature/vpc-ipv6 from [~gauravaradhye]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6140db5 ]
CLOUDSTACK-8542: Correcting test case in test_vpc_on_host_maintenance.py
Signed-off-by: Gaurav Aradhye <[email protected]>
This closes #360
> Correct the tests in test_vpc_on_host_maintenance.py and remove invalid tests
> -----------------------------------------------------------------------------
>
> Key: CLOUDSTACK-8542
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8542
> Project: CloudStack
> Issue Type: Test
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Automation
> Affects Versions: 4.6.0
> Reporter: Gaurav Aradhye
> Assignee: Gaurav Aradhye
> Labels: automation
> Fix For: 4.6.0
>
>
> The test in the test suite is checking that when the hosts are in maintenance
> state, then VPC created with start=False parameter should be in inactive
> state. However, this is not correct.
> VPC is in inactive state only after it is deleted. Hence the state of the VPC
> created when the hosts are in maintenance state is Enabled only.
> Further, the VPC won't be deleted by any cleanup threads because it is in
> enabled state and not in inactive state. Remove the test case which asserts
> that VPC should be removed after cleanup interval.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)