You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/06/30 18:15:50 UTC

git commit: updated refs/heads/master to 34eabd9

Updated Branches:
  refs/heads/master 40f38521c -> 34eabd957


Fix attr plugin import and class reference

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/master
Commit: 34eabd957c8b1f8e7587cd9206bfc3f7c886293b
Parents: 40f3852
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sun Jun 30 21:43:08 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Sun Jun 30 21:44:16 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_advancedsg_networks.py | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/34eabd95/test/integration/component/test_advancedsg_networks.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_advancedsg_networks.py b/test/integration/component/test_advancedsg_networks.py
index f8774be..4834351 100644
--- a/test/integration/component/test_advancedsg_networks.py
+++ b/test/integration/component/test_advancedsg_networks.py
@@ -24,9 +24,8 @@ from marvin.cloudstackAPI import *
 from marvin.integration.lib.utils import *
 from marvin.integration.lib.base import *
 from marvin.integration.lib.common import *
-from marvin.remoteSSHClient import remoteSSHClient
-import datetime
 import netaddr
+from nose.plugins.attrib import attr
 
 class Services:
     """ Test networks in advanced zone with security groups"""
@@ -156,7 +155,7 @@ class TestNetworksInAdvancedSG(cloudstackTestCase):
     @classmethod
     def setUpClass(cls):
         cls.api_client = super(
-                               TestSharedNetworks,
+                               TestNetworksInAdvancedSG,
                                cls
                                ).getClsTestClient().getApiClient()
         
@@ -687,7 +686,7 @@ class TestNetworksInAdvancedSG(cloudstackTestCase):
             "The network offering state should get updated to Enabled."
             )
         
-        physical_network = list_physical_networks_response[0]        
+        physical_network = PhysicalNetwork.list(self.api_client)[0]
 
 	    #create network using the shared network offering created
         self.services["shared_network_sg"]["acltype"] = "domain"