From 22b0375df20ae8aebb0ec9752b786353ebb87ca6 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 31 Jul 2013 22:41:02 -0700 Subject: [PATCH] Automation: Removing the template's UUID My bad... --- test/integration/component/test_vpc_network_lbrules.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/component/test_vpc_network_lbrules.py b/test/integration/component/test_vpc_network_lbrules.py index 385c97ab6ae..074d474586b 100644 --- a/test/integration/component/test_vpc_network_lbrules.py +++ b/test/integration/component/test_vpc_network_lbrules.py @@ -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,