You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/07/28 16:04:59 UTC

[47/50] git commit: updated refs/heads/4.4 to d5220a8

CLOUDSTACK-7025: Resolving test script issue

(cherry picked from commit 33fdfbc83407037b45624ca84ca436fab72e59ab)


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

Branch: refs/heads/4.4
Commit: 843e60475798a2cb06daeaa00708c816fb819650
Parents: c72f55f
Author: Ashutosh K <as...@clogeny.com>
Authored: Wed Jul 16 21:57:01 2014 -0400
Committer: Daan Hoogland <da...@onecht.net>
Committed: Mon Jul 28 16:02:53 2014 +0200

----------------------------------------------------------------------
 test/integration/component/test_add_remove_network.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/843e6047/test/integration/component/test_add_remove_network.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_add_remove_network.py b/test/integration/component/test_add_remove_network.py
index 4529ec7..b2b3594 100644
--- a/test/integration/component/test_add_remove_network.py
+++ b/test/integration/component/test_add_remove_network.py
@@ -201,6 +201,8 @@ class TestAddNetworkToVirtualMachine(cloudstackTestCase):
                                                     domainid=cls.account.domainid, serviceofferingid=cls.service_offering.id,
                                                     mode=cls.zone.networktype)
 
+        cls.defaultNetworkId = cls.virtual_machine.nic[0].networkid
+
         # Create Shared Network Offering
         cls.isolated_network_offering = NetworkOffering.create(cls.api_client, cls.services["isolated_network_offering"])
         # Enable Isolated Network offering