mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8445: Keep only dvs tag for test case which tests the VCenter port groups
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com> This closes #232
This commit is contained in:
parent
6c3dc15fcb
commit
c3e8d3d047
|
|
@ -554,7 +554,7 @@ class TestPortForwarding(cloudstackTestCase):
|
|||
)
|
||||
return
|
||||
|
||||
@attr(tags=["advanced", "dvs"], required_hardware="true")
|
||||
@attr(tags=["dvs"], required_hardware="true")
|
||||
def test_guest_traffic_port_groups_isolated_network(self):
|
||||
""" Verify port groups are created for guest traffic
|
||||
used by isolated network """
|
||||
|
|
|
|||
Loading…
Reference in New Issue