mirror of https://github.com/apache/cloudstack.git
ostypeid references removed
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 088c1e2a46)
This commit is contained in:
parent
51b02702f9
commit
535903f928
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue