Repository: cloudstack
Updated Branches:
  refs/heads/master 6c3dc15fc -> c3e8d3d04


CLOUDSTACK-8445: Keep only dvs tag for test case which tests the VCenter port 
groups

Signed-off-by: Gaurav Aradhye <gaurav.arad...@clogeny.com>
This closes #232


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c3e8d3d0
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c3e8d3d0
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c3e8d3d0

Branch: refs/heads/master
Commit: c3e8d3d0479b2b8c0b13b204de691b880800a458
Parents: 6c3dc15
Author: Gaurav Aradhye <gaurav.arad...@clogeny.com>
Authored: Wed May 6 18:26:45 2015 +0530
Committer: Gaurav Aradhye <gaurav.arad...@clogeny.com>
Committed: Wed May 6 18:31:17 2015 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_network.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c3e8d3d0/test/integration/smoke/test_network.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_network.py 
b/test/integration/smoke/test_network.py
index 00d2029..f5a2a5f 100644
--- a/test/integration/smoke/test_network.py
+++ b/test/integration/smoke/test_network.py
@@ -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 """

Reply via email to