mirror of
https://github.com/apache/cloudstack
synced 2026-08-26 08:00:11 +00:00
Automation: Removing the template's UUID
My bad...
This commit is contained in:
parent
4271e60b70
commit
22b0375df2
@ -198,8 +198,7 @@ class TestVPCNetworkLBRules(cloudstackTestCase):
|
||||
cls.services["ostype"]
|
||||
)
|
||||
cls.services["virtual_machine"]["zoneid"] = cls.zone.id
|
||||
#cls.services["virtual_machine"]["template"] = cls.template.id
|
||||
cls.services["virtual_machine"]["template"] = "719b88ea-5b54-4317-8bb3-d6b0b12da89c"
|
||||
cls.services["virtual_machine"]["template"] = cls.template.id
|
||||
|
||||
cls.service_offering = ServiceOffering.create(
|
||||
cls.api_client,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user