From ab184b53f865e68cf6697cdd53195464ee162172 Mon Sep 17 00:00:00 2001 From: Devang Doshi Date: Fri, 19 May 2017 12:36:26 -0700 Subject: [PATCH] Tempest: Tempest test NSX security groups failing - NSX firewall realization takes longer time than 2 sec. I increased to 20 and it test cases started passing Change-Id: I409878b4a7d0b40405977790cdb34c518bd80453 --- vmware_nsx_tempest/tests/nsxv3/api/test_nsx_security_groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx_tempest/tests/nsxv3/api/test_nsx_security_groups.py b/vmware_nsx_tempest/tests/nsxv3/api/test_nsx_security_groups.py index 052c42b91d..5c1dea90e7 100644 --- a/vmware_nsx_tempest/tests/nsxv3/api/test_nsx_security_groups.py +++ b/vmware_nsx_tempest/tests/nsxv3/api/test_nsx_security_groups.py @@ -30,7 +30,7 @@ LOG = logging.getLogger(__name__) CONF = config.CONF -NSX_FIREWALL_REALIZED_DELAY = 2 +NSX_FIREWALL_REALIZED_DELAY = 20 class NSXv3SecGroupTest(base.BaseSecGroupTest):