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/07/11 13:17:18 UTC

git commit: updated refs/heads/master-6-17-stable to 7279491

Updated Branches:
  refs/heads/master-6-17-stable f54f012e6 -> 7279491cc


ostypeid references removed

Signed-off-by: Prasanna Santhanam <ts...@apache.org>
(cherry picked from commit 088c1e2a46b2758e2a0cb2ab107a6fa83a3c7c73)


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

Branch: refs/heads/master-6-17-stable
Commit: 7279491cc0086721ad95a6f277ccb968e138cee9
Parents: f54f012
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Thu Jul 11 16:43:18 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Thu Jul 11 16:47:06 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_netscaler_nw_off.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7279491c/test/integration/component/test_netscaler_nw_off.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_netscaler_nw_off.py b/test/integration/component/test_netscaler_nw_off.py
index 256d1be..a5fe5b1 100644
--- a/test/integration/component/test_netscaler_nw_off.py
+++ b/test/integration/component/test_netscaler_nw_off.py
@@ -529,7 +529,7 @@ class TestNetScalerSharedMode(cloudstackTestCase):
         cls.template = get_template(
                             cls.api_client,
                             cls.zone.id,
-                            cls.services["ostypeid"]
+                            cls.services["ostype"]
                             )
 
         physical_networks = PhysicalNetwork.list(
@@ -1086,7 +1086,7 @@ class TestNwOffDedicatedNetscaler(cloudstackTestCase):
         cls.template = get_template(
                             cls.api_client,
                             cls.zone.id,
-                            cls.services["ostypeid"]
+                            cls.services["ostype"]
                             )
 
         physical_networks = PhysicalNetwork.list(
@@ -1253,7 +1253,7 @@ class TestNwOffNetscaler(cloudstackTestCase):
         cls.template = get_template(
                             cls.api_client,
                             cls.zone.id,
-                            cls.services["ostypeid"]
+                            cls.services["ostype"]
                             )
 
         physical_networks = PhysicalNetwork.list(
@@ -1563,7 +1563,7 @@ class TestNwOffSToDUpgrade(cloudstackTestCase):
         cls.template = get_template(
                             cls.api_client,
                             cls.zone.id,
-                            cls.services["ostypeid"]
+                            cls.services["ostype"]
                             )
 
         physical_networks = PhysicalNetwork.list(
@@ -1980,7 +1980,7 @@ class TestNwOffDToSUpgrade(cloudstackTestCase):
         cls.template = get_template(
                             cls.api_client,
                             cls.zone.id,
-                            cls.services["ostypeid"]
+                            cls.services["ostype"]
                             )
 
         physical_networks = PhysicalNetwork.list(