From aec34865eaecc10deec95cd048c50be7d4ae78e5 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 19 Aug 2013 15:15:17 +0530 Subject: [PATCH] CLOUDSTACK-4396: Invalid case comparison leaves egress rule unprogrammed Thereby failing the wget for the cloud-setup-guest-password script which in turn fails the test. Signed-off-by: Prasanna Santhanam (cherry picked from commit 8576b1ddc983d74caef77c3bac51103ab26cfc8c) --- test/integration/component/test_vm_passwdenabled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_vm_passwdenabled.py b/test/integration/component/test_vm_passwdenabled.py index 3400405e994..a6b45acc9d9 100644 --- a/test/integration/component/test_vm_passwdenabled.py +++ b/test/integration/component/test_vm_passwdenabled.py @@ -135,7 +135,7 @@ class TestVMPasswordEnabled(cloudstackTestCase): networkid = cls.virtual_machine.nic[0].networkid # create egress rule to allow wget of my cloud-set-guest-password script - if zone.networktype.lower == 'advanced': + if zone.networktype.lower() == 'advanced': EgressFireWallRule.create(cls.api_client, networkid=networkid, protocol=cls.services["egress"]["protocol"],