mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7863: Fix the script 'test_vpc_vms_deployment.py' - Test Cases failing on Simulator as Testcases try to ssh to the VMs
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
b00f144c20
commit
aed6e95e5d
|
|
@ -1798,7 +1798,7 @@ class TestVMDeployVPC(cloudstackTestCase):
|
|||
)
|
||||
return
|
||||
|
||||
@attr(tags=["advanced", "intervlan"], required_hardware="false")
|
||||
@attr(tags=["advanced", "intervlan"], required_hardware="true")
|
||||
def test_07_delete_network_with_rules(self):
|
||||
""" Test delete network that has PF/staticNat/LB rules/Network Acl
|
||||
"""
|
||||
|
|
@ -2352,7 +2352,7 @@ class TestVMDeployVPC(cloudstackTestCase):
|
|||
)
|
||||
return
|
||||
|
||||
@attr(tags=["advanced", "intervlan"], required_hardware="false")
|
||||
@attr(tags=["advanced", "intervlan"], required_hardware="true")
|
||||
def test_08_ip_reallocation_CS5986(self):
|
||||
"""
|
||||
@Desc: Test to verify dnsmasq dhcp conflict issue due to /ect/hosts not getting udpated
|
||||
|
|
|
|||
Loading…
Reference in New Issue