mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7895 : Fixed the script test_security_groups.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
a02864ab8b
commit
bcf328833a
|
|
@ -749,7 +749,7 @@ class TestDhcpOnlyRouter(cloudstackTestCase):
|
|||
|
||||
return
|
||||
|
||||
@attr(tags = ["sg", "eip", "basic"])
|
||||
@attr(tags = ["sg", "eip", "basic"], required_hardware="true")
|
||||
def test_01_dhcpOnlyRouter(self):
|
||||
"""Test router services for user account
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue