From 535903f928f55e570dec7597b66c2c97f5e86c32 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Thu, 11 Jul 2013 16:43:18 +0530 Subject: [PATCH] ostypeid references removed Signed-off-by: Prasanna Santhanam (cherry picked from commit 088c1e2a46b2758e2a0cb2ab107a6fa83a3c7c73) --- test/integration/component/test_netscaler_nw_off.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/integration/component/test_netscaler_nw_off.py b/test/integration/component/test_netscaler_nw_off.py index 256d1be0308..a5fe5b1ccb1 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(