You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ta...@apache.org on 2016/03/17 15:19:55 UTC

[4/6] git commit: updated refs/heads/master to de173bd

CLOUDSTACK-9304 - Exit loop when Physical Network with isolation as VSP is found
	modified:   nuageTestCase.py


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

Branch: refs/heads/master
Commit: 1446ecd715a7f2714db72cdef012875b8c5a470d
Parents: 255b746
Author: Sowmya <so...@nokia.com>
Authored: Thu Mar 10 18:10:39 2016 -0800
Committer: Sowmya <so...@nokia.com>
Committed: Thu Mar 10 18:10:39 2016 -0800

----------------------------------------------------------------------
 test/integration/plugins/nuagevsp/nuageTestCase.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1446ecd7/test/integration/plugins/nuagevsp/nuageTestCase.py
----------------------------------------------------------------------
diff --git a/test/integration/plugins/nuagevsp/nuageTestCase.py b/test/integration/plugins/nuagevsp/nuageTestCase.py
index d1298a0..cb13f19 100644
--- a/test/integration/plugins/nuagevsp/nuageTestCase.py
+++ b/test/integration/plugins/nuagevsp/nuageTestCase.py
@@ -95,6 +95,7 @@ class nuageTestCase(cloudstackTestCase):
             for pn in physical_networks:
                 if pn.isolationmethods == 'VSP':
                     cls.vsp_physical_network = pn
+                    break
             cls.nuage_vsp_device = Nuage.list(cls.api_client,
                                               physicalnetworkid=cls.vsp_physical_network.id
                                               )[0]